Save value in the database

S

ssingh

Hi Everyone,
I have a main window which has a form in it. Inside the main window
there is a button, which when clicked opens a pop window
(showModaldialog window). Inside that pop window I have a checkboxes,
which user can check. When he is done selecting them, He clicks on
"Done", which is of type button. My problem is when user clicks on
Done, I am not able to retreive the values of the check box group. I
could have used request object to retrieve the values, but that is
functional only when the event is submit.

Kindly advice me in this situation.
 
M

Mike Brind

ssingh said:
Hi Everyone,
I have a main window which has a form in it. Inside the main window
there is a button, which when clicked opens a pop window
(showModaldialog window). Inside that pop window I have a checkboxes,
which user can check. When he is done selecting them, He clicks on
"Done", which is of type button. My problem is when user clicks on
Done, I am not able to retreive the values of the check box group. I
could have used request object to retrieve the values, but that is
functional only when the event is submit.

Kindly advice me in this situation

<input type="submit" name="done" value="Done">

<%
If Request.Form("done") = "Done" Then
....
 

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,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top