Click here to Skip to main content
15,886,026 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Debugging Problem in VS 2005 Pin
MikeCuper12-Jan-09 17:56
MikeCuper12-Jan-09 17:56 
AnswerRe: Debugging Problem in VS 2005 Pin
Anshumas12-Jan-09 18:54
Anshumas12-Jan-09 18:54 
GeneralRe: Debugging Problem in VS 2005 Pin
MikeCuper12-Jan-09 19:19
MikeCuper12-Jan-09 19:19 
GeneralRe: Debugging Problem in VS 2005 Pin
Rajeesh MP12-Jan-09 23:53
Rajeesh MP12-Jan-09 23:53 
QuestionThe best overloaded method match for 'System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(string, string)' has some invalid arguments Pin
amistry_petlad12-Jan-09 11:54
amistry_petlad12-Jan-09 11:54 
AnswerRe: The best overloaded method match for 'System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(string, string)' has some invalid arguments Pin
pmarfleet12-Jan-09 12:01
pmarfleet12-Jan-09 12:01 
QuestionASP.NET - Create a questionnaire/test on the fly. Pin
SmartSpider12-Jan-09 8:52
SmartSpider12-Jan-09 8:52 
AnswerRe: ASP.NET - Create a questionnaire/test on the fly. Pin
pmarfleet12-Jan-09 9:18
pmarfleet12-Jan-09 9:18 
The easiest way to approach this would be to use a data-bound control like a ListView to display the questions and corresponding input controls. Within the ItemTemplate for your data-bound control, you can declare an instance of each type of input control you want to use (TextBox, CheckBox etc.) Then at run-time, override the ItemDataBound event for your control and show/hide each input control for the current question being rendered as appropriate. On postback, to save the user's input, loop through the Items collection for the control, use FindControl to locate the correct control containing the user's input, then save the information to your database (or whatever)

Paul Marfleet

"No, his mind is not for rent
To any God or government"
Tom Sawyer - Rush


GeneralRe: ASP.NET - Create a questionnaire/test on the fly. Pin
SmartSpider12-Jan-09 9:33
SmartSpider12-Jan-09 9:33 
GeneralRe: ASP.NET - Create a questionnaire/test on the fly. Pin
pmarfleet12-Jan-09 9:45
pmarfleet12-Jan-09 9:45 
GeneralRe: ASP.NET - Create a questionnaire/test on the fly. Pin
SmartSpider12-Jan-09 10:25
SmartSpider12-Jan-09 10:25 
GeneralRe: ASP.NET - Create a questionnaire/test on the fly. Pin
pmarfleet12-Jan-09 11:35
pmarfleet12-Jan-09 11:35 
GeneralRe: ASP.NET - Create a questionnaire/test on the fly. Pin
SmartSpider12-Jan-09 17:41
SmartSpider12-Jan-09 17:41 
QuestionRe: ASP.NET - Create a questionnaire/test on the fly. Pin
SmartSpider20-Jan-09 9:13
SmartSpider20-Jan-09 9:13 
AnswerRe: ASP.NET - Create a questionnaire/test on the fly. Pin
pmarfleet20-Jan-09 11:09
pmarfleet20-Jan-09 11:09 
GeneralRe: ASP.NET - Create a questionnaire/test on the fly. Pin
SmartSpider20-Jan-09 11:44
SmartSpider20-Jan-09 11:44 
QuestionFormsAuthentication Failing in IE6 Pin
Robymon12-Jan-09 6:44
Robymon12-Jan-09 6:44 
Questionsession Expire Pin
mohit_p2212-Jan-09 5:49
mohit_p2212-Jan-09 5:49 
AnswerRe: session Expire Pin
Not Active12-Jan-09 5:53
mentorNot Active12-Jan-09 5:53 
AnswerRe: session Expire Pin
Colin Angus Mackay12-Jan-09 11:20
Colin Angus Mackay12-Jan-09 11:20 
QuestionError while exporting PPT 2007 on Windows 2008 using ASP.NET Pin
Jadhav Ajay12-Jan-09 5:02
professionalJadhav Ajay12-Jan-09 5:02 
AnswerRe: Error while exporting PPT 2007 on Windows 2008 using ASP.NET Pin
Paddy Boyd12-Jan-09 5:26
Paddy Boyd12-Jan-09 5:26 
GeneralRe: Error while exporting PPT 2007 on Windows 2008 using ASP.NET Pin
Jadhav Ajay12-Jan-09 5:32
professionalJadhav Ajay12-Jan-09 5:32 
QuestionApp showing inbox for wrong user Pin
marky77712-Jan-09 3:39
marky77712-Jan-09 3:39 
AnswerRe: App showing inbox for wrong user Pin
Abhijit Jana12-Jan-09 3:56
professionalAbhijit Jana12-Jan-09 3:56 

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.