J
James Radke
Hello,
I have a vb.net aspx page that has a lot of controls on it. To improve
performance and eliminate the number of page refreshes due to postbacks I
have started using a scheme where I call client side javascript functions,
then using javascript call various WebMethod (i.e. webservices) in my
application.
This has dramatically increased the performance of the web page. However, I
have one issue: there is one spot where I dynamically populate a listbox
control on my web form (currently it is databound), and it starts with it's
visibility set to false.
Is there a way, via client-side javascript, that I can re-populate this
databound drop down list and display it based on values returned from my
WebMethod?
I would want the list to stay populated even if the page does a refresh....
Any help would be appreciated!
Thanks!
Jim
I have a vb.net aspx page that has a lot of controls on it. To improve
performance and eliminate the number of page refreshes due to postbacks I
have started using a scheme where I call client side javascript functions,
then using javascript call various WebMethod (i.e. webservices) in my
application.
This has dramatically increased the performance of the web page. However, I
have one issue: there is one spot where I dynamically populate a listbox
control on my web form (currently it is databound), and it starts with it's
visibility set to false.
Is there a way, via client-side javascript, that I can re-populate this
databound drop down list and display it based on values returned from my
WebMethod?
I would want the list to stay populated even if the page does a refresh....
Any help would be appreciated!
Thanks!
Jim