Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am creating the registration form in asp.net, using the c# coding, i need to submit the details, what is the "submit" button code?
Posted

Hi Murali,
Your question is not clear.Registration form button click code depends on fields that you are using in the form.Make the question to be clear.
Anyways,
Go through the following sample registration form.
Sample Registration Form[^]
 
Share this answer
 
Comments
[no name] 28-Oct-11 1:14am    
First Name,Middle Name,Surname,Employee ID,Client,Contact Number,Email ID Company, these are my fields, after submitting these fields i want to submit that form.
Save all those fields First name,middle name ,surname, Employee ID,Client,Contact Number,Email Id,Company, in to database maintaining unique employee ID.
Use validations for All these fields to avoid null values in the fields.
 
Share this answer
 
Comments
[no name] 28-Oct-11 2:22am    
I already created database, but i don't no how to write the submit button code.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900