Re: Feasibility of Dynamically-Generated Textboxes
- From: "darrel" <notreal@xxxxxxxxxxx>
- Date: Wed, 21 Sep 2005 16:49:13 -0500
> If you think the textbox idea would work please offer suggestions.
I'm not quite sure exactly what you are asking, but when I have to present a
list of multiple items to be edited and I don't know how many there will be,
I just use a string builder and write them out within loop:
count = #items
while count > 0
sb.append("<input type='text' id='textbox_" & count & "'>")
end while
-Darrel
.
- Follow-Ups:
- Re: Feasibility of Dynamically-Generated Textboxes
- From: Will Lastname
- Re: Feasibility of Dynamically-Generated Textboxes
- References:
- Feasibility of Dynamically-Generated Textboxes
- From: Will Lastname
- Feasibility of Dynamically-Generated Textboxes
- Prev by Date: Re: FormsAuthentication.RedirectFromLoginPage is not redirecting to the correct page.
- Next by Date: Hide Image Problem
- Previous by thread: Feasibility of Dynamically-Generated Textboxes
- Next by thread: Re: Feasibility of Dynamically-Generated Textboxes
- Index(es):
Relevant Pages
|