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 Chriss Miller 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. fadetoblack

    User Control Question

    I'm trying to dynamically load user controls based on click events. But, for some reason lb_websites in (listed below) header.ascx's click event doesn't register as being invoked. Default5.aspx <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default5.aspx.cs" Inherits="Default5" %>...
  2. fadetoblack

    master page question

    I know that I can cycle through the controls of a standard .aspx form using the following: foreach (Control c in Page.Form.Controls) { } What do I use to find the controls of user controls on a master page?
  3. fadetoblack

    &quot;The path is too long after being fully qualified&quot;

    2003 virtual server/asp.net 1.1 The workarounds that I have found aren't working. \\?\c:\Inetpub\vhosts\intraflux.com\httpdocs\projects\hmgtesting\temp\ .\temp\ and since it's a virtual server I can't set up a drive letter using diskpart Does anybody know another way of creating a path...
  4. fadetoblack

    Ajax/.Net 1.1 readyState problem

    The code below is working to a point. At the http_request.readyState statement I get a state of one. How do I complete the process so I can get a state of four and/or another means of getting a value back to the page? server-side C# private void Page_Load(object sender, System.EventArgs e){...
  5. fadetoblack

    Ajax/.Net 1.1 readyState problem

    The code below is working to a point. At the http_request.readyState statement I get a state of one. How do I complete the process so I can get a state of four and/or another means of getting a value back to the page? server-side C# private void Page_Load(object sender, System.EventArgs e){...
  6. fadetoblack

    XPath

    I am needing to update a client-side xml file. How do I use XPath in js to save changes?
  7. fadetoblack

    Connection must be valid and open

    am getting an "Connection must be valid and open" error. After some research I have found two possible reasons for this: malformed sql or bad connection string. Since the error is being thrown on a second .executescalar statement I will assume the connection string is working. I have two...

Part and Inventory Search

Back
Top