I have to create a dynamic check box with it's value from database.
In database i have declared check box column value as bit.It can only accepts either 1 or zero.
If the values is '1' it needs to display on the form as check box checked.
Can anyone give some clue on this or any idea to do this..
thanks
In database i have declared check box column value as bit.It can only accepts either 1 or zero.
If the values is '1' it needs to display on the form as check box checked.
Can anyone give some clue on this or any idea to do this..
thanks
Comment