Click here to Skip to main content
15,898,035 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Gridview problem Pin
keyur satyadev4-Apr-09 1:17
keyur satyadev4-Apr-09 1:17 
GeneralRe: Gridview problem Pin
saravanan054-Apr-09 1:24
saravanan054-Apr-09 1:24 
GeneralRe: Gridview problem Pin
keyur satyadev4-Apr-09 1:29
keyur satyadev4-Apr-09 1:29 
GeneralRe: Gridview problem Pin
saravanan054-Apr-09 1:35
saravanan054-Apr-09 1:35 
GeneralRe: Gridview problem Pin
keyur satyadev4-Apr-09 1:45
keyur satyadev4-Apr-09 1:45 
AnswerRe: Gridview problem Pin
Christian Graus4-Apr-09 2:26
protectorChristian Graus4-Apr-09 2:26 
GeneralRe: Gridview problem Pin
Yusuf4-Apr-09 4:31
Yusuf4-Apr-09 4:31 
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 

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.