Hi all,
Can any one suggest me how to accomplish this:
In page1.asp, I have 2 radio buttons in form1, one select box (size 1, to make it menu) in form2 and other select box (size 10) in form3.
Now, the user can click on either the radio buttons or select box (size 1). When they do so, I am calling again page1.asp in the action event of form1 and 2 resp.
I have to write diff. queries when the page reloads on clicking either of these and then populate my select box (size 10) in form3.
But the question is how does my page1.asp know which event (radio or select box (size 1)) caused it to reload ? Accord. to that I have to write query.
Thanks,
Sincerely,
Bipin
Can any one suggest me how to accomplish this:
In page1.asp, I have 2 radio buttons in form1, one select box (size 1, to make it menu) in form2 and other select box (size 10) in form3.
Now, the user can click on either the radio buttons or select box (size 1). When they do so, I am calling again page1.asp in the action event of form1 and 2 resp.
I have to write diff. queries when the page reloads on clicking either of these and then populate my select box (size 10) in form3.
But the question is how does my page1.asp know which event (radio or select box (size 1)) caused it to reload ? Accord. to that I have to write query.
Thanks,
Sincerely,
Bipin