How to solve the roblem about loading HTML content with hyperlink by Panel's html property?

  1. #1

    How to solve the roblem about loading HTML content (contain hyperlink) by Panel's html property?

    I add html content with hyperlink to Ext.net's Panel Control, but the hyperlink auto add '~' to it's href property.
    Sample:
    The html content contain <a href='default.aspx'>Start</a>, when open the web url, it becomes to <a href='~/default.aspx'> Start</a>.
    I don't want it adds '~' to the property.

    What should I do?
    thanks.

    This is my problem, I'm sorry. Please delete this post.
    Last edited by SwordElf; Jul 31, 2013 at 5:55 AM.

Similar Threads

  1. [CLOSED] Example Populating Panel's Content (HTML required for SEO)
    By michaeld in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: May 03, 2013, 11:59 AM
  2. Html content inside panel
    By Birgit in forum 2.x Help
    Replies: 1
    Last Post: Apr 02, 2012, 2:34 PM
  3. [CLOSED] how to set panel html property as javascript property
    By kenanhancer in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Jan 05, 2011, 6:45 PM
  4. Replies: 1
    Last Post: May 28, 2010, 1:13 PM
  5. [CLOSED] panel content as html
    By alexp in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: May 01, 2009, 6:53 AM

Posting Permissions