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 Westi 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: *

  1. need2progam

    Restart IIS from ASP application

    I am executing a bat file from my asp application to restart IIS (on a remote server). I would like a way to know when it was completed. Do you know how to do that? For testing I was trying it locally. The bat file gets executed by using the procesinfostart object ok. Yet no notification that...
  2. need2progam

    Popups and session ends

    hmmmm... "how do i check that the user is authenticated in the popup (normal aspx) page" Can you in the page load event in code behind do whatever you do to authenticate? If User.Identity.IsAuthenticated Then Which is part of the System.Security.Principal.IPrincipal.Identity (namespace) I...
  3. need2progam

    Read asp.net web service file stream using Javascript

    hmmm.. I sorda do something similar .. maybe it can give you ideas to help you out. I have a dropdown list that makes the initial web service call.. <asp:DropDownList ID="DropDownList1" runat="server" onchange="GetData()"> </asp:DropDownList> (Note I am using AJAX) I basically create a...
  4. need2progam

    Session ID GONE ??? (Only in deployment)

    I have a parent (ASPX) Page where I call window.showModalDialog ... var MyArgs = new Array(Parm1, Parm2, Parm3); var WinSettings = "center:yes;dialogHeight:400px;dialogWidth:400px" ; var URL = "PopUpChild.aspx"; //code stops here until popped window is closed var MyArgs =...

Part and Inventory Search

Back
Top