Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Issues with ViewState


Message #1 by "Virgil Carroll" <vcarroll@i...> on Fri, 30 Aug 2002 09:43:22 -0500
Group,

First thank you to everyone who helped me with the issue of trying to 
find a way to measure user bandwidth.  We ended up not having to do it, 
instead going with a user selection dialog box (got to love those 
clients that change their mind every 10 minutes :)). 

Now I have the weirdest problem.  On a site I am working on I have two 
drop down menus for registration page and when the registration page is 
submitted for some reason it is not holding the drop down list Selected 
Item state, thus putting the "Select One" (first item) into the 
database.

I have the DropDownList populating via the Page_Load function, but I 
have it covered in a "If Not IsPostBack" statement.  I have this on 
other pages on other sites and it works fine, but on this page I cannot 
get the viewstate to maintain for the dropdownlists.  Any ideas?

The only thing different I am doing from other similar pages is I am 
sending the data into the database via a Stored Procedure, but I cannot 
think of how that could cause an issue.

Any help is greatly appreciated.

Tx,
Virgil Carroll
President/CEO
IStream Interactive
2013 2nd Avenue North, Suite B-4
Anoka, MN 55303
(xxx) xxx-xxxx
vcarroll@i...
www.istreaminteractive.com


  Return to Index