webform data never changes

  • Thread starter Thread starter moid
  • Start date Start date
M

moid

my webform doesnt seems updated on navigation buttons nor textbox values
from code behind i can see the values change on code behind but they are
aint effecting the webforms the webforms contains the data which was
initially loaded. and nothing happens when any button is pressed on server
side im using httpmodule in my application
 
Hi,

please provide more exact description (code or something). It is hard to
help you with this little information.
 
Make sure you have runat="Server" on all your server controls.It is
difficult to guess what exactly is your problem,
if the above solution doesn't work look at AutoEventWireUp=true as your
Page_Load may not be working for some reason..
Regards,
Marshal Antony
http://www.dotnetmarshal.com
 
Back
Top