[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webservices

Re: asp.net (vb) LOGIN function using XML

Brian Barnes

6/3/2004 4:05:00 AM


"Prog-M" <m_skreiberg@hotmail.com> wrote in message
news:11947e7b.0405270411.4f0c4eb@posting.google.com...
> Hi.
>
> I'm trying to create a login page in asp.net using information from an
> XML document. (visual basic)
>
> I've tried Rowfilter to find a cell with the 'username' and then match
> this with the 'Password' cell on the same row.... -> allow page to
> redirect if these match:
>
> If 'username' match 'password' then "redirect to next page" else
> "Error message"
>
> Does anyone know how to create this login function?
>
> Thank you for all help.
>
> M

This is probably not the best solution, but you could load it into a dataset
and manually search through it for the username/Password combination