At last I found a workaround. Instead of storing values in
ViewState, I am storing only the changes in a Hidden
Variable. so only I need to compare my hidden value to
fire PostBackData changes event.
Thanks,
Rajagopal
vkmraja at hotmail dot com
>-----Original Message-----
>Hi all,
> I am trying to fire SelectedIndexChanged event at server
>with EnableViewState = "false". Since I have more than 10
>DropDownLists in single page, I don't want values of
>DropDownList maintained in ViewState. Is there any way
>that I can do it without ViewState?
>
>Thanks,
>Rajagopal
>vkmraja at hotmail dot com
>.
>
|