Monday, March 26, 2012

please help

does anyone know how to make a registration page?

how would I make this kind of page work:

http://www.geocities.com/immortal_skate/register.htm

Daniel T.This is an EXTREMELY broad question. If you wanted to use Forms authentication then ASP.NET takes care of a lot of the redirecting and stuff for you, but it is up to YOU to design whatever forms-based security system you want. If you just want to throw users into a database then your registration page is nothing more than a page that updates the database.

Can you be more specific as to your particular requirements?
the way to do this is to learn how to use ASP.Net...get a book, go through the tutorials on this website and do some work.

John
Ok, from the page I showed, you, I want to:

<form action="http://192.168.0.215/Admin/reg/reg.asp" method="post"
example: %nick% = Nickname321 %pass% password123

so that it looks like:

<!-- INPUT DATARequest.Form( nick ) = NickName321Request.Form( pass ) = password123

not
<!-- INPUT DATARequest.Form( nick ) = %nick%Request.Form( pass ) = %pass%

0 comments:

Post a Comment