4
Answers

getting value of html control

Vipul Kelkar

Vipul Kelkar

15y
7.1k
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)