Click here to Skip to main content
15,893,487 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi...

I am developing one wcf service. In that I am creating tables, adding new tables, deleting tables and display all in grid view. for each tables I am inserting values, in one column instead of values I need to insert checkbox... I dont know how to do this in inside the wcf service... Please help me to do this....


Thanks:)
Posted

1 solution

You need to convert the checkbox value i.e. checked or unchecked to boolean and store it in your table.
Once you retrive this boolean value from the database, change it back to checked or unchecked and display it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900