here, i wanted to bind data in one datalist when we choose checkbox.
assume. i have three category called football, volleyball, bat.
here when i tick in checkbox1, it should show football in the datalist at right-hand side.
if i tick checkbox1, and checkbox2 both, It should show football, and volleyball.
if i uncheck checkbox1, It should show volleyball only.
if i check checkbox1,checkbox2,checkbox3, It should show all category ie, football, volleyball and bat in datalist.
if i uncheck checkbox2,checkbox3, it should show football only( checkbox1' s category).
checkbox1 (football)
checkbox2 (volleyball)
checkbox3 (bat)
how to do in asp.net c#. help needed.
if this performance is speed, asp.net c# is enough
or the help with javascript,c#,asp.net.