Click here to Skip to main content
15,922,533 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: problem in implementing validations in dynamically generated textboxes in Desktop vb.net application Pin
Not Active9-Jul-10 2:48
mentorNot Active9-Jul-10 2:48 
QuestionNested Master Page Problem Pin
Ravindra Bisen9-Jul-10 1:13
Ravindra Bisen9-Jul-10 1:13 
AnswerRe: Nested Master Page Problem Pin
Not Active9-Jul-10 2:45
mentorNot Active9-Jul-10 2:45 
GeneralRe: Nested Master Page Problem Pin
Ravindra Bisen9-Jul-10 3:19
Ravindra Bisen9-Jul-10 3:19 
GeneralRe: Nested Master Page Problem Pin
Not Active9-Jul-10 4:08
mentorNot Active9-Jul-10 4:08 
GeneralRe: Nested Master Page Problem Pin
shreekar9-Jul-10 6:48
shreekar9-Jul-10 6:48 
GeneralRe: Nested Master Page Problem Pin
Not Active9-Jul-10 8:05
mentorNot Active9-Jul-10 8:05 
QuestionGet Client side printer list Pin
Hum Dum9-Jul-10 1:08
Hum Dum9-Jul-10 1:08 
AnswerRe: Get Client side printer list Pin
shreekar9-Jul-10 6:59
shreekar9-Jul-10 6:59 
Questiongridview rowupdating Pin
sudheesh kumar s9-Jul-10 0:49
sudheesh kumar s9-Jul-10 0:49 
AnswerRe: gridview rowupdating Pin
adkalavadia9-Jul-10 3:19
adkalavadia9-Jul-10 3:19 
QuestionHow to set login url programmatically for Forms Authentication ? Pin
Nadia Monalisa8-Jul-10 19:11
Nadia Monalisa8-Jul-10 19:11 
QuestionCSS question about text trimming Pin
_iobuf8-Jul-10 14:24
_iobuf8-Jul-10 14:24 
AnswerRe: CSS question about text trimming Pin
Anurag Gandhi8-Jul-10 20:59
professionalAnurag Gandhi8-Jul-10 20:59 
QuestionGeneral Approach to DropDownLists Pin
BugMeNotFTW8-Jul-10 4:00
BugMeNotFTW8-Jul-10 4:00 
AnswerRe: General Approach to DropDownLists Pin
David Mujica8-Jul-10 4:14
David Mujica8-Jul-10 4:14 
AnswerRe: General Approach to DropDownLists Pin
shreekar9-Jul-10 6:39
shreekar9-Jul-10 6:39 
I think you need to work on the database design first before you tackle the front end. Like you said - create a table with list of questions. Create another table with list of possible answers per question. This will give you Id(s) to work with for question and answer.
About the dropdowns,you have to display the data in the dropdowns, so that needs to be transported to the browser. While writing back to the server, you can use the selected id(s) of the answers.
This way you can use bound controls as well.
Hope this helps.

Shreekar
QuestionHow to replace a a number in doc file with an image using windows application Pin
raghvendrapanda8-Jul-10 3:48
raghvendrapanda8-Jul-10 3:48 
AnswerRe: How to replace a a number in doc file with an image using windows application Pin
Eddy Vluggen8-Jul-10 4:16
professionalEddy Vluggen8-Jul-10 4:16 
QuestionMicrosoft JScript runtime error: Object required Pin
Haider M Rizvi8-Jul-10 3:07
Haider M Rizvi8-Jul-10 3:07 
AnswerRe: Microsoft JScript runtime error: Object required Pin
Vengatachalapathy Palanivel8-Jul-10 3:20
Vengatachalapathy Palanivel8-Jul-10 3:20 
QuestionASP.NET IIS login problem Pin
Gjm8-Jul-10 1:58
Gjm8-Jul-10 1:58 
AnswerRe: ASP.NET IIS login problem Pin
Rhys Jacob8-Jul-10 2:57
Rhys Jacob8-Jul-10 2:57 
GeneralRe: ASP.NET IIS login problem [modified] Pin
Gjm8-Jul-10 6:08
Gjm8-Jul-10 6:08 
GeneralRe: ASP.NET IIS login problem Pin
Rhys Jacob9-Jul-10 3:09
Rhys Jacob9-Jul-10 3:09 

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.