How to make an Application form?http://forums.asp.net/t/1773268.aspx/1?How+to+make+an+Application+form+Thu, 01 Mar 2012 13:37:18 -050017732684848459http://forums.asp.net/p/1773268/4848459.aspx/1?How+to+make+an+Application+form+How to make an Application form? <p>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.</p> 2012-02-24T05:09:02-05:004848475http://forums.asp.net/p/1773268/4848475.aspx/1?Re+How+to+make+an+Application+form+Re: How to make an Application form? <p>this is more helpful to start on ASP.NET application</p> <p><a href="http://www.dotnetfunda.com/articles/article78.aspx">http://www.dotnetfunda.com/articles/article78.aspx</a></p> 2012-02-24T05:18:42-05:004848580http://forums.asp.net/p/1773268/4848580.aspx/1?Re+How+to+make+an+Application+form+Re: How to make an Application form? <p>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.</p> 2012-02-24T06:10:01-05:004857954http://forums.asp.net/p/1773268/4857954.aspx/1?Re+How+to+make+an+Application+form+Re: How to make an Application form? <p>Hi,</p> <p>It's easy. Please just check the link below which tell you how to send a email after you click submit.</p> <p><a href="http://forums.asp.net/p/1270537/2406255.aspx">http://forums.asp.net/p/1270537/2406255.aspx</a></p> <p><a href="http://www.daniweb.com/web-development/aspnet/threads/136342">http://www.daniweb.com/web-development/aspnet/threads/136342</a></p> 2012-03-01T04:55:31-05:004858050http://forums.asp.net/p/1773268/4858050.aspx/1?Re+How+to+make+an+Application+form+Re: How to make an Application form? <p></p> <blockquote><span class="icon-blockquote"></span> <h4>Zues90</h4> 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.</blockquote> <p></p> <p>Hi</p> <p>Download this source code:</p> <p>C#</p> <p><a href="http://www.asp.net/web-forms/tutorials/security/admin/unlocking-and-approving-user-accounts-cs">http://www.asp.net/web-forms/tutorials/security/admin/unlocking-and-approving-user-accounts-cs</a></p> <p>VB</p> <p><a href="http://www.asp.net/web-forms/tutorials/security/admin/unlocking-and-approving-user-accounts-vb">http://www.asp.net/web-forms/tutorials/security/admin/unlocking-and-approving-user-accounts-vb</a></p> <p>Also do the step by step tutorial ...</p> <p><a href="http://www.asp.net/web-forms/tutorials/security">http://www.asp.net/web-forms/tutorials/security</a></p> 2012-03-01T05:34:44-05:004858097http://forums.asp.net/p/1773268/4858097.aspx/1?Re+How+to+make+an+Application+form+Re: How to make an Application form? <p>Hi,</p> <p>check it.....</p> <p><a href="http://www.daniweb.com/web-development/aspnet/threads/51587">http://www.daniweb.com/web-development/aspnet/threads/51587</a></p> <p><a href="http://forums.asp.net/p/1146835/1860101.aspx">http://forums.asp.net/p/1146835/1860101.aspx</a></p> 2012-03-01T05:52:45-05:004859011http://forums.asp.net/p/1773268/4859011.aspx/1?Re+How+to+make+an+Application+form+Re: How to make an Application form? <p>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....</p> 2012-03-01T13:37:18-05:00