partial class : System.Web.UI.Page
{
if (!page.ispostback) tb.name="ajjj";
}
response.write(tb.name);
once at first tb.name get value and when i click on btnsave this value is null.
How can i maintain value in this varible?