I've got a ASPX page with a datagrid, with a select button column. When I open that page on a normal window, the select button works fine.
When I open that page as a dialog (using showModelessDialog or showModalDialog), the post back of the select button opens in another window.
If I open any other page (with out a datagrid) the post back works fine.
Why does the datagrid opens a new page instead of writing the post back information on the same (only on dialog pages)? NetAngel
When I open that page as a dialog (using showModelessDialog or showModalDialog), the post back of the select button opens in another window.
If I open any other page (with out a datagrid) the post back works fine.
Why does the datagrid opens a new page instead of writing the post back information on the same (only on dialog pages)? NetAngel