I have gridview within update pannel and on RowCommand I want to Call a method ExportToExcel();
Button Id =btnExcelPreview
but due to Update Pannel Not Working.
-------------------------------Aspx page:
I have gridview within update pannel and on RowCommand I want to Call a method ExportToExcel();
Button Id =btnExcelPreview
but due to Update Pannel Not Working.
-------------------------------Aspx page:
<%--
CommandArgument='<%#Eval("JobOrderNo") %>' CommandName="Email" Width="25" Height="25" />
Replies
Know the answer? Post it — somebody with the same question will find it here.