|
-
Jan 13th, 2006, 05:26 AM
#2
Re: Member parameters always set to null...?
in ASP.NET, just like in classic ASP, objects are erased with every page refresh, thus since in yor load event you are not populating the objects if the page is a postback, they are empty.
Either use these variables in your button click, or else remove that if statement.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|