Hi, I have very little experience with .NET and am a bit lost as to how i would go about creating a basic signup form. I just want the form to collect data into a database table (name, email, etc.). Also, how can I get the form to work with ajax to avoid a page refresh?
A good start would be Runway or CWS - they both have simple forms you can dissect to get your head around it. Personally, I'd avoid AJAX for the core functionality of this, and would only use it to enhance a server-side solution ('progressive enhancement').
Dan, thank you. I installed the Runway contact form package, it seems like it's functionality is based on sending emails rather than data collection? Am I understanding correctly?
Basic Signup Form
Hi, I have very little experience with .NET and am a bit lost as to how i would go about creating a basic signup form. I just want the form to collect data into a database table (name, email, etc.). Also, how can I get the form to work with ajax to avoid a page refresh?
Any help would be greatly appreciated!
-Amir
A good start would be Runway or CWS - they both have simple forms you can dissect to get your head around it. Personally, I'd avoid AJAX for the core functionality of this, and would only use it to enhance a server-side solution ('progressive enhancement').
Hope this helps...
Dan, thank you. I installed the Runway contact form package, it seems like it's functionality is based on sending emails rather than data collection? Am I understanding correctly?
Hey Amir
You need to get a subscription o Umbraco.tv
http://www.umbraco.tv
and watch this video
http://www.umbraco.tv/documentation/videos/for-developers/working-with-data/creating-data-programmatically
It covers everything you are trying to do...
You can propably glean something from this:
You must use a your usercontrol
is working on a reply...