of a dropdownlist? I have like three dropdownlists with lots of data, in the
same web form, problem is that is slowing down the loading process, so I
though that if I just send back to the server the selected value and not all
the data, then that will speed up my loading process.
any work around?
Thanks,
Alejandro.Turn off viewstate and use Request.Form to get the selected value...
Karl
--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Alejandro Penate-Diaz" <alexware69@.hotmail.com> wrote in message
news:eZt88vDPFHA.3988@.tk2msftngp13.phx.gbl...
> another question on optimization. could I just post back the selected
value
> of a dropdownlist? I have like three dropdownlists with lots of data, in
the
> same web form, problem is that is slowing down the loading process, so I
> though that if I just send back to the server the selected value and not
all
> the data, then that will speed up my loading process.
> any work around?
> Thanks,
> Alejandro.
0 comments:
Post a Comment