3
Answers

how to use html input text in C#

rasul moh

rasul moh

11y
1.9k
1
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)