C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Offshore Development    
Silverlight Tutorials | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !






How to use Menu,Multiview,View controls


Posted Date: 07 Jun 2008    Resource Type: Code Snippets    Category: Application windows, menus & toolbars
Author: Srinivas Member Level: Gold    
Rating: Points: 10



We can use Menu items to diplay a list of items.We can use this menu to provide different views on selected item of menu.

Take Multiview Control and insert view contols into it. we can associate the selected item in menu to view contols with the following code.


protected void Menu1_MenuItemClick(object sender, MenuEventArgs e)
{

if (Menu1.SelectedValue.Equals("first"))
MultiView1.ActiveViewIndex = 0;
if (Menu1.SelectedValue.Equals("second"))
MultiView1.ActiveViewIndex = 1;
if (Menu1.SelectedValue.Equals("Third"))
MultiView1.ActiveViewIndex = 2;
}




Responses

Author: komaladevi    09 Jun 2008Member Level: Gold   Points : 0
old method only but good for new comers . But can you give me code for using syncfusion menu tab controls and also can u tell us whats the difference between them including a simple tab control


Feedbacks      
Popular Tags   What are tags ?   Search Tags  
(No tags found.)

Post Feedback


This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must Sign In to post a response.
Next Resource: How to print report by system.drawing class
Previous Resource: Using syncfusion Tab Controls
Return to Discussion Resource Index
Post New Resource
Category: Application windows, menus & toolbars


Post resources and earn money!
 
Related Resources



dotNet Slackers   BizTalk Adaptors    Web Design


Contact Us    Privacy Policy    Terms Of Use