Saturday, 20 October 2012

viewstate in asp.net c#






------------------------------------
ViewState["a"] = txt_password.Text;
----------------------------------


------------------------------------
password = ViewState["a"].ToString();
------------------------------------







No comments:

Post a Comment