how to use html input text in aspx.cs page without using runat="server"
Default.aspx:
Default.aspx.cs:
string aa="hello";
txtname.value =aa; ---> how to use
//string value pass to textbox how?
//how to call this txtname(textbox) in cs page ?
Reply me quick....................
help me plzzzzzzzzzzzzzzzzzz
Loading

Iftikar HussainPosted Aug 23, 2013, 3:57 AM
public string Data;
in your code
Regards,
Iftikar
rasul mohPosted Aug 23, 2013, 3:30 AM
ASPX Page:
Iftikar HussainPosted Aug 23, 2013, 1:09 AM
Here it is
string data=Request.Form["txtname"];
Regards,
Iftikar