I'm working in ASP.Net 3.5 I have a Master-Child project where I'm trying 
desperately to reduce the size of the viewstate variable.  One of my 
biggest culprits is a combo box with a large amount of data.  As this is 
only needed on an entry/change, which is infrequent, I was looking to 
moving this to a pop-up page that is only loaded when a button is clicked.  
I was thinking a javascript call to load the page and then paste the data 
back to the original asp.net page.  My javascript is rusty, so before I go 
about figuring out how to do this does this sound like a viable course of 
action?

-wylie

-- 
You received this message because you are subscribed to the Google
Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
Web Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
or visit the group website at http://megasolutions.net

Reply via email to