|
 |
aspx_beginners thread: Creating a Database Driven Form...
Message #1 by "John Jerles" <johnjerles@h...> on Tue, 20 Nov 2001 20:06:10
|
|
Hello All,
Here is the problem I am facing. I want to create a dynamic form. I
have 3 seperate tables in SQL that contain: 1) Question Categories, 2)
Questions (and question types), and 3) Question Answers.
What I have been able to do before in ASP is to generate a form on the
fly by looking at the question type and populate a table with the question
and answers with the appropriate question type (radio button, check box,
text area, etc...) However, ASP.Net has me at a loss.
If anyone could help me out with this problem it would be greatly
appreciated. (Normally I would just hard code the questionaire, but this
questionaire needs to be able to change languages (English, Chinese,
Korean, etc...) on the fly.
Thank you,
John
Message #2 by "AAKASH" <parmarkanaiya@y...> on Wed, 21 Nov 2001 08:42:17 +0530
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_007E_01C17268.6CE81980
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Could anyone plz let me know how we can change the language on the fly.
E.g. if I've questionnaire in english at the moment and if I want to
convert it into Korean or Japanese, how come it be possible and what are
the requirements for it.
Thanks in advance !
Aakash Parmar
----- Original Message -----
From: John Jerles <johnjerles@h...>
To: aspx_beginners <aspx_beginners@p...>
Sent: Tuesday, November 20, 2001 8:06 PM
Subject: [aspx_beginners] Creating a Database Driven Form...
> Hello All,
>
> Here is the problem I am facing. I want to create a dynamic form.
I
> have 3 seperate tables in SQL that contain: 1) Question Categories, 2)
> Questions (and question types), and 3) Question Answers.
>
> What I have been able to do before in ASP is to generate a form on
the
> fly by looking at the question type and populate a table with the
question
> and answers with the appropriate question type (radio button, check
box,
> text area, etc...) However, ASP.Net has me at a loss.
>
> If anyone could help me out with this problem it would be greatly
> appreciated. (Normally I would just hard code the questionaire, but
this
> questionaire needs to be able to change languages (English, Chinese,
> Korean, etc...) on the fly.
>
> Thank you,
>
> John
> ---
> The Antechinus C# Editor
>
> Enables you to design, compile and run C# applications
> from the integrated environment. Version 4.1 has been
> upgraded for seamless integration with Microsoft's
> Beta 2 version of the .NET environment. Antechinus
> enables project generation and maintenance for the
> compilation of console and Windows programs, libraries
> and add-on modules and includes syntax coloring and
> syntax error navigation after compiling.
> http://adtracking.wrox.com/track.asp?x=3DNEWS&url=3Dwww.c-point.com
> ---
> You are currently subscribed to aspx_beginners
> as: parmarkanaiya@y...
$subst('Email.Unsub')
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
|
|
 |