DropDownList with EnableViewState="false"

R

Rajagopal

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
 
R

Rajagopal

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
 
R

Robert Koritnik

you could have done it by redatabinding on every postback as late as in
PageLoad. Taht way change events could fire.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top