Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi good morning all of you,,myself am fresher for s/w,,plzz help i the above qusetion,,

how to add student fee in registration form to the accounts table in asp.net to the sqlservver2005,,can you give me the code?

Thanks in adavance
Posted

1 solution

ganimca wrote:
,can you give me the code


No code until you show your effort!


ganimca wrote:
how to add student fee in registration form to the accounts table in asp.net to the sqlservver2005


Ok.
1. Design a page - 'Registration Form'.
2. Get all details filled in textboxes or other control relevant.
3. Have a Submit button.
4. On click of this button, get all the values filled in the form.
5. Pass it to the database (using DB layer or directly, depending on your project architecture)
6. Insert the student details in the Accounts table. (using a Query or Stored Procedure)

It looks like pretty straight forward. Try it.
 
Share this answer
 
Comments
ganimca 27-May-10 3:28am    
Thanx sandeep sir,, i already did that sir?

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