在最新的2013 VS预览中,当您创建基本的asp.net Web表单页面时,它会生成一个基本站点,并在项目中引用并包含以下JS文件。
现在我注意到,例如WebForms.js似乎处理回发等问题,但是我想知道如果他们需要的话,如果他们需要我自己的树视图,网格视图等?
如果我不打算使用提供的UI(引导程序),我可以安全删除哪些文件?
<asp:ScriptReference Name="WebForms.js" Assembly="System.Web" Path="~/Scripts/WebForms/WebForms.js" />
<asp:ScriptReference Name="WebUIValidation.js" Assembly="System.Web" Path="~/Scripts/WebForms/WebUIValidation.js" />
<asp:ScriptReference Name="MenuStandards.js" Assembly="System.Web" Path="~/Scripts/WebForms/MenuStandards.js" />
<asp:ScriptReference Name="GridView.js" Assembly="System.Web" Path="~/Scripts/WebForms/GridView.js" />
<asp:ScriptReference Name="DetailsView.js" Assembly="System.Web" Path="~/Scripts/WebForms/DetailsView.js" />
<asp:ScriptReference Name="TreeView.js" Assembly="System.Web" Path="~/Scripts/WebForms/TreeView.js" />
<asp:ScriptReference Name="WebParts.js" Assembly="System.Web" Path="~/Scripts/WebForms/WebParts.js" />
<asp:ScriptReference Name="Focus.js" Assembly="System.Web" Path="~/Scripts/WebForms/Focus.js" />
答案 0 :(得分:1)
关于Asp.Net scriptManager的博客可能对您的问题有帮助。