I have a button inside the grid template column.
on click of that button i open a modal window and ask user for some information.
on close of the window I want to pass the info entered by the user alongwith the datakey of the row that had the button to a new page.
How do i get the datakey of that row on client side or server side.
I force a postback on the closing of the modal window to do some additional task and then redirect to a new page.My control does not go to the ItemCommand event handler so I cannot extract the values there.
on click of that button i open a modal window and ask user for some information.
on close of the window I want to pass the info entered by the user alongwith the datakey of the row that had the button to a new page.
How do i get the datakey of that row on client side or server side.
I force a postback on the closing of the modal window to do some additional task and then redirect to a new page.My control does not go to the ItemCommand event handler so I cannot extract the values there.