473,396 Members | 1,726 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

asp.net 20 menu control useless ? [server callback, no menuitem click]

Dear fellow software engineers,

Is the web menu in asp 2.0 essentielle a useless control ?
How many people( including msdn itself) are using server menu
controls?
Its a menu which always postback to server, which cant be caught on
the event of a menuitem. Wouldnt we rather use other ways of making
menus which are essentially clientsite ? With its postback its
certainly not high on usebility. Then we have to use ajax or
javascript injection to make it clientsite again( if the last is even
possible). What in heavens name is the use of this highly advocated
control ?

Tx for answers..

Rick
Jun 27 '06 #1
11 1692
Rickie,
I'm not particularly enamored of it myself, but I wouldn't say it is
"useless". It all depends on what you expect it to be able to do.

If you look on the Control Gallery at ASP.NET there are 52 of them you can
choose from, some are free:

http://www.asp.net/ControlGallery/de...=32&tabindex=6

Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Rickie" wrote:
Dear fellow software engineers,

Is the web menu in asp 2.0 essentielle a useless control ?
How many people( including msdn itself) are using server menu
controls?
Its a menu which always postback to server, which cant be caught on
the event of a menuitem. Wouldnt we rather use other ways of making
menus which are essentially clientsite ? With its postback its
certainly not high on usebility. Then we have to use ajax or
javascript injection to make it clientsite again( if the last is even
possible). What in heavens name is the use of this highly advocated
control ?

Tx for answers..

Rick

Jun 27 '06 #2
Hey Rick,

If your question is whether there are better menu controls than Microsoft's
freebie, the answer is 'certainly'.

I do work for guys who have a top-rated menu with all the bells and AJAX
whistles. Downside is that it costs a few bucks:

http://www.componentart.com/menu/default.aspx

Ken
Microsoft MVP [ASP.NET]

"Rickie" <to*******@msn.com> wrote in message
news:hs********************************@4ax.com...
Dear fellow software engineers,

Is the web menu in asp 2.0 essentielle a useless control ?
How many people( including msdn itself) are using server menu
controls?
Its a menu which always postback to server, which cant be caught on
the event of a menuitem. Wouldnt we rather use other ways of making
menus which are essentially clientsite ? With its postback its
certainly not high on usebility. Then we have to use ajax or
javascript injection to make it clientsite again( if the last is even
possible). What in heavens name is the use of this highly advocated
control ?

Tx for answers..

Rick

Jun 28 '06 #3
Op Tue, 27 Jun 2006 20:40:20 -0400 schreef "Ken Cox [Microsoft MVP]"
<BA**********@newsgroups.nospam>:
Hey Rick,

If your question is whether there are better menu controls than Microsoft's
freebie, the answer is 'certainly'.

I do work for guys who have a top-rated menu with all the bells and AJAX
whistles. Downside is that it costs a few bucks:

http://www.componentart.com/menu/default.aspx

Ken
Microsoft MVP [ASP.NET]

Exactly my point. The asp 2.0 menu in itself is pretty useless. That
was the assertion and you seem to give supportive evidence. Someone
else even mentioned a site with 55 different menu implementations of
which even only a few even EXTEND the asp.net menu. In itself the menu
has NO USE and even for extension its pretty difficult to use/ ergo
their are much better ways for make client site navigation without
postbacks.
Rick

"Rickie" <to*******@msn.com> wrote in message
news:hs********************************@4ax.com.. .
Dear fellow software engineers,

Is the web menu in asp 2.0 essentielle a useless control ?
How many people( including msdn itself) are using server menu
controls?
Its a menu which always postback to server, which cant be caught on
the event of a menuitem. Wouldnt we rather use other ways of making
menus which are essentially clientsite ? With its postback its
certainly not high on usebility. Then we have to use ajax or
javascript injection to make it clientsite again( if the last is even
possible). What in heavens name is the use of this highly advocated
control ?

Tx for answers..

Rick


Jun 28 '06 #4
hi Rick, if your menu structure is so deep and you need to load on demand,
then maybe what you really want to use is a treeview. A dropdown menu that
loads on demand for every node i mouseover, is not all that pretty and
usable. Pretty irritating actually, atleast from a users view point.
Ofcourse this is my humble opinion :-)
That said, i have still yet to see a thirdparty menu component that has a
serverside API as rich as the standard navigation menu provided in asp.net
2.0
If you really want to extend then you might want to try going the adapter
route or overriding the original rendering, and i'll admit its not a walk in
the park, however it is doable.

