Forum Moderators: open
When I post back i use the following to get the data
Request.Form( "txt_firstName" )
<input id="txt_firstName" type="text" size="40" />
If I switch id to name then I get the information.
What do I need to do to get the info using the id attribute?