Click here to Skip to main content
16,005,178 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Implement Inline Javascript in ASP.Net Pin
Christian Graus11-Aug-09 19:39
protectorChristian Graus11-Aug-09 19:39 
GeneralRe: Implement Inline Javascript in ASP.Net Pin
HistoricalSocietyMember12-Aug-09 2:51
HistoricalSocietyMember12-Aug-09 2:51 
Questionrepeater control Pin
deep7611-Aug-09 10:25
deep7611-Aug-09 10:25 
AnswerRe: repeater control Pin
Abhijit Jana11-Aug-09 10:36
professionalAbhijit Jana11-Aug-09 10:36 
GeneralRe: repeater control Pin
deep7611-Aug-09 10:47
deep7611-Aug-09 10:47 
GeneralRe: repeater control Pin
Venkatesh Mookkan11-Aug-09 15:57
Venkatesh Mookkan11-Aug-09 15:57 
GeneralRe: repeater control Pin
deep7612-Aug-09 5:12
deep7612-Aug-09 5:12 
GeneralRe: repeater control Pin
Venkatesh Mookkan12-Aug-09 5:23
Venkatesh Mookkan12-Aug-09 5:23 
deep76 wrote:
Question:1 Diabetes is a disease that effects:
Babies
Children
Teenagers
Adults
Men
Women
All of the above

Question:2 Increasing the amount of glucose (sugar) in blood effects:
Nothing
Heart
Nerves
Blood Vessels
2,3,4


I don't think one repeater would solve this. You can solve this using Nested Repeater like,

[Repeater1 ItemTemplate]

Question 1

[Repeater2 ItemTemplate]
Shows the choices of question 1
[/Repeater2 ItemTemplate]

[/Repeater1 ItemTemplate]

Bind all the questions to the master repeater and on the ItemDataBound/DataBound event of the master repeater, load the answer of each item in the child repeater. I have tried this using DataGrid and GridView. But this should be possible in Repeater too. Lemme know if you have any questions.

Please mark it as "Good Answer" if it is useful to you.


Castle Rider
What if I freeze??? Don't forget to breath...

My: Website | Yahoo Group | Blog Spot

GeneralRe: repeater control Pin
deep7612-Aug-09 5:26
deep7612-Aug-09 5:26 
GeneralRe: repeater control Pin
Venkatesh Mookkan12-Aug-09 5:31
Venkatesh Mookkan12-Aug-09 5:31 
GeneralRe: repeater control Pin
deep7612-Aug-09 6:41
deep7612-Aug-09 6:41 
GeneralRe: repeater control Pin
Venkatesh Mookkan12-Aug-09 6:49
Venkatesh Mookkan12-Aug-09 6:49 
GeneralRe: repeater control Pin
deep7612-Aug-09 6:54
deep7612-Aug-09 6:54 
GeneralRe: repeater control Pin
deep7612-Aug-09 7:03
deep7612-Aug-09 7:03 
GeneralRe: repeater control Pin
Venkatesh Mookkan12-Aug-09 7:10
Venkatesh Mookkan12-Aug-09 7:10 
GeneralRe: repeater control Pin
Venkatesh Mookkan12-Aug-09 7:07
Venkatesh Mookkan12-Aug-09 7:07 
GeneralRe: repeater control Pin
deep7612-Aug-09 9:20
deep7612-Aug-09 9:20 
QuestionASP.NET Configuration Problem Pin
pampam11011-Aug-09 10:19
pampam11011-Aug-09 10:19 
AnswerRe: ASP.NET Configuration Problem Pin
Abhijit Jana11-Aug-09 10:42
professionalAbhijit Jana11-Aug-09 10:42 
GeneralRe: ASP.NET Configuration Problem Pin
pampam11012-Aug-09 22:21
pampam11012-Aug-09 22:21 
GeneralRe: ASP.NET Configuration Problem Pin
pampam11015-Aug-09 11:35
pampam11015-Aug-09 11:35 
GeneralRe: ASP.NET Configuration Problem Pin
JacSophie13-Jan-10 15:10
JacSophie13-Jan-10 15:10 
QuestionSome Help on how to assign a Web Service to a NamedPipe Pin
AndyASPVB11-Aug-09 9:18
AndyASPVB11-Aug-09 9:18 
AnswerRe: Some Help on how to assign a Web Service to a NamedPipe Pin
eggsovereasy11-Aug-09 11:36
eggsovereasy11-Aug-09 11:36 
GeneralRe: Some Help on how to assign a Web Service to a NamedPipe Pin
AndyASPVB11-Aug-09 12:01
AndyASPVB11-Aug-09 12:01 

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.