Hello friends
In this example, we will learn how to perform “CRUD Operations on Detailsview”
In this example, I am using Employee Table
In this example, we will learn how to perform “CRUD Operations on Detailsview”
In this example, I am using Employee Table
Table script:
Source Code:
C# Code:
Detailsview1_DataBound : In this event when the details view is in
Insert mode then I'm making EmpId textbox as disable this is why because
in database i made EmpId column as identity means autoincrement.
therefore there is no need to give Empid database will automatically get
it so sending empid is useless.
Detailsview in Readonly Mode:
Detailsview in Edit Mode :
DetailsView in Insert Mode:
If you have any queries regarding this example or Detailsview control post ur comment or send mail to
ranjeetpatil4545@gmail.com
Thank You