views:

245

answers:

3

I would like to include a left side menu in my master page, but allow this to collapse away to the left to provide more work space in the main 'window.'

How best can I achieve this using plain ASP.NET, or with Telerik as well? I'd prefer to stick with these, as jQuery and company get complicated once telerik is already at the party.

A: 

u can use jQuery or AJAX Toolkit.

Abhisheks.net
I don't think that deserved a down vote. Yes, I did say I didn't want jQuery, but the AJAX toolkit is, at least, a step in the right direction.
ProfK
+2  A: 

This is definitely something you can do with some client side scripting. I would recommend utilizing the jQuery javascript framework even though you've voiced a concern on this. I know that Telerik does support jQuery, so depending on your specific needs and uses, this should really not be that big of a deal.

Here are a few links that provide samples on how this can be done...
* Adiplaz.AwardSpace.com
* ILoveColors.com

RSolberg
A: 

aHi I'm using the ipod style menu as shown at http://www.filamentgroup.com/examples/menus/ipod.php I have implemented this in a pop up and am facing a strange issue that the menu is being rendered outside the modal popup at a different location on the page where as its header appears in the pop up. Can anyone please help ? The modal pop I have used is at www.jqueryui.com/demos/dialog/#modal-form

kkkk
Hi Kunaal, please don't ask questions in your answers. As someone has pointed out, this isn't a forum, but a Question and Answer board. Your question seems different enough to mine for you to look at asking it properly, as a new question.
ProfK