3
Answers

DataSet/SqlDataReader with DataList

Photo of Mohit Kapoor

Mohit Kapoor

8y
775
1
How I can set datasource of DataList to a DataSet.
 
I am firstly fetching the data from DB using LIKE operators and want to perform EDIT,Delete operation on it using DataList or FormView.
 How can i achieve it ?

Answers (3)