Hyper Link
-
I hav an ASP application. in that i have a page in that page a hyper link is there, when i click that hyperlink i hav to pass that hyperlink value to database and retrieve some information from databse and display it in the same page .. how can i do that... i am not familiar with ASP.. so pls help mee (simply say, i just wantd to retrieve some data from DB by using the value of Hyperlink and display it in the same page)
Sarith...
-
I hav an ASP application. in that i have a page in that page a hyper link is there, when i click that hyperlink i hav to pass that hyperlink value to database and retrieve some information from databse and display it in the same page .. how can i do that... i am not familiar with ASP.. so pls help mee (simply say, i just wantd to retrieve some data from DB by using the value of Hyperlink and display it in the same page)
Sarith...
When you click on Hyperlink then save the value in session, On page load event get that value from the session, If session is not null then execute the database command for retrive the data and show it on page.
Parwej Ahamad g.parwez@gmail.com
-
When you click on Hyperlink then save the value in session, On page load event get that value from the session, If session is not null then execute the database command for retrive the data and show it on page.
Parwej Ahamad g.parwez@gmail.com
Thnk You
Sarith...