Am working on a registration page, Where here user has checkbox to select the location and services, Am saving the data in Database as 1 if checked , 0 if form is saved unchecked.
Now in the Edit page for the user Like profile page, am binding the data which is present in database.
I don't know how to bind the checkbox to bind if the user already checked and in database it is saved as '1"
Am using C# and Asp.net. Kindly Help
intorbit?