hello to all
i am here to clear my one confusion as i am stuck in somewhere logic part.
i have four tables in database :
state
region
district
circle
on page load i have to show the states from the database in the form of checkboxes.
and when user check the checkbox i need to show the region of the checked state and the user is allowed to check multiple checkboxes at the time.
what i have to do to show the multiple entries at a time.
i have used the gridview and inside the <itemtemplate> field i have called the checkboxlist there but its not working as i want it to work.
anyone who knows bout it plz help me