Please help coding checkboxes to query in vb :(

ste_tav

New member
Joined
Apr 18, 2012
Messages
1
Programming Experience
Beginner
Hi,
New to this site really need some help currently doing my dissertation and stuck as i am using a asp.net website and using vb to query my sql database although i need to use check boxes but have no clue how to code them in vb could any one give me an example i want to use 4 check boxes to show the information of which ever is picked.

I would be really grateful as im running out of time thanks guys!

Forgot to mention there Linq queries :) thank you
 
Can you elaborate? Am I right in thinking the checkbox controls are already on the page, but you want to check them based on a SQL SELECT result?
Or are you wanting to generate checkboxes, maybe one per row of a result?
 
Back
Top