I am using Visual Studio 2005 Professional Edition.
I have a Crystal Report on which one column contains hyperlink values coming from a stored procedure. When the user clicks on any of these hyperlink values, a next page [here, ReportAllBlocks.aspx] should open but I want to pass this value as a query string.
For example: The user clicked on a hyperlink text: New York
, so the URL should become:
http://localhost:1031/myProject/ReportAllBlocks.aspx?New York
I am not following how to add this hyperlink value to the URL, either in the box shown below, or programatically through C#.