Re: Need to pass information into a web page.
From: Paul (Paul_at_discussions.microsoft.com)
Date: 07/15/04
- Next message: Celebrate: "Re: Issue with ConfigurationSettings.AppSettings"
- Previous message: Paul: "Re: Need to pass information into a web page."
- In reply to: Steve C. Orr [MVP, MCSD]: "Re: Need to pass information into a web page."
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 15 Jul 2004 16:41:01 -0700
Ok, kind of new to .NET so not aware of all of its capability. I just got through writing a routine that does loops through rows of a database, does a string compare to match names, then retrieves a password and attempts a compare on that. I am guessing that .NET has built in functions to do this.
thanks
-- Paul G Software engineer. "Steve C. Orr [MVP, MCSD]" wrote: > Dont' reinvent the wheel. Use the built-in Forms Authentication which > already provides this kind of functionality. Here's more info: > http://www.dotnetbips.com/displayarticle.aspx?id=9 > http://www.4guysfromrolla.com/webtech/121901-1.2.shtml > http://www.dotnetbips.com/displayarticle.aspx?id=117 > > -- > I hope this helps, > Steve C. Orr, MCSD, MVP > http://Steve.Orr.net > Hire top-notch developers at http://www.able-consulting.com > > > "Paul" <Paul@discussions.microsoft.com> wrote in message > news:CF5A3BC4-650B-48EC-B64E-38B7DA34590B@microsoft.com... > > What I am trying to do is as follows. > > I have a page with 3 links,that direct the user to 3 different pages when > selected after login. > > So all link selections will first direct the user to a login page. Once > the user logs in then they are directed to the appropriate link. > > So for all 3 links they all go to a login page, but each link must pass > information to the login in page, specifically the page to go to after login > takes place. > > -- > > Paul G > > Software engineer. > > >
- Next message: Celebrate: "Re: Issue with ConfigurationSettings.AppSettings"
- Previous message: Paul: "Re: Need to pass information into a web page."
- In reply to: Steve C. Orr [MVP, MCSD]: "Re: Need to pass information into a web page."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|