Click here to Skip to main content
15,911,646 members

Comments by Member 10853731 (Top 10 by date)

Member 10853731 1-Jul-14 3:23am View    
Deleted
oh also using Question_ID but its not working plz check this query this is working but it reads the question_ID...

qry3 = "SELECT Question,Image_Data,Level_ID FROM Question_tbl where Question_ID='" & ComboBox4.SelectedItem & "'And Level_ID= '" & ComboBox3.SelectedItem & "'And Topic_ID= '" & ComboBox2.SelectedValue.ToString & "' ORDER BY NEWID()"
Member 10853731 1-Jul-14 3:18am View    
oh also using Question_ID but its not working plz check this query this is working but it reads the question_ID...

qry3 = "SELECT Question,Image_Data,Level_ID FROM Question_tbl where Question_ID='" & ComboBox4.SelectedItem & "'And Level_ID= '" & ComboBox3.SelectedItem & "'And Topic_ID= '" & ComboBox2.SelectedValue.ToString & "' ORDER BY NEWID()"
Member 10853731 28-Jun-14 7:04am View    
I have a form in which i am using 4 comboBoxes, DataGridView and Button control.
1st one in comboBox1 Loading Module from database, In 2nd ComboBox loading Topic of selected module, in 3rd combobox add levels item just like 1,2,3 and in 4 combobox adding different quatntities just like 15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95,100.
now my problem is generate random questions from database according to Levels and selected quantity ...
Member 10853731 28-Jun-14 5:22am View    
Deleted
I have a form in which i am using 4 comboBoxes, DataGridView and Button control.
1st one in comboBox1 Loading Module from database, In 2nd ComboBox loading Topic of selected module, in 3rd combobox add levels item just like 1,2,3 and in 4 combobox adding different quatntities just like 15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95,100.
now my problem is generate random questions from database according to Levels and selected quantity ...
Member 10853731 27-Jun-14 6:16am View    
Plz give me a code i reead it but its creating Confusion in my mind ... not clear plz sent me code