Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 2.0 > ASP.NET 2.0 Basics
|
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Basics 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 January 30th, 2008, 02:08 AM
Authorized User
 
Join Date: Dec 2007
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to dharmeshtandel
Default Dynamic textbox generation on the client-side

hi,
i want to generate the dynamic textbox on the client-side by clicking on the button.
for example i have a question with the 4 options.i want to add more option by clicking on the "Add Option" button.
can any one help me..
Thanks
Dharmesh Tandel





dharmeshtandel
__________________
dharmeshtandel
 
Old January 30th, 2008, 10:35 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Adding controls dynamically in client-side code is going to cause problems if you plan to use the information back at the server.

You'll need to refer to some DHTML references for the methods of creating controls in client code and adding them to the DOM. This itself isn't an ASP.NET question.

Can you explain the desired behavior and outcome in more detail? There may be a more appropriate ASP.NET solution for it.

-Peter





Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamic textbox generation into gridview dharmeshtandel ASP.NET 2.0 Basics 3 December 24th, 2007 02:14 AM
Problem Converting Client-side to Server-side Code kwilliams ASP.NET 2.0 Professional 1 November 21st, 2007 05:25 PM
Firing server side events at client side codes mehdi62b ASP.NET 1.0 and 1.1 Basics 6 May 18th, 2005 09:11 AM
sharing a server-side variable with client-side pigtail Javascript How-To 6 November 4th, 2004 02:01 AM
Advanced client side Textbox ahmatto ASP.NET 1.0 and 1.1 Basics 1 July 10th, 2003 12:20 AM





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