APNSoft.com - Web Controls, components for ASP.NET
 About Us 
 Articles 
 Products
 Downloads 
 Purchase
 Support

ASP.NET Controls

ASP.NET ComboBox
ComboBox
The professional replacement for the classic ASP.NET DropDownList component.

ASP.NET DataGrid
DataGrid
The server control to display data in a tabular format with options of choice, sorting and editing entries.

ASP.NET Include
Include
The server control to include a HTML files into your ASP.NET pages as Server Side Includes (SSI).

ASP.NET Menu
Menu
The server control to display both statically and dynamically created menus on your Web pages.

ASP.NET Rating
Rating
The server control to easily provide feedback on an article, blog item, product description, etc.

ASP.NET TreeView
TreeView
The ASP.NET server control to display hierarchical data in a tree structure.





Is there a way to put menu style to an external CSS file?

By default, control takes CSS Style from the Skin Folder, adds unique prefix to classes and spits out complete style code into the page. You can use CSS Style as external file by using the <link> element inside the <head> section. Do the following:
  • Add the instruction in the section of your web page:

    <link rel="stylesheet" href="~/Menu/Skins/Classic/Style.CSS" type="text/css" />
  • Set the CSSSource property value to Page.
  • Set the CSSClassesPrefix property (specifies a prefix for CSS Style classes) and add prefix to CSS classes:

    <APNSoft:APNSoftMenu id="myMenu" runat="server"
        CSSSource="Page"
        CSSClassesPrefix="m1_"
    />
    
    Style.CSS:
    
    .m1_MainMenuDIV
    {...}
    
    .m1_MainMenuItemTD
    {...}
    
    ....
    


 Search Options:
Topic:    Search for:
  Match:
       

No.
114 Answers Found
 
1
How does the pricing change for different countries?
2
How do I pay online?
3
Do you accept all credit cards?
4
Is it safe to use my credit card?
5
Are my credit card, bank information and personal profile kept confidential?
6
How can I use a coupon code to receive my discount?
7
I'm a teacher/student. Am I qualified for an educational discount?
8
Can I have a discount?
9
How can I receive coupon code?
10
How to reduce the amount of code that is generated by the Menu?
11
Some elements on my page overlay the menu.
12
Is it possible to customize only one menu Item?
13
How I can use UTF-8 characters for menu items?
14
How do I set the License Key for the Menu control?
15
Can menu display across frames?
16
How to set the URL links for the menu items.
17
How to add icon to one menu item?
18
Does Menu use session state and/or cookies?
19
How can I create the menu dynamically on my ASPX page?
20
Am I free to use your Menu Styles (menu design examples) in my solution?
 First PagePrevious Page1 / 6Next PageLast Page 
Rows 1 to 20 of 114.
Ready  
APNSoft FAQ Manager 1.0 (38)   © 2003-2025 APNSoft. All rights reserved.


© 2003-2025 APNSoft. All rights reserved.    Terms of use.