PASSING A QUERYSTRING PARAMETER

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?Sk9SR0UgTUFMRE9OQURP?=

    PASSING A QUERYSTRING PARAMETER

    I am new to ASP.NET 2.0 and I am developing a small application which
    originally consists of 2 pages. The first page displays a GridView Control
    loaded with data from a sqlDataSouce. Such a GridView has a field that is a
    hyperlink to the second page which is supposed to display the detail of the
    record. What I want to do is to send a QueryString Parameter to the second
    page with the key to retrieve the record selected and show the information in
    detail (a long description, a picture of a product, comments, price, etc.).
    I have not written a single line of code (code-behind) for the first page.
    How can I get the second page and send the querystring parameter?
Working...