read HTML control value

  • Thread starter Thread starter Raj
  • Start date Start date
R

Raj

Hi,

What is the best way to access html text box control value in asp.net
code behind file?

Thanks in advance
-raj
 
HI

Add the attribute runat=server to the text box, you will be access the value
directly in code behind page. else use request object..

vinu
 

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