HTML Text Field...How to retrieve text as in TextBox...help

  • Thread starter Thread starter trint
  • Start date Start date
T

trint

Ok,
There are a couple of things I have to do with this client control.
But, with me being used to the textbox, I have not used the client side
"INPUT type=text " <-(as it appears in a webform)
to capture the text from it.
Any help is appreciated.
Thanks,
Trint
 
HI,

You should use the Value property of the corresponding HtmlInputText
control.

Regards - Octavio
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top