Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
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>

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.
Posted
Updated 3-Nov-10 21:08pm
v2
Comments
Sunasara Imdadhusen 4-Nov-10 3:02am    
It is giving any error?
Shahriar Iqbal Chowdhury/Galib 4-Nov-10 3:40am    
there is nothing wrong with using script manager with jquery, You need to provide full code in order to investigate what you are missing here.BTW do you see any error or simply calender not pops up in UI without any error?
TweakBird 10-Nov-10 4:26am    
Share me which plug-in you are tried.? I will try & update to you.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900