Re: Response.Reirect()...
what do you want the code to do? from the code that you posted, it looks like you want to redirect to a different page everytime a new row is loaded into the Grid. Though that is only going to work for the first row since it will redirect with the first row so it won't load the other rows.
Is that what you are wanting to happen?
Re: Response.Reirect()...
Do you want it this way. When a user clicks on any row of the gridview, the user should be taken to a new page.
IF that is the case, then my earlier link that I posted to your other thread would still work. Why are you using RowDatabound event to do this? You should look through the documentation of the GridView and associated events to understand which event would be suited for what.
Re: Response.Reirect()...
Yes....I want to redirect from one page to other page with GridView cell value...(When user double click it)
Re: Response.Reirect()...
Could you please provide me a sample code....Which can help me out...
Re: Response.Reirect()...
Quote:
Originally Posted by
Frank100
Could you please provide me a sample code....Which can help me out...
As I suggested in your other thread here, you need to go through the sample that is present on MSDN here. They have all the code that you are looking for , you just need to tweak it a bit.
Why is it so difficult for you to go through MSDN?
Re: Response.Reirect()...