Click here to Skip to main content
15,883,705 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have one table with 5 field in sql server.
1) Skill_id int primary Key(Identity)
2) Parant_Skill_Id int Self Referencial Key(Foreign Key)
3) Skill_Level int
4)Skill_Name varchar
5)Skill_Description varchar

We are storing 3 level data. So here Skill_Level count number of level.
How can I Insert Data through Asp.Net.

Can You Help me as soon as possible.


Thanx in Advance.
Posted

Visit this[^] link
 
Share this answer
 
This question can be easily solved by few minutes of google search.


I am not giving you the code, because it will not help you in future run.
check these out:

http://forums.asp.net/t/1193643.aspx/1?How+To+Connect+to+SQL+using+C+and+SELECT+INSERT+UPDATE+[^]

Beginners guide to accessing SQL Server through C#[^]

Accessing Data with ASP.NET[^]

and try to do it yourself. If you stuck somewhere then come again, will help you for sure.

hope it helps :)
 
Share this answer
 
v2
using ObjectDataSource and Data-Binding Control
 
Share this answer
 

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