rasul moh

rasul moh

  • NA
  • 79
  • 84.8k

how to use html input text in C#

Aug 23 2013 1:06 AM
how to use html input text in aspx.cs page without using runat="server"

Default.aspx:

<input id="txtname" type="text" value="" />


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

Answers (3)