Saturday, March 24, 2012

About SurveyQuestions.xml

Hi,

Where can I get theSurveyQuestions.xml used by "UpdatePanelHowTo6 Sample - SurveyQuestionsExample.aspx" ?

Thanks a lot.

Kevin

Hi

I also did not findSurveyQuestions.xmlon net but i have createdSurveyQuestions.xml

my selef

Best Reqard.

Fayaz Soomro

save followin as SurveyQuestions.xml

<?

xmlversion="1.0"encoding="utf-8" ?>

<Questions>

<QuestionTitle="Favorite color?"ID="1">

<Choices>

<Choice>Red</Choice>

<Choice>Green</Choice>

<Choice>Blue</Choice>

</Choices>

</Question>

<QuestionTitle="Favorite day or the week?"ID="2">

<Choices>

<Choice>Monday</Choice>

<Choice>Tuesday</Choice>

<Choice>Wednesday</Choice>

<Choice>Thursday</Choice>

<Choice>Friday</Choice>

<Choice>Saturday</Choice>

<Choice>Sunday</Choice>

</Choices>

</Question>

<QuestionTitle="Favorite Activities?"ID="3">

<Choices>

<Choice>Gardning</Choice>

<Choice>Skiing</Choice>

<Choice>Walking</Choice>

<Choice>Reading</Choice>

</Choices>

</Question>

</Questions>

No comments:

Post a Comment