R
ruca
I have a .JS file that opens a popup window.
Here is the question...
I have a DataGrid with a select command that in this case, when I choose
"Select", I want to open my popup window.
The question is if I can do something like this in the function that is the
target of select command of datagrid:
Response.Redirect("javascript:CreateWnd('somefile.aspx', 600, 200, false);")
Or what is the solution for that?
Here is the question...
I have a DataGrid with a select command that in this case, when I choose
"Select", I want to open my popup window.
The question is if I can do something like this in the function that is the
target of select command of datagrid:
Response.Redirect("javascript:CreateWnd('somefile.aspx', 600, 200, false);")
Or what is the solution for that?