referencing HTML controls on the server side

liptonIcedTea

Well-known member
Joined
Jan 18, 2007
Messages
89
Programming Experience
1-3
Hi,

I have an input textbox which is specified in HTML (it has javascript behind it that is the reason).

However, when I click a ASP.NET button, I would like to retrieve the data out of this input textbox - I would put an ID for this HTML control, but i'm not sure how I'm supposed to identify it.

Using Me.FindControls("controlName") returns nothing.

thanks.
 
Back
Top