Click here to Skip to main content
15,909,051 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionMultiple Database Columns binded to RadioButtonList Pin
Pzykotik4-Apr-09 0:26
Pzykotik4-Apr-09 0:26 
I've set up a 'quiz' site and have used a RadioButtonList to answer the questions, the problem I have is that for each question there are 5 possible answers, each answer is held in a column in my database (SQL) but I can only bind the RadioButtonList to one column.

Does anybody know how to set the text for each ListItem with data from multiple columns in an SQL database?

That's the SQL DataSource if it helps?

<asp:sqldatasource id="SqlDataSource1" runat="server" connectionstring="<%$ ConnectionStrings:ConnectionString %>" xmlns:asp="#unknown">
    SelectCommand="SELECT QuestionID, QuestionImage, QuestionText, Answer1, Answer3, Answer2, Answer4, Answer5, CorrectAnswer, QuestionOrder FROM Questions WHERE (TestID = @TestID) ORDER BY QuestionOrder">
    <selectparameters>
        <asp:sessionparameter defaultvalue="0" name="TestID" sessionfield="TestID" />
    </selectparameters>
</asp:sqldatasource>


Thanks a lot!
AnswerRe: Multiple Database Columns binded to RadioButtonList Pin
Christian Graus4-Apr-09 1:04
protectorChristian Graus4-Apr-09 1:04 
GeneralRe: Multiple Database Columns binded to RadioButtonList Pin
Pzykotik4-Apr-09 1:10
Pzykotik4-Apr-09 1:10 
GeneralRe: Multiple Database Columns binded to RadioButtonList Pin
Christian Graus4-Apr-09 2:23
protectorChristian Graus4-Apr-09 2:23 
GeneralRe: Multiple Database Columns binded to RadioButtonList Pin
Pzykotik4-Apr-09 11:33
Pzykotik4-Apr-09 11:33 
Questionhii..i have problem with swf file ....please check it out......... Pin
bhrugu4me3-Apr-09 23:25
bhrugu4me3-Apr-09 23:25 
AnswerRe: hii..i have problem with swf file ....please check it out......... Pin
Christian Graus4-Apr-09 1:02
protectorChristian Graus4-Apr-09 1:02 
Questionplz tell me code to add subitem in menu bar.. without using wizard Pin
deepikadurge3-Apr-09 23:11
deepikadurge3-Apr-09 23:11 
AnswerRe: plz tell me code to add subitem in menu bar.. without using wizard Pin
Christian Graus3-Apr-09 23:13
protectorChristian Graus3-Apr-09 23:13 
AnswerRe: plz tell me code to add subitem in menu bar.. without using wizard Pin
Sathesh Sakthivel4-Apr-09 1:15
Sathesh Sakthivel4-Apr-09 1:15 
AnswerRe: plz tell me code to add subitem in menu bar.. without using wizard Pin
Yusuf4-Apr-09 2:16
Yusuf4-Apr-09 2:16 
JokeRe: plz tell me code to add subitem in menu bar.. without using wizard Pin
Sathesh Sakthivel4-Apr-09 3:17
Sathesh Sakthivel4-Apr-09 3:17 
GeneralRe: plz tell me code to add subitem in menu bar.. without using wizard Pin
Yusuf4-Apr-09 3:41
Yusuf4-Apr-09 3:41 
GeneralRe: plz tell me code to add subitem in menu bar.. without using wizard Pin
Sathesh Sakthivel4-Apr-09 4:19
Sathesh Sakthivel4-Apr-09 4:19 
QuestionError When Updating the content of Excel File From Code Pin
Member 46590013-Apr-09 22:53
Member 46590013-Apr-09 22:53 
AnswerRe: Error When Updating the content of Excel File From Code Pin
Christian Graus3-Apr-09 23:09
protectorChristian Graus3-Apr-09 23:09 
Questionusing password recovery the forgot password is sent to given email id Pin
grkrishna3-Apr-09 22:40
grkrishna3-Apr-09 22:40 
AnswerRe: using password recovery the forgot password is sent to given email id Pin
Christian Graus3-Apr-09 23:10
protectorChristian Graus3-Apr-09 23:10 
QuestionAjax and ultrawebgrid Pin
Zeyad Jalil3-Apr-09 21:11
professionalZeyad Jalil3-Apr-09 21:11 
AnswerRe: Ajax and ultrawebgrid Pin
Christian Graus3-Apr-09 23:10
protectorChristian Graus3-Apr-09 23:10 
AnswerRe: Ajax and ultrawebgrid Pin
Sathesh Sakthivel4-Apr-09 1:19
Sathesh Sakthivel4-Apr-09 1:19 
QuestionAbout sending UDP packets in vb6 Pin
Renuka Deshpande3-Apr-09 20:12
Renuka Deshpande3-Apr-09 20:12 
AnswerRe: About sending UDP packets in vb6 Pin
Christian Graus3-Apr-09 23:14
protectorChristian Graus3-Apr-09 23:14 
Questionpassword is sending to th some particular mail using password recovery control Pin
grkrishna3-Apr-09 19:45
grkrishna3-Apr-09 19:45 
AnswerRe: password is sending to th some particular mail using password recovery control Pin
www.Developerof.NET3-Apr-09 20:00
www.Developerof.NET3-Apr-09 20:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.