Wrox Programmer Forums
|
ASP Pro Code Clinic As of Oct 5, 2005, this forum is now locked. No posts have been deleted. Please use "Classic ASP Professional" at: http://p2p.wrox.com/forum.asp?FORUM_ID=56 for discussions similar to the old ASP Pro Code Clinic or one of the other many remaining ASP and ASP.NET forums here.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP Pro Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 18th, 2003, 06:53 PM
Authorized User
 
Join Date: Aug 2003
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Default help on dynamically creating online application

I have a admin form where the user is able to change the field values of an application form, or the title of it. I made this possible by just storing the field names in Access, and gave them the option of making the field inactive, or having a checkbox next to the field value instead of a textbox.

The trouble i am having is to find a way to create an online application form where it pulls in the new field values from the database, and puts it on the online form, ANd also see if the admin made the field value a checkbox, or textbox and display that also.

database looks like this:

Field name | checkbox | active
--------------------------------------
Name yes yes
Address no no


etc...


- So the admin, changed the field name to "NAME" and wants a checkbox next to it, and it is an active field on the form.
- Or admin changed the field name "Address" to no checkbox, and it is inactive, meaning that it wont appear on the online application.

So basically i really need help on how to do this or any ideas, to let the user be able to change the field values, and then display controls dynamically on a form which is going to be emailed when the user click submit button.

I need major help, because im fresh out of college and i need this for my work =)


Thank you.



One more thing is one of my freinds advised me to just create a form with a bunch of controls that are hidden.....



 
Old August 19th, 2003, 03:39 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,212
Thanks: 0
Thanked 1 Time in 1 Post
Default

See reply in ASP databases forum. Its not necessary to post the same question in many forums.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Application similar to Online Diary gsrai31 BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 5 April 19th, 2008 08:41 AM
Online exam Application--Urgent!!!! e.suni .NET Framework 1.x 5 December 29th, 2007 07:52 AM
Online quiz/testing application takwirira ASP.NET 1.x and 2.0 Application Design 7 March 5th, 2007 03:17 PM
Online Quiz Application in ASP rathnamv ASP.NET 1.x and 2.0 Application Design 1 February 19th, 2007 11:39 AM
Help on dynamically creating an online application kyootepuffy Classic ASP Databases 5 August 19th, 2003 10:07 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.