Database retrieving problem
-
Hi, i have 3 seesons in my database ,Morning Evening, And Afternoon.they are checkboxin database means YES/NO...........I have a datagrid inthat i have a field like Session In session column i want to retrieve data from database according to the data in DB. if morning and evening is checked it shows like MORNING,EVENING Please help me regarding this issue?
-
Hi, i have 3 seesons in my database ,Morning Evening, And Afternoon.they are checkboxin database means YES/NO...........I have a datagrid inthat i have a field like Session In session column i want to retrieve data from database according to the data in DB. if morning and evening is checked it shows like MORNING,EVENING Please help me regarding this issue?
Have you figured this out yet? You may want to try using stored procedures to return MORNING,EVENING to the datagrid...
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon