TextBox is not showing new value in code-behind

Posted by coure06 on Stack Overflow See other posts from Stack Overflow or by coure06
Published on 2010-06-13T07:58:15Z Indexed on 2010/06/13 8:02 UTC
Read the original article Hit count: 196

Filed under:
|

I have created a asp:TextBox. its disabled. but its values is changed via javascript. When i click a button to get the updated value in that textbox it always show me empty (""). In my Page_Load i am doing everything in if(!Page.IsPostBack) so there is no chance of updating TextBox value on postback in Page_Load.

Where i could be wrong? how can i get updated value?

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET