Click here to Skip to main content
15,897,891 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
List<string> list = new List<string>();
list.Add((string)myRow[1]);
list.Add((string)myRow[2]);
list.Add((string)myRow[3]); // whatever columns in your row contain the answers

myRadioButtons.DataSource = list;
myRadioButtons.DataBind();

Christian Graus

Driven to the arms of OSX by Vista.

"I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )

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 

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.