hello,
i have used <input type="text" name="name" id="name"/> tag in my asp.net application. because of some reason i can't use runat="server". i get the value of html textbox in asp.net code behind using the statment
string str = Page.Request.Form["txtPCC"].ToString();
now i want to set the value of input with some string.... how can i ????
please reply..
thanks.