Introduction: In this post I try to explain how we can bind
the Detailsview Data control in Asp.net.
Description:
I have created a table name STUDENT_DETAIL and insert data
into table. STUDENT_ID is primary key.
STUDENT_ID
|
int
|
STUDENT_NAME
|
varchar(50)
|
STUDENT_ADDRESS
|
varchar(50)
|
STUDENT_CLASS
|
varchar(50)
|