-
check box problem ~~~~
soli to ask a help again ~
now i have one problem
can anyone here help me
the problem
i want to add a check box as many as inside the database information
example is i have 5 info store inside the database
so when i click on display
it got display 5 information and also 5 check box ~
someone please tell me how to do ~
:( :( :( :( :( :(
-
HIi,
Not quite sure what you are saying.
Do you have one database table containing many records, each with 5 fields and you want to display all of those 5 fields (from one record) for the client to select one? If so, why do you need this - what are you going to do when the client has made his selection?
You could have 5 labels databound to each field and place a check box level with each label. (You may be able to bind each checkbox to the fields with their text properties displaying the contents of the field but I am not sure)
-
actually i want to loop all the info from my Accedd DB to VB.net
after looping i can click the check box to confirm something ~
-
Hi,
Understood, but why do you want the user to be able to select the fields individually? You can use a combo or list box to view one of the fields in each record, to identify the record, and then update the record if you wish. What details do each field contain?
-
oic ~
i know wat u mean already ~
thank you for ur help ~
:D