用ajax scriptmanager进行的jQuery [英] jquery with ajax scriptmanager

查看:59
本文介绍了用ajax scriptmanager进行的jQuery的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好先生.

我正在使用jquery使用两个月显示日历.
它可以在asp.net形式下正常工作.
当我使用scriptmanager时,它不起作用.

我使用母版页中jquery的链接.就像下面的

hello sir.

i am using two months display calender using jquery.
it workig well in the asp.net form.
when i am using scriptmanager it is not working.

i use the link of the jquery in the master page. like below

<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>

<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head id="Head1" runat="server">
<title>eRetail Cyber Tech Pvt Ltd.</title>
<script src="js/jquery.min.js" type="text/javascript"></script>
    <script src="js/jquery-ui.min.js" type="text/javascript"></script>

</head>
<body style=" background-color: #FFFFFF;" class="body">
<!-- Save for Web Slices (Untitled-3.psd) -->
    <form id="form1" runat="server">
    <cc1:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server">

    </cc1:ToolkitScriptManager>

    <asp:UpdatePanel ID="UpdatePanel1" runat="server">
    <ContentTemplate>


而且我在.aspx页中使用了多个压延机.
我不知道如何与这两个一起工作.
任何人都知道请帮助我.
我正在使用vs3.5.


and i am using multiple calender in the .aspx page.
i dont know how to work with these two together.
any body know plz help me.
i am using vs3.5.

推荐答案

看看这个
http://jquerybyexample.blogspot.com/2010/06/implement-jqueryui-datepicker- with.html [ ^ ]
Have a look on this
http://jquerybyexample.blogspot.com/2010/06/implement-jqueryui-datepicker-with.html[^]


看看这个
http://jquerybyexample.blogspot.com/2010/06/implement-jqueryui-datepicker- with.html [ ^ ]

http://jqueryui.com/demos/datepicker/#multiple-calendar [
Have a look on this
http://jquerybyexample.blogspot.com/2010/06/implement-jqueryui-datepicker-with.html[^]

http://jqueryui.com/demos/datepicker/#multiple-calendar[^]


这篇关于用ajax scriptmanager进行的jQuery的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