Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Miclis
  • Content: Threads
  • Order by date
  1. Miclis

    Refresh after showmodal

    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...
  2. Miclis

    Excel on Windows Server 2003

    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...
  3. Miclis

    Page_load not triggered in popup

    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...
  4. Miclis

    EditCommand Modal Window

    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...

Part and Inventory Search

Back
Top