Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET 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 October 1st, 2004, 09:59 PM
Authorized User
 
Join Date: Oct 2004
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Default aspx - dynamically expanding the page

Based on user's selection of a choice from the select control on a aspx page, I want to add different sets of fields (basically append to the bottom) to the same page. Let us say, user selects Choice1, I add two text fields, when user selects choice2 then I add a select and a text field. How can I accomplish this. Can someone give me an example?

 
Old November 5th, 2004, 03:49 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Put the fields on the page and use the "Visible" property to turn the appropriate ones on and off based on the choices made. You can also group together HTML in an asp:panel so you turn "sections" on and off.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamically include an aspx page ndkicha_1981 General .NET 0 October 19th, 2007 03:12 AM
generates aspx pages dynamically and compile also shadab_17 ASP.NET 1.0 and 1.1 Professional 0 February 28th, 2007 02:35 AM
Inserting variables into aspx pages dynamically. Grumpy ASP.NET 1.0 and 1.1 Basics 3 December 20th, 2005 08:32 AM
How to pass the variables in Aspx page to Asp Page jayaraj ASP.NET 1.0 and 1.1 Basics 3 May 23rd, 2004 06:55 AM
Dynamically expanding and collapsing elements richard.york Javascript 3 November 26th, 2003 09:17 PM





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