Re: menu controls on 2.0 ..
- From: jason@xxxxxxxxxxxxx
- Date: 26 Sep 2006 12:38:31 -0700
Steve, nice site.
Off topic, regarding the NumericTextbox example on the site, I'm kinda
noob, how do I implement that?
I tried adding in a new class and importing the new namespace into the
codebehind and then doing this on the aspx page.
<asp:textbox runat="server" OnKeyPress="ValidateNumeric()"/>
but 2.0 does not like OnKeyPress
I also tried,
<asp:NumericTextbox runat="server" OnKeyPress="ValidateNumeric()"/>
but that did not work either.
Perhaps I needed to add it as a new web component or something.. it was
not clear to me, maybe I missed something in the docs.
Thanks.
Steve C. Orr [MVP, MCSD] wrote:
There are a variety of menu controls out there that you could use to spiff
up a web site.
Here are some free ones:
http://SteveOrr.net/freecontrols/menus.aspx
--
I hope this helps,
Steve C. Orr
MCSD, MVP, CSM
http://SteveOrr.net
<jason@xxxxxxxxxxxxx> wrote in message
news:1159221453.993867.72810@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
As I surf the net I see so many cool drop down menus.. I'm wondering
are most of those non .net or third party? Perhaps I just don't know
what I'm doing in vs.net, but the delivered menus do seem kinda lame.
I've read there is no way to remove that little arrow when there are
sub menu items? True?
Also, how do build a horizontal menu where individual items have a
border around them and transparent or blank spaces between them? do I
have to insert my own image to do this? I hope not.
.
- Follow-Ups:
- Re: menu controls on 2.0 ..
- From: Mark Rae
- Re: menu controls on 2.0 ..
- References:
- menu controls on 2.0 ..
- From: jason
- Re: menu controls on 2.0 ..
- From: Steve C. Orr [MVP, MCSD]
- menu controls on 2.0 ..
- Prev by Date: Re: Case Solved!
- Next by Date: Formview Nested in Repeater?
- Previous by thread: Re: menu controls on 2.0 ..
- Next by thread: Re: menu controls on 2.0 ..
- Index(es):
Relevant Pages
|