I have a aspx-page (Y) and I use showmodal to open a window (X)where the user can choose a value. The value comes in a textbox on page Y and the window X closes again.
It works perfect, but after this my page Y every time looks like to refresh. And that is wat I don't want.
Showmodal i a script...
I have a ASP.NET application (Visual Studio 2003 - C#) where I open an Excel.Workbook. This works fine on my local PC (Windows XP), but on the webserver Windows Server 2003 it won't work.
Where I want to open an excel workbook I get an error: "Object reference not set to an instance of an...
I open a Dialog/popupwindow when I click on a button:
string popupScript= "<script language='javascript'>" +
"window.showModalDialog('MyDialog.aspx', null, " +
"' DialogHeight=300px; DialogWidth=600px;')" +
"</script>";
Page.RegisterStartupScript("PopupScript", popupScript);
In...
I know how to open a modal window, clicking on a button after I wrote (in Page_Load)
Button1.Attributes.Add("OnClick", "ShowDialog();");
But I can't find out how I could open a modal-edit-window when a user clicks on Edit in a DataGrid. How kan I use the DataGrid's EditCommand to open a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.