Sunday, 5 August 2012

Get the value from input control of html


<input name="txt" type="text" value="this is for test" />

string text =Request["txt"];

No comments:

Post a Comment