Creating a login function in ASP.NET using XML (visual basic)

  • Thread starter Thread starter Prog-M
  • Start date Start date
P

Prog-M

Hi.

I'm trying to create a login page in asp.net using information from an
XML document. (in 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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top