how to add multiple checkbox in single item template inside gridview on row data bound
Ankit t...
112
Points
11
Posts
|
I am working in room booking page according bed wise . i am getting value inside grid view on item template field from database is if 1 bed then (1) aspx code is
Now how i can add multiple checkbox in single template on row databound. according this value (1),(1,1),(1,1,1,1)..etc Use checkboxlist instead of checkbox inside itemtemplate - Rahul Maurya 08-Feb-2019 05:02
|
Answers
Rahul M...
4916
Points
27
Posts
|
Use following as reference https://www.c-sharpcorner.com/blogs/checkboxlist-within-gridview-cell-count-all-selected-items1 https://forums.asp.net/t/1955767.aspx?using+Checkboxlist+in+gridview+ASP+Net https://www.aspsnippets.com/Articles/Implement-Mutually-Exclusive-CheckBoxList-CheckBoxes-inside-GridView-in-ASPNet.aspx
Posted On:
08-Feb-2019 05:16
|
Blog
Active User (0)
No Active User!