Re: Dynamically set editor background colour VB Re Post 8845

  •  08-03-2009, 3:21 AM

    Re: Dynamically set editor background colour VB Re Post 8845

    Thanks Ken,

    I am passing a variable "bgcol" to the editor aspx.

    Public ReadOnly Property bgcol() As String
    Get
    Return Request.QueryString("bgcol").ToString()
    End Get
    End Property

    I was wanting to set the background-color to the variable but ignorant of the coding required.

    EditorBodyStyle="background-color: bgcol ;"

View Complete Thread