Creating a C1Menu control in code is an easy process. In this topic, you will add a PlaceHolder control to the page, add an import statement, add the C1Menu control, and add the control to the PlaceHolder.
Complete the following steps:
To write code in Visual Basic
| Visual Basic |
Copy Code
|
|---|---|
Imports C1.Web.Wijmo.Controls.C1Menu |
|
To write code in C#
| C# |
Copy Code
|
|---|---|
using C1.Web.Wijmo.Controls.C1Menu; |
|
To write code in Visual Basic
| Visual Basic |
Copy Code
|
|---|---|
|
|
To write code in C#
| C# |
Copy Code
|
|---|---|
|
|