Hi Anthony,
In that case, you can store the text itself in a string,let the click event modify the string,
and when the postback occurs, set the header text of the sorting column to the value in the string.
HTH
Mona[Grapecity]
"Crosscourt" <> wrote in message news:%...
> Yeah, EnableViewState is default to true and i didn't change it.
> This is in the column header where i try to have an arrow for the sorting.
> I have a click event that toggles the text of the label that represents the
> arrow, looping thru the states of ("","ASC","DESC")
> However, when i rebind & postback, the label text is gone. I guess it got
> reset to "".
>
> Any ideas?
>
> thanks
>
> "Mona" <> wrote in message
> news:...
>> Hi Anthony,
>>
>> To make the web pages remember or maintain the values on postback
>> you need to set the Enable.ViewSate property to True.
>>
>> HTH
>>
>> Mona[Grapecity]
>>
>>
>> "Crosscourt" <> wrote in message
>> news:%...
>>> If i have a template column with a template header whoch contains a Label
>>> Control,
>>> The datagrid seems to regenerate the labels on postback. How can i force
>>> it to remeber the text property if it was changed dynamically?
>>>
>>> Anthony
>>>
>>
>>
>
>
|