ASP.NET and Menu navigation control

Hello,

Is there a way to make the Menu control, available in the ASP.NET class library, simulates the SiteMapPath control’s behavior. That is, for example, if i go to a certain node’s URL, it would show only the child nodes present under that URL. (see code below)

so if i am at the page “products/default.aspx” i want the Menu to display only the 3 items within (i.e. organic, synthetic and handMade)

Thank you!
Abdul



<home URL="home.aspx">
<products URL="products/default.aspx">
      <organic/>
      <synthetic/>
      <handMade/>
</products>
<contact URL="contact.aspx">