hi
i am doing a ASP front end. here I have 3 submit (buttons)[namely-search list, search contacts and search both] in my page and one text box. well what i want is- when ever the user writes a name in text box and clicks on one of the submit that perticular ASP code should work.
i want to know how do i query for the different buttons. like if search list is clicked then search should happen only through list table of my database and so on.....
how to code differently for different submit buttons in the same ASP code page.
thanks
neha
i am doing a ASP front end. here I have 3 submit (buttons)[namely-search list, search contacts and search both] in my page and one text box. well what i want is- when ever the user writes a name in text box and clicks on one of the submit that perticular ASP code should work.
i want to know how do i query for the different buttons. like if search list is clicked then search should happen only through list table of my database and so on.....
how to code differently for different submit buttons in the same ASP code page.
thanks
neha
Comment