Create a combo box in ASP 3.0

Create a combo box in ASP 3.0

am 23.02.2007 00:11:34 von Doogie

How is this done? I want to take a text box that is in a grid and
make it a combo box: Here is what the first part of the HTML looks
like now:

onkeypress="filterNonNumeric()" size="5" maxlength="3"
style="text-align:right"
onchange="fieldEdited(this.parentNode.parentNode)">

I tried switching the "text" to be "combobox" and that doesn't work.

I saw some other code for other combo boxes (not in the grid) and saw
something like this:



This will make a combo box. But I don't know why. I can't see
anything in there that uniquely identifies this as a combo box.

Re: Create a combo box in ASP 3.0

am 23.02.2007 00:35:29 von Doogie

FYI...The grid that is being built with XSL (That's the first HTML
stuff I put above).

I realize now that "select" is what you use to create a combo box
normally. But I'm not seeing a way to create one within a grid that
is build using XSL.

Re: Create a combo box in ASP 3.0

am 23.02.2007 00:58:58 von Anthony Jones

"Doogie" wrote in message
news:1172187329.028658.153340@p10g2000cwp.googlegroups.com.. .
> FYI...The grid that is being built with XSL (That's the first HTML
> stuff I put above).
>
> I realize now that "select" is what you use to create a combo box
> normally. But I'm not seeing a way to create one within a grid that
> is build using XSL.
>

This not really an appropriate place for your question.

I suggest you first understand that combo boxes typically used to render the
HTML




Then post a question to microsoft.public.xsl with a small sample of your
input XML and your desired HTML output.