Home > Archive > ASP .NET > May 2006 > help with asp.net
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| how to create custom right click menu with aspx.net mean if i right click on
any textbox or combo box it show me custom right click menu . i know how to
do with access and vb6 but dont know with aspx.net thanks
| |
| Ray Booysen 2006-05-31, 7:11 pm |
| amjad wrote:
> how to create custom right click menu with aspx.net mean if i right click on
> any textbox or combo box it show me custom right click menu . i know how to
> do with access and vb6 but dont know with aspx.net thanks
>
You would need to look at javascript for this. Sorry, but I can't help
further than this. ;)
| |
| Steve C. Orr [MVP, MCSD] 2006-05-31, 7:11 pm |
| Here's some context menu code that you should be able to use.
http://www.dynamicdrive.com/dynamic...contextmenu.htm
--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"amjad" <amjad@discussions.microsoft.com> wrote in message
news:E868F140-DED0-4318-90BE-C176DA63BB0D@microsoft.com...
> how to create custom right click menu with aspx.net mean if i right click
> on
> any textbox or combo box it show me custom right click menu . i know how
> to
> do with access and vb6 but dont know with aspx.net thanks
>
|
|
|
|
|