Regards,
Alessandro Zifiglio
"Rickie" <to*******@msn.com> ha scritto nel messaggio
news:m5********************************@4ax.com...
Op Tue, 27 Jun 2006 20:40:20 -0400 schreef "Ken Cox [Microsoft MVP]"
<BA**********@newsgroups.nospam>:
Hey Rick,

If your question is whether there are better menu controls than
Microsoft's
freebie, the answer is 'certainly'.

I do work for guys who have a top-rated menu with all the bells and AJAX
whistles. Downside is that it costs a few bucks:

http://www.componentart.com/menu/default.aspx

Ken
Microsoft MVP [ASP.NET]

Exactly my point. The asp 2.0 menu in itself is pretty useless. That
was the assertion and you seem to give supportive evidence. Someone
else even mentioned a site with 55 different menu implementations of
which even only a few even EXTEND the asp.net menu. In itself the menu
has NO USE and even for extension its pretty difficult to use/ ergo
their are much better ways for make client site navigation without
postbacks.
Rick

"Rickie" <to*******@msn.com> wrote in message
news:hs********************************@4ax.com. ..
Dear fellow software engineers,

Is the web menu in asp 2.0 essentielle a useless control ?
How many people( including msdn itself) are using server menu
controls?
Its a menu which always postback to server, which cant be caught on
the event of a menuitem. Wouldnt we rather use other ways of making
menus which are essentially clientsite ? With its postback its
certainly not high on usebility. Then we have to use ajax or
javascript injection to make it clientsite again( if the last is even
possible). What in heavens name is the use of this highly advocated
control ?

Tx for answers..

Rick

Jun 28 '06 #5
Now that your rant is over, can we move right along? :P

Rickie wrote:
Op Tue, 27 Jun 2006 20:40:20 -0400 schreef "Ken Cox [Microsoft MVP]"
<BA**********@newsgroups.nospam>:
Hey Rick,

If your question is whether there are better menu controls than Microsoft's
freebie, the answer is 'certainly'.

I do work for guys who have a top-rated menu with all the bells and AJAX
whistles. Downside is that it costs a few bucks:

http://www.componentart.com/menu/default.aspx

Ken
Microsoft MVP [ASP.NET]

Exactly my point. The asp 2.0 menu in itself is pretty useless. That
was the assertion and you seem to give supportive evidence. Someone
else even mentioned a site with 55 different menu implementations of
which even only a few even EXTEND the asp.net menu. In itself the menu
has NO USE and even for extension its pretty difficult to use/ ergo
their are much better ways for make client site navigation without
postbacks.
Rick
"Rickie" <to*******@msn.com> wrote in message
news:hs********************************@4ax.com...
Dear fellow software engineers,

Is the web menu in asp 2.0 essentielle a useless control ?
How many people( including msdn itself) are using server menu
controls?
Its a menu which always postback to server, which cant be caught on
the event of a menuitem. Wouldnt we rather use other ways of making
menus which are essentially clientsite ? With its postback its
certainly not high on usebility. Then we have to use ajax or
javascript injection to make it clientsite again( if the last is even
possible). What in heavens name is the use of this highly advocated
control ?

Tx for answers..

Rick

Jun 28 '06 #6
So Rickie,
I think you've made your subjective point, e.g. "The Standard ASP.NET 2.0
Menu Control is Useless".

So what are you gonna do now?
Peter
--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Rickie" wrote:
Op Tue, 27 Jun 2006 20:40:20 -0400 schreef "Ken Cox [Microsoft MVP]"
<BA**********@newsgroups.nospam>:
Hey Rick,

If your question is whether there are better menu controls than Microsoft's
freebie, the answer is 'certainly'.

I do work for guys who have a top-rated menu with all the bells and AJAX
whistles. Downside is that it costs a few bucks:

http://www.componentart.com/menu/default.aspx

Ken
Microsoft MVP [ASP.NET]

Exactly my point. The asp 2.0 menu in itself is pretty useless. That
was the assertion and you seem to give supportive evidence. Someone
else even mentioned a site with 55 different menu implementations of
which even only a few even EXTEND the asp.net menu. In itself the menu
has NO USE and even for extension its pretty difficult to use/ ergo
their are much better ways for make client site navigation without
postbacks.
Rick

