explicit call of RowCommand event of gridview
can i call RowCommand event of gridview on page load
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Iftikar HussainPosted Aug 29, 2013, 1:11 AM
Regards,
Iftikar
Sanjeeb LenkaPosted Aug 29, 2013, 1:10 AM
As your requirement you can't do it in rowcommand.
what you have to do is pass the orderid by using query string to other page on redirect and catch the orderid in pageload of that page then pass the orderid to database to get the detail of the order.
Sonam SharmaPosted Aug 29, 2013, 1:02 AM
Iftikar HussainPosted Aug 28, 2013, 3:30 AM
No, it is not possible. May I know what you are trying to do it.
Regards,
Iftikar