Solutions to ASP. NET Path Problems

Source: Internet
Author: User

However, if some static content and the path of some script files are referenced in the custom control, the custom control must be referenced in different motherboard pages or directories. then the path problem will inevitably occur.
The solution is also simple: CopyCode The Code is as follows: script language = "JavaScript" type = "text/JavaScript" src = '<% = resolveurl ("~ /JS/media. js ") %> '> </SCRIPT>

<% = Resolveurl ("~ /JS/media. js ") %> '> is the output method for ASP. NET to obtain the absolute path.
In addition:
If path problems exist in JavaScript scripts
The content has been written in the background:Copy codeThe Code is as follows: protected void page_load (Object sender, eventargs E)
{
String SWF = resolveurl ("~ /Images/flash_menu200902.16.swf ");
String menu = resolveurl ("~ /Menu. xml ");
String list = resolveurl ("~ /List. xml ");
This. literal1.text = "Var SWF = \" "+ SWF +" \ "; var menu = \" "+ menu + "\"; vaR list = \ "" + list + "\";";
}

use the literal control in the script: copy Code the code is as follows:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.