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.





How I can use UTF-8 characters for menu items?

Try to use the following steps:
  1. Insert instruction <?xml version="1.0" encoding="utf-8" ?> into your XML Structure File (with UTF-8 characters).
  2. Save your XML Structure File as UTF-8 (Unicode).
  3. Put the <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> instruction into the <head> section of your aspx page.
  4. Add the encoding values to the aspx page directive: <%@ Page ResponseEncoding="utf-8" RequestEncoding="utf-8" %>
  5. Use instructions in your Web.config file:
    <configuration>
      <system.web>
        <globalization requestEncoding="utf-8" responseEncoding="utf-8" />
     </system.web>
    </configuration>
    


 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.