"Rickie" <to*******@msn.com> wrote in message
news:hs********************************@4ax.com.. .
Dear fellow software engineers,

Is the web menu in asp 2.0 essentielle a useless control ?
How many people( including msdn itself) are using server menu
controls?
Its a menu which always postback to server, which cant be caught on
the event of a menuitem. Wouldnt we rather use other ways of making
menus which are essentially clientsite ? With its postback its
certainly not high on usebility. Then we have to use ajax or
javascript injection to make it clientsite again( if the last is even
possible). What in heavens name is the use of this highly advocated
control ?

Tx for answers..

Rick


Jun 28 '06 #7
The menu can call any http or js function

"Rickie" <to*******@msn.com> schreef in bericht
news:hs********************************@4ax.com...
Dear fellow software engineers,

Is the web menu in asp 2.0 essentielle a useless control ?
How many people( including msdn itself) are using server menu
controls?
Its a menu which always postback to server, which cant be caught on
the event of a menuitem. Wouldnt we rather use other ways of making
menus which are essentially clientsite ? With its postback its
certainly not high on usebility. Then we have to use ajax or
javascript injection to make it clientsite again( if the last is even
possible). What in heavens name is the use of this highly advocated
control ?

Tx for answers..

Rick

Jun 28 '06 #8
Please do, I doubt you understand the challenge or reason for it.
Regards,
Rick
Op Wed, 28 Jun 2006 11:33:18 +0100 schreef Ray Booysen
<rj***********@rjb.za.net>:
Now that your rant is over, can we move right along? :P

Rickie wrote:
Op Tue, 27 Jun 2006 20:40:20 -0400 schreef "Ken Cox [Microsoft MVP]"
<BA**********@newsgroups.nospam>:
Hey Rick,

If your question is whether there are better menu controls than Microsoft's
freebie, the answer is 'certainly'.

I do work for guys who have a top-rated menu with all the bells and AJAX
whistles. Downside is that it costs a few bucks:

http://www.componentart.com/menu/default.aspx

Ken
Microsoft MVP [ASP.NET]

Exactly my point. The asp 2.0 menu in itself is pretty useless. That
was the assertion and you seem to give supportive evidence. Someone
else even mentioned a site with 55 different menu implementations of
which even only a few even EXTEND the asp.net menu. In itself the menu
has NO USE and even for extension its pretty difficult to use/ ergo
their are much better ways for make client site navigation without
postbacks.
Rick
"Rickie" <to*******@msn.com> wrote in message
news:hs********************************@4ax.com...
Dear fellow software engineers,

Is the web menu in asp 2.0 essentielle a useless control ?
How many people( including msdn itself) are using server menu
controls?
Its a menu which always postback to server, which cant be caught on
the event of a menuitem. Wouldnt we rather use other ways of making
menus which are essentially clientsite ? With its postback its
certainly not high on usebility. Then we have to use ajax or
javascript injection to make it clientsite again( if the last is even
possible). What in heavens name is the use of this highly advocated
control ?

Tx for answers..

Rick


Jun 30 '06 #9
Edwin,

Tx for your response. Still I am curious why the sophisticated people
of microsoft have designed a rich component like the menu which
is *not* clientsite. Do you think they really make components which
are not usable in itself but only with clientsite script ?

And then another point. How difficult or easy would it be to call http
or js from a menuitem handler ?

Ricky

Op Wed, 28 Jun 2006 17:35:08 +0200 schreef "Edwin Knoppert"
<ne**@hellobasic.com>:
The menu can call any http or js function

"Rickie" <to*******@msn.com> schreef in bericht
news:hs********************************@4ax.com.. .
Dear fellow software engineers,

Is the web menu in asp 2.0 essentielle a useless control ?
How many people( including msdn itself) are using server menu
controls?
Its a menu which always postback to server, which cant be caught on
the event of a menuitem. Wouldnt we rather use other ways of making
menus which are essentially clientsite ? With its postback its
certainly not high on usebility. Then we have to use ajax or
javascript injection to make it clientsite again( if the last is even
possible). What in heavens name is the use of this highly advocated
control ?

Tx for answers..

Rick


Jun 30 '06 #10
?? All the asp controls are server-side and post back to the server.
Hence:
asp:mycontrol runat=server id=fubar

