1
Answer

Find checkbox Value from div element in asp.net

i working on small tasks in ASP.NET
1 create one file upload control that can upload only excel file.then
2 get ExcelSheet data stored into datatable.then
3 create dynamic Checkbox .there id ,text pty is given by excelsheet(NameofColum)
4 now here confusing. if i checked any checkbox that time inside the gridview bind
show all tha content of this column from excelsheet.
step 4 is not implementing
Answers (1)