How to click in imagelink in gridview and go to another gridview

If your image in the gridview as hyperlink you can bind the NavigationUrl with Imageid/student id as querystring to that imagelink with other page.

And that page should contain the another gridview. In the pageload you can idnetify the querystring and bind the gridview on the basis of it.

Hope this flow can help you.

Also, you can refer the following link for more details:
https://forums.asp.net/t/1133114.aspx?GridView+with+Hyperlink+to+display+another+Grid+View

Leave a Comment