Hi everyone,
Is it possible to pass only variables bt. ASP pages.
I have 3 asp pages.
In page1.asp, I have a text box text1.
When I submit this page, in page2.asp I use the contents of page1's text1 as var2= Request.form("text1") and on doing some db query, I get some value for text box text2...
Hi everyone,
Is it possible to pass only variables bt. ASP pages.
I have 3 asp pages.
In page1.asp, I have a text box text1.
When I submit this page, in page2.asp I use the contents of page1's text1 as var2= Request.form("text1") and on doing some db query, I get some value for text box text2...
Hi everyone,
Please anyone suggest me how to do this:
I have 2 radio buttons. When the user clicks on 2nd radio button, a selection box (combo box) is shown. This means that first time when the page loads, the combo box is hidden. I am using style:hidden for the visibility. When user clicks on...
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...
Hi everyone,
Can someone please suggest me how to solve this problem:
I need to have a form which has 4 radio buttons and based on the choice of button selected I need to populate a selection box (in the same page, next to the buttons) from different tables in the database.
So, basically...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.