How to create a template form.

  • Thread starter Thread starter Onur Bozkurt
  • Start date Start date
O

Onur Bozkurt

I have a form to fill which has textbox's and dropdownlist's, but I don't
know how many of them will the user fill on a page. So I want to give the
number dynamically. I created a form and used repeater to make it the count
I need. But because of there is no data-binding yet (there is no need), the
repeater isn't shown on the page.
Is there any way to solve this...?
Thanks...
 
Onur,

I have sample code on my web site to do exactly what you need here.

It adds text box's to a form dynamically based on a user's drop down list
choice.

You can find the sample code in my code library at, www.aboutfortunate.com.
Search for: "add text box dynamically" or anything similar and you'll find
it. (Right now it's the second entry in the grid so if you get there before
I add any other code samples to the site it should be right on the first
page of the code library without even searching.)

Sincerely,

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
 
Back
Top