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.





Menu states that it is unable to find CSS style, XML file or images. The ASPX page is in subfolder.

You should use the tilde ("~") symbol. It is an abbreviation for the home directory of web application. Tilde can be used in property values, XML Structure, CSS Style, templates, etc.

This feature is very useful because User Control with a Menu can be placed on the ASPX pages, which are located in different subdirectories of the web application.

Examples of using:

[ASPX]

  StructureFileURL="~/Structures/Menu.xml"
  SkinFolder="~/Skins/GrayScale/"

[XML]

  <item title="Subfolder Page" href = "~/Subfolder/Default.aspx" />

[CSS]

  .ItemDIVe
  {
    cursor:default;
    padding:3px;
    background-image:url(~/Skins/Stone/ItemOver.jpg);
    ...
  }

The CSS style can include the tilde ("~") symbol only if the Menu component loads the CSS style from a Skin Folder as specified by the CSSSource property.


 Search Options:
Topic:    Search for:
  Match:
       

APNSoft FAQ Manager 1.0 (38)   © 2003-2024 APNSoft. All rights reserved.


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