I have a GridView with some BoundFields and one Button inside the grid.
I’d like to fire the OnClick event of the button to open a new window and also get the content of that whole line to edit it … How Could I do that ?
I dont want to use QueryString and I think Sessionisn’t the best way so is there an other safe way to do that ?
Obs: I get the content of my GridView from my DataBase using a SqlDataSource inside the aspx page. Its a little harder for me than for the most people because I used to programm on WebForms, it’s the first time i’m working with web =\
I solved using Sessions:
and do retrieve the information: