4
Answers

getting value of html control

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)