How to collect the data from input created by document.write() in ASP.NET?

B

BP

if the input field was generated in Client-side Javascript by
document.write, how to retrieve the data of the input field in code behind?

Thanks
 
B

bruce barker

if you assigned a name attribute to the field, the browser will post it
back with other form field. you can then pick it up on the server side
but using Request.Form["name"].

-- bruce (sqlwork.com)
 

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

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,540
Members
45,025
Latest member
KetoRushACVFitness

Latest Threads

Top