473,545 Members | 2,776 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

asp.net template for user registration

I am going to create an asp site that allows the users to fill out
application information. Their personal information will be stored server
side in a SQL 2005 database and they can come back to the site later and
repopulate the fields with their information by using a login (email
address/password). Are their any templates available for sites that include
basic registration?

Thanks,
Ryan
Jun 19 '06 #1
3 3183
Hi Ryan,

Thank you for your post.

Based on my understanding, you're using ASP.NET 2.0 and your question is
about:
1) How to let the user register and fill out application information on the
website;
2) When the user returns back and login, how to retrieve the filled
information;
If I've misunderstood anything, please feel free to post here.

The user registration and login can be implemented using ASP.NET
Membership. You can find more information about it here:

#Introduction to Membership
http://msdn2.microsoft.com/en-us/library/yh26yfzy.aspx

#Walkthrough: Creating a Web Site with Membership and User Login (Visual
Studio)
http://msdn2.microsoft.com/en-us/library/879kf95c.aspx

You will see that it requires very little code to have a fully functional
user registration and login system.

The user information storage can be implemented using ASP.NET Profile. You
can find more information about it here:

#ASP.NET Profile Properties Overview
http://msdn2.microsoft.com/en-us/2y3fs9xs.aspx

#Walkthrough: Maintaining Web Site User Information with Profile Properties
http://msdn2.microsoft.com/en-us/taab950e.aspx

You can use user-defined types as Profile properties, see following MSDN
magazine article for a sample:

#Extreme ASP.NET: A New Solution to an Old State Storage Problem -- MSDN
Magazine, April 2006
http://msdn.microsoft.com/msdnmag/is...t/default.aspx

Hope this helps. Please feel free to post here if anything is unclear.

Regards,
Walter Wang
Microsoft Online Community Support

=============== =============== =============== =====
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=============== =============== =============== =====

This posting is provided "AS IS" with no warranties, and confers no rights.

Jun 20 '06 #2
Wonderful, this is exactly what I'm looking for.

Thank you Walter!

Ryan

"Walter Wang [MSFT]" <wa****@online. microsoft.com> wrote in message
news:F5******** ******@TK2MSFTN GXA01.phx.gbl.. .
Hi Ryan,

Thank you for your post.

Based on my understanding, you're using ASP.NET 2.0 and your question is
about:
1) How to let the user register and fill out application information on
the
website;
2) When the user returns back and login, how to retrieve the filled
information;
If I've misunderstood anything, please feel free to post here.

The user registration and login can be implemented using ASP.NET
Membership. You can find more information about it here:

#Introduction to Membership
http://msdn2.microsoft.com/en-us/library/yh26yfzy.aspx

#Walkthrough: Creating a Web Site with Membership and User Login (Visual
Studio)
http://msdn2.microsoft.com/en-us/library/879kf95c.aspx

You will see that it requires very little code to have a fully functional
user registration and login system.

The user information storage can be implemented using ASP.NET Profile. You
can find more information about it here:

#ASP.NET Profile Properties Overview
http://msdn2.microsoft.com/en-us/2y3fs9xs.aspx

#Walkthrough: Maintaining Web Site User Information with Profile
Properties
http://msdn2.microsoft.com/en-us/taab950e.aspx

You can use user-defined types as Profile properties, see following MSDN
magazine article for a sample:

#Extreme ASP.NET: A New Solution to an Old State Storage Problem -- MSDN
Magazine, April 2006
http://msdn.microsoft.com/msdnmag/is...t/default.aspx

Hope this helps. Please feel free to post here if anything is unclear.

Regards,
Walter Wang
Microsoft Online Community Support

=============== =============== =============== =====
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=============== =============== =============== =====

This posting is provided "AS IS" with no warranties, and confers no
rights.

Jun 20 '06 #3
Hi Ryan,

Appreciate your update and response. If you have any other questions or
concerns, please do not hesitate to contact us. It is always our pleasure
to be of assistance.

Have a nice day!

Regards,
Walter Wang
Microsoft Online Community Support

=============== =============== =============== =====
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=============== =============== =============== =====

This posting is provided "AS IS" with no warranties, and confers no rights.

Jun 21 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
2601
by: mlimber | last post by:
This is a repost (with slight modifications) from comp.lang.c++.moderated in an effort to get some response. I am using Loki's Factory as presented in _Modern C++ Design_ for message passing in an embedded environment with multiple processors. I created a policy for classes, which, I had hoped, would automatically register the class with...
1
2034
by: ATJaguarX | last post by:
I have an asp.net web application that I'm having problems with. Everytime I view certain pages in design mode, Sourcesafe asks me to check out the page because of requested changes. When I go to view the page in design mode, .Net is switching the user control registration tag with the page language tag. Example: <%@ Page Language="vb"...
8
2828
by: Markus Henschel | last post by:
Hello, this is a test case of something I just can't explain myself: //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// #include <list> typedef void (*registerfunc)(); class CMgr {
2
2803
by: Amadeus W. M. | last post by:
Template member functions cannot be virtual - I know - but is there any way to simulate that (other than making the entire class templated, with non-templated members). What I have is this: class Transform { public:
8
1351
by: Imre | last post by:
Hi I'm looking for a way to make sure that whenever a new instance of a class template A is created, then an instance of class template B is also created, with the same template parameters. Of course, I could do it by referencing B<Tfrom A<T>, but I'd like to do it without modifying A at all. I'm afraid it's not possile with separate...
0
2596
by: Lester Knutsen | last post by:
A two-day IBM Informix and DB2 User Group Technical Conference - Friday and Saturday, December 8-9, 2006 We are very please to announce our Keynote Speakers --------------------------------------------------- * Friday, December 8, 2006 – Ambuj Goyal, General Manager of IBM Information Management * Saturday, December 9,2006 - Arvid Krishna,...
5
2568
by: MLH | last post by:
Searching at http://support.microsoft.com/search/?adv=0 for Access 97 and "templatefile" returns the following: There are no documents that match your search for "templatefile" Has anyone ever seen any specification for HTML templatefile microsoft says can be used in conjunction with the SendObject and OutPutTo methods - anywhere on the...
4
1856
by: suman.nandan | last post by:
Hi C++ Experts ! I have a little weird requirement. I have a base class, say B and lots of classes D1 .. Dn publicly derived from it. Over the course of development the number of derived classes may increase. I want that before the execution of one of my particular code, I should have a list of pointers to all the derived classes, say...
9
4229
by: happyse27 | last post by:
Hi All, In perl script(item b below) where we check if html registration form are filled in properly without blank with the necessary fields, how to prompt users that the field are incomplete or blank and then go back to main page(item a below user registration html page) always, something like goggle or msn login page function... ...
0
7432
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7689
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7456
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
1
5359
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5076
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3490
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3470
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1919
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
743
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.