Hello everyone. I am making a website but I don't quite know how to make an application form that will submit to my email, then wait for me to accept it. I am using Microsoft visual studio 2010 web development, ASP.NET framework 4. Can someone give me tips
or even write code that I can edit? Thanks in advance.
It's always good to have a positive attitude, even in the worst of times.
I am sorry, I mean an application form like registering to be a user on a website. But that is a good way to learn how to start on a website. I wan't a form that someone can fill out, when they click submit, it goes to my email. I can then accept them as
a user on my website, then they can login and use user privileges to access pages someone that is not signed in can't see.
It's always good to have a positive attitude, even in the worst of times.
Hello everyone. I am making a website but I don't quite know how to make an application form that will submit to my email, then wait for me to accept it. I am using Microsoft visual studio 2010 web development, ASP.NET framework 4. Can someone give me tips
or even write code that I can edit? Thanks in advance.
Zues90
Member
27 Points
14 Posts
How to make an Application form?
Feb 24, 2012 05:09 AM|LINK
Hello everyone. I am making a website but I don't quite know how to make an application form that will submit to my email, then wait for me to accept it. I am using Microsoft visual studio 2010 web development, ASP.NET framework 4. Can someone give me tips or even write code that I can edit? Thanks in advance.
santosh.jagd...
Star
7625 Points
1454 Posts
Re: How to make an Application form?
Feb 24, 2012 05:18 AM|LINK
this is more helpful to start on ASP.NET application
http://www.dotnetfunda.com/articles/article78.aspx
MCP
Zues90
Member
27 Points
14 Posts
Re: How to make an Application form?
Feb 24, 2012 06:10 AM|LINK
I am sorry, I mean an application form like registering to be a user on a website. But that is a good way to learn how to start on a website. I wan't a form that someone can fill out, when they click submit, it goes to my email. I can then accept them as a user on my website, then they can login and use user privileges to access pages someone that is not signed in can't see.
mitaGreen
Member
188 Points
34 Posts
Re: How to make an Application form?
Mar 01, 2012 04:55 AM|LINK
Hi,
It's easy. Please just check the link below which tell you how to send a email after you click submit.
http://forums.asp.net/p/1270537/2406255.aspx
http://www.daniweb.com/web-development/aspnet/threads/136342
Primillo
Star
8739 Points
1685 Posts
Re: How to make an Application form?
Mar 01, 2012 05:34 AM|LINK
Hi
Download this source code:
C#
http://www.asp.net/web-forms/tutorials/security/admin/unlocking-and-approving-user-accounts-cs
VB
http://www.asp.net/web-forms/tutorials/security/admin/unlocking-and-approving-user-accounts-vb
Also do the step by step tutorial ...
http://www.asp.net/web-forms/tutorials/security
Primillo
http://www.facebook.com/programandopuntonet
salman beher...
All-Star
30721 Points
5871 Posts
Re: How to make an Application form?
Mar 01, 2012 05:52 AM|LINK
Hi,
check it.....
http://www.daniweb.com/web-development/aspnet/threads/51587
http://forums.asp.net/p/1146835/1860101.aspx
Sincerely,
Salman
Zues90
Member
27 Points
14 Posts
Re: How to make an Application form?
Mar 01, 2012 01:37 PM|LINK
Thank you all for the help :D I think this info should be sufficient for making a form. I can see myself taking a while reading all the pages....