2
Answers

GRIDVIEW edit,update and delete options

Zuber Kazi

Zuber Kazi

13y
1.7k
1
Hello Everyone,
I am developing a web application using ASP .net and C# .net.
I took a gridview and connect the database to it using connected architecture (i.e. using dataset and dataadapter). I add edit and delete column. But it is not working.
Will u help me on this topic or better way will u please upload the project solving the problem.
Regards,
Zuber Kazi.
Answers (2)
0
Suthish Nair

Suthish Nair

NA 31.7k 4.6m 13y

excelSheets = excelWorkBook.Sheets("Sheet1")
excelSheets.Activate()
excelSheets.Shapes.Item(1).ControlFormat.List

Like this way you can find the different shapes (controls). Put a break point and check the values..