当前位置: 代码迷 >> ASP.NET >> html用标签调用asp.net的代码解决方法
  详细解决方案

html用标签调用asp.net的代码解决方法

热度:9709   发布时间:2013-02-25 00:00:00.0
html用标签调用asp.net的代码
现在看到很多网站用静态页面的标签调用.net的代码实现一些功能
但不是很明白其中的机制,想请教下:
部分代码:

                            <tr>
                                <td   class= "customCatalogPrefixTagTDStyle "> <img   src= "images/index19.jpg "   width= "9 "   height= "9 "> </td>
                                <td   class= "customCatalogContentTDStyle "> <a   href= "download "> 资料下载 </a> </td>
                            </tr>
                            <!--endShowDownLoad-->
                            <!--startCustomCatalog-->
就可以调出后台的下载列表


------解决方案--------------------------------------------------------
使用了URL重定向
在ASP.NET中,你可以把Download.aspx的URL地址改变成Download。

具体实现原理,百度一下,一卡车一卡车的
  相关解决方案