Vipul Kelkar

Vipul Kelkar

  • NA
  • 30
  • 0

getting value of html control

Mar 6 2009 10:33 PM

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)