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
[quoted text, click to view] >-----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
>.
you could have done it by redatabinding on every postback as late as in
PageLoad. Taht way change events could fire.
--
RobertK
{ Clever? No just smart. }
[quoted text, click to view] "Rajagopal" <anonymous@discussions.microsoft.com> wrote in message
news:0a5d01c4ac69$68c8a520$a301280a@phx.gbl...
> 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