ShowModalDialog
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I have a ShowModalDialog window, which pops up on clicking on the button, The modal dialog windo contains datagrid, Now i have a problem... The datagrid will bind at the page load time, But when paging event happens the grid is not binding (Paging is working fine without modal dialog and code is correct) And I am using for the modal dialog window. But Still I am in confusion why the paging event is not firing properly... Please send me if u any suggestions for this.