积极答复者
新安装的VS2008系统,使用Ajax 提示“sys"未定义

问题
答案
-
<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>这个就是了
放在form开头- 已编辑 KeFang Chen 2009年12月14日 6:21 from--->form
- 已标记为答案 KeFang Chen 2009年12月18日 6:24
-
在选择创建新的页面的时候,可以直接选择创建ajax web form试试。
另外在用到微软ajax控件的页面,ScriptManager控件必须紧跟在form element的后面。
Microsoft Online Community Support- 已标记为答案 KeFang Chen 2009年12月18日 6:24
全部回复
-
vs2008 还要放核心控件吗?不是直接用
<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager> <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> ... </ContentTemplate> </asp:UpdatePanel> <asp:UpdateProgress ID="UpdateProgress1" runat="server"> <ProgressTemplate> ... </ProgressTemplate> </asp:UpdateProgress>
就可以了吧. -
<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>这个就是了
放在form开头- 已编辑 KeFang Chen 2009年12月14日 6:21 from--->form
- 已标记为答案 KeFang Chen 2009年12月18日 6:24
-
在选择创建新的页面的时候,可以直接选择创建ajax web form试试。
另外在用到微软ajax控件的页面,ScriptManager控件必须紧跟在form element的后面。
Microsoft Online Community Support- 已标记为答案 KeFang Chen 2009年12月18日 6:24