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

    ProfileProvider with Windows Authentication

    I have an existing ASP.NET 2 webpage using Windows Authentication. I'd like to set up a custom Profile Provider so I can stop storing all the user information in sessions. I have created the class FormsProfileProvider (it's for an online form site) and it inherits from ProfileProvider. I've...
  2. DTaylorAtWork

    Clearing Specified Session Variables When Moving to New Page

    I am having some issues with the site I'm working on right now. It's all aspx with c# codebehind. Most of the pages have objects of classes I have created. Those objects were becoming null on every post back so I started loading them into session variables on page_unload and then reloading them...
  3. DTaylorAtWork

    Dynamic ControlParameters bound to Dynamically Generated Controls

    I've been tasked with creating pages to allow users to create edit and display their own reports. I have the generation functioning properly, if not efficiently but it's when I go to the running of the report that things get problematic. Because the reports are dynamic they can have any number...
  4. DTaylorAtWork

    IIS server redirects users to login page

    Hi guys, I'm running IIS6 on Windows Server 2003 Web Edition SP2. I have an asp.net2.0 page for several online forms. When agents attempt to log in to the page with the correct credentials they are redirected straight back to the login page. I have checked the IIS logs and I know that the...

Part and Inventory Search

Back
Top