Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,
Insert,Select,Edit,Update and delete in Asp.net Grid View Control using stored procedure.
Table Details:
Dep:
1.DeptID(PK)
2.Department Name

Employee
1.Employee ID(PK)
2.Dept ID(FK)
3.Employee Name
4.Age


questions:
1.Populate the Employee name,Department Name,Age in Asp.net Grid View?
2.Insert,Update and Delete a employee using Asp.net Grid View Events?
3.Insert,Update and Delete a employee using Stored Procedure?

Pl help me soon
Posted

 
Share this answer
 
Hi,

You already got so many reference link, i found one more article that may be useful.

Actually i have created this article to help all beginner,

Insert, Update, Search and Delete (CRUD operation) using ASP.Net and MySQL[^]

I have used StoredProcedure to operate on database. Although i am not inserting/updating/deleting records using gridview but this article may helpful.And i have used MySQL as database.

Hope this helps you,

Thanks
-Amit Gajjar
 
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