pass query string.............
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
how can i pass query string when giving hyperlink to text and in its properties(hyperlink) giving URl of next page (detail.aspx) and then in detail page usging that query string value access data dynamically from database (using control ,datalist) means what would be query like select * from p_table where dvd_id="querystring" //how to do this..?
-
how can i pass query string when giving hyperlink to text and in its properties(hyperlink) giving URl of next page (detail.aspx) and then in detail page usging that query string value access data dynamically from database (using control ,datalist) means what would be query like select * from p_table where dvd_id="querystring" //how to do this..?