i am trying to build a .net program Question and answer project.
my main problem is question can contain image as well as answer can contain image.Questions and answers are from Tables. How can I obtain this, and which controls are used for making this. Please specify detailed. i.e. given below
//just a sample. this is the format i want
Question
1.whats your name ?
Answer
(option button1)Name 1 (option button12)Name 2 (option button3)Name 3 (option button4)Name 4
2.find correct image from below images
(option button1) Image1 (option button2) Image2 (option button3) Image3 (option button4)image4
Image 4
3.what the name of this image
image 1 image 2 image 3 image 4
.....
....
And so on,Qustions depends on number of question that admin set
how can i achieve this. give me a proper solution .which controls are used for making such a page.