Re: How to capture the value of html check boxes created dynamically
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
Request.Form["name"] should work.
Cheers
Greg
"muthu" <s.muthumanickam@xxxxxxxxx> wrote in message
news:1146044567.746582.161150@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi freinds,
In my aspx page i have generated some check boxes dynamically
using dhtml.
When i check any check box and submit the form,how can i capture the
value of check box.
How should i identify wich check box is been checked.And the check
boxes are not server controls.They are the ordinary html check
boxes.Can any one help me out
Thanks
Muthu
.
Relevant Pages
- How to capture the value of html check boxes created dynamically
... In my aspx page i have generated some check boxes dynamically ... using dhtml. ... When i check any check box and submit the form,how can i capture the ... boxes are not server controls.They are the ordinary html check ... (microsoft.public.dotnet.framework.aspnet) - Re: help with passing values from an aspx page?
... textbox on the aspx page and i am supposed to retrieve the value in the dhtml ... page and use the string to perform some operations. ... How your dhtml page is setup to function. ... > If it returns it to the aspx page itself however, you'd need to use XMLHTTP to retrieve and parse the page for the value you were wishing to use. ... (microsoft.public.vb.general.discussion) - Is this possible...
... Does anyone know if it is possible to put an aspx page inside of another? ... run an aspx page and capture the output as a string and then write this out ... So for example say you have a page that takes an id number as a query string ... id=300 etc and on each loop capture the output as a string and then ... (microsoft.public.dotnet.framework.aspnet) - interaction between aspx & html page
... In what situations we use aspx page when DHTML can be used? ... How can I interact between an aspx page & html page ... Formi get the values from a html form ... (microsoft.public.dotnet.framework.aspnet) - WebCam
... I want to capture a video from a webcam and see in a aspx page using c#? ... (microsoft.public.dotnet.general) |
|