4
Answers

getting value of html control

Photo of Vipul Kelkar

Vipul Kelkar

16y
7.5k
1

Hi guys...

i want to get value of an html control in c#..say textarea in c# textbox

i tried doin it as textbox1.text = Request.Form["TextArea1"].tostring()

This is not working..."object instance not created..."

Answers (4)