Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Steps to create menus - C#.NET
ASP.NET
>>
CSharp FAQs
Next Page »
Explain the steps to create menus.
.MenuItem item1=new MenuItem();
item1.text="item1";
item1.Value="one";
Menu1.items.add(item1);
Next Page »
What is Anchoring a control and Docking a control? - C#.NET
What is Anchoring a control and Docking a control? - Anchoring: used to resize controls dynamically with the form....
What is ErrorProvider control? - C#.NET
What is ErrorProvider control? - It is a control to provide a feedback about another control that has an error...
Different types of windows control in .NET
Explain the different types of windows control you can create in .NET - Common controls: textbox, button...
Post your comment
Related Content
ASP.NET - Part 1
ASP.NET - Part 2
ASP.NET - Part 3
ADO.NET Interview Q & A
Advanced ASP.NET Q & A
ADO.NET FAQs
ASP.Net Validation Control
ASP.NET State Management
ASP.NET Caching
ASP.NET Exception Handling
ASP.NET Master Pages
ASP.NET Session State Management
ASP.NET Authentication Authorization
ASP.NET Globalization Localization
.NET Mobile
LINQ
LINQ for experienced
LINQ to SQL
Silverlight - Part 1
Silverlight - Part 2
CSharp - Part 1
CSharp - Part 2
CSharp for Freshers
CSharp Tutorial
CSharp FAQs
VB.NET
VB.NET FAQs
DOT.NET Interview
.NET Remoting
.NET Remoting 2
ASP.Net Tutorial
Follow us
CareerRide on YOUTUBE
CareerRide on INSTAGRAM
MCQs
English
Tutorials
Download
▲