1
Answer

Want some code help plz help me out

siri

siri

13y
1.2k
1
hi programmers, I need small help, "I'm preparing a quiz (online Objective type), it has question which is TEXT" but answer is image, student should chose one among 4 images provided to them... please help how to write code for that in JAVA or .NET
Answers (1)
0
Gomathi Palaniswamy

Gomathi Palaniswamy

NA 3.8k 1.5m 14y
Hi Friend,

The below coding will help if you save the values in tostring()
                
                    string d;
                    d = dateTimePicker1.Value.ToShortDateString() + " 00:00:00".ToString();
                    string d1;
                    d1 = dateTimePicker2.Value.ToShortDateString() + " 23:59:59".ToString();

                    select command:

                select * from today where date between''+d+"'and'"+d1+"'


With Regards,
Gomathi.P