Rickie wrote:
Edwin,

Tx for your response. Still I am curious why the sophisticated people
of microsoft have designed a rich component like the menu which
is *not* clientsite. Do you think they really make components which
are not usable in itself but only with clientsite script ?

And then another point. How difficult or easy would it be to call http
or js from a menuitem handler ?

Ricky

Op Wed, 28 Jun 2006 17:35:08 +0200 schreef "Edwin Knoppert"
<ne**@hellobasic.com>:
The menu can call any http or js function

"Rickie" <to*******@msn.comschreef in bericht
news:hs********************************@4ax.com...
Dear fellow software engineers,

Is the web menu in asp 2.0 essentielle a useless control ?
How many people( including msdn itself) are using server menu
controls?
Its a menu which always postback to server, which cant be caught on
the event of a menuitem. Wouldnt we rather use other ways of making
menus which are essentially clientsite ? With its postback its
certainly not high on usebility. Then we have to use ajax or
javascript injection to make it clientsite again( if the last is even
possible). What in heavens name is the use of this highly advocated
control ?

Tx for answers..

Rick

Jul 6 '06 #11
Here is an example:

http://www.hellobasic.com/cgi-bin/fo...num=1152258978

In short, simply set (each) navigateURL to javascript:myjsfunction....

"Rickie" <to*******@msn.comschreef in bericht
news:bn********************************@4ax.com...
Edwin,

Tx for your response. Still I am curious why the sophisticated people
of microsoft have designed a rich component like the menu which
is *not* clientsite. Do you think they really make components which
are not usable in itself but only with clientsite script ?

And then another point. How difficult or easy would it be to call http
or js from a menuitem handler ?

Ricky

Op Wed, 28 Jun 2006 17:35:08 +0200 schreef "Edwin Knoppert"
<ne**@hellobasic.com>:
>>The menu can call any http or js function

"Rickie" <to*******@msn.comschreef in bericht
news:hs********************************@4ax.com. ..
>>Dear fellow software engineers,

Is the web menu in asp 2.0 essentielle a useless control ?
How many people( including msdn itself) are using server menu
controls?
Its a menu which always postback to server, which cant be caught on
the event of a menuitem. Wouldnt we rather use other ways of making
menus which are essentially clientsite ? With its postback its
certainly not high on usebility. Then we have to use ajax or
javascript injection to make it clientsite again( if the last is even
possible). What in heavens name is the use of this highly advocated
control ?

Tx for answers..

Rick


Jul 7 '06 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Dennis C. Drumm | last post by:
Is there a way to modify the standard context menu shown when someone right clicks in a windows text box and that would work for all open windows applications? The standard context menu for...
1
by: goRide | last post by:
Hi, I'm looking of a way (preferred - a ready class or dll) to customize the context menu. many application has more controls inside the context menu (like textbox, sliders, checkbox, panel...
1
by: R.A.M. | last post by:
Hello, I need your help with a problem of menu definition. Plase help, I have little experience. I have created custom Menu, which I want to put on a few .aspx pages: public class DemoMenu :...
0
by: Dana | last post by:
Hi All I have a menu control on my page, something like: <form action=Default.aspx runat="server"> <asp:Menu ID="Menu1" runat="server" BackColor="#F7F6F3" DynamicHorizontalOffset="2">...
17
by: GS | last post by:
the main menu in the application seemed to disappeared all together until I click on an control and select mainmenu1 in designer. then the mainmenu1 displays where it should be but running it or...
4
by: stuckagain | last post by:
Hi, I have a page with a scrollable DIV, and within that DIV, I have a few asp.net menu controls. The idea being, the user mouses over the small icons and is presented with a list of options. ...
7
by: Mel | last post by:
What control do I use for a menu on a web page? How do I add a check box to an menu item? I have a menu called Chart and beneath it I have a menu item called Publish. I want to display a checked...
3
by: RobertTheProgrammer | last post by:
Hi all, I'm having a perplexing problem with my menu control using asp.net. Basically, I want a menu control that behaves similar to a Windows menu. For example: File - New - Open -...
0
by: nzkks | last post by:
Hi, I am using these: ASP.Net 2.0, VB.Net, Visual Studio 2005, SQL Server 2005 In a asp.net page, I have two multiview controls each has 2 views & its corresponding 2 menu items named Metric &...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.