在你的目标aspx页面所在的目录下放置一个图片,然后“跳转到这个图片”上,看看是否成功。

解决方案 »

  1.   

    换了一个图片的名字,但也找不到这个图片.不知道是不是asp.net的环境的构建问题.跳转是这样的: <option>---请选择---</option>
              <option value="zyq.jif">摩托车润滑油系列</option>
              <option value="">摩托车零配件系列</option>
            </select>
      

  2.   

    Parser Error 
    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load file or assembly 'DreamweaverCtrls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=836f606ede05d46a' or one of its dependencies. 系统找不到指定的文件。Source Error: 
    Line 1:  <%@ Page Language="VB" ContentType="text/html" %>
    Line 2:  <%@ Register TagPrefix="MM" Namespace="DreamweaverCtrls" Assembly="DreamweaverCtrls,version=1.0.0.0,publicKeyToken=836f606ede05d46a,culture=neutral" %>
    Line 3:  <MM:DataSet 
    Line 4:  id="sydata"
     Source File: /cpzs.aspx    Line: 2 Assembly Load Trace: The following information can be helpful to determine why the assembly 'DreamweaverCtrls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=836f606ede05d46a' could not be loaded.这是错误页面提示.