c# - My Website not Working with ajaxcontroltoolkit 3.5 IIS 7.5 -
i have website asp.net c# when hosted locally works fine. when used iis 7.5 , windows server 2008 ajax control tool kit not work properly. can me please.
error shown in firebug:
networkerror: 404 not found - http://www.acmeinfovision.com/settings/clientsalaryheadsetting.aspx?_tsm_hiddenfield_=ctl00_toolkitscriptmanager1_hiddenfield&_tsm_combinedscripts_=%3b%3bajaxcontroltoolkit%2c+version%3d3.5.60501.0%2c+culture%3dneutral%2c+publickeytoken%3d28f01b0e84b6d53e%3aen-us%3a61715ba4-0922-4e75-a2be-d80670612837%3af2c8e708%3ade1feab2%3a720a52bf%3af9cec9bc%3a589eaa30%3aa67c2700%3aab09e3fe%3a87104b7c%3a8613aea7%3a3202a5a2%3abe6fb298%3aaf404b5%3a698129cf%3abb25728f%3a289e72ab" client...89e72ab sys.extended undefined [break on error] ...tl00_droppanel"),"dynamicservicepath":"/settings/clientsalaryheadsetting.aspx","...
master page code looks this
<%@ master language="c#" autoeventwireup="true" codebehind="site.master.cs" inherits="acmepayroll.site" %> <!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <meta http-equiv="page-enter" content="blendtrans(duration=0)" /> <meta http-equiv="page-exit" content="blendtrans(duration=0)" /> <title></title> <link href='<%# this.resolvecss("~/css/stylesheet_mini.css")%>' rel='stylesheet' type='text/css' /> <link href='<%# this.resolvecss("~/css/ui-redmond/jquery-ui_mini.css")%>' rel='stylesheet' type='text/css' /> <link href='<%# this.resolvecss("~/css/demo_table_jui_mini.css") %>' rel='stylesheet' type='text/css' /> <link href='<%# this.resolvecss("~/css/colvis_mini.css")%>' rel='stylesheet' type='text/css' /> <link href='<%# this.resolvecss("~/css/tabletools_mini.css") %>' rel='stylesheet' type='text/css' /> <link href='<%# this.resolvecss("~/css/tabletools_jui_mini.css")%>' rel='stylesheet' type='text/css' /> <link href='<%# this.resolvecss("~/css/colreorder_mini.css")%>' rel='stylesheet' type='text/css' /> <script src='<%# this.resolvejs("~/js/jquery-1.7.1.min.js") %>' type='text/javascript'></script> <script src='<%# this.resolvejs("~/js/jquery-ui-1.8.17.custom.min.js") %>' type='text/javascript'></script> <script src='<%# this.resolvejs("~/js/themeswither/tmemeswither_mini.js") %>' type='text/javascript'></script> <script src='<%# this.resolvejs("~/js/scrollablegrid_mini.js") %>' type='text/javascript'></script> <script src='<%# this.resolvejs("~/js/payrollcommon_mini.js") %>' type='text/javascript'></script> <script src='<%# this.resolvejs("~/js/jquery.table_navigation_mini.js")%>' type='text/javascript'></script> <link rel='shortcut icon' href='<%# this.resolveurl("~/images/acme-logo.ico")%>' /> <script type="text/javascript"> document.write("<div id='loading'><img id='pic1' src='<%# this.resolveurl("~/images/15.gif") %>' /><br>please wait...</div>"); $(document).ready(function() { var url='<%# this.resolveurl("~/") %>'; addthemeswither("themeswither",url); applycommonstyles(); scrlsts(); $("#contentdiv").height($(window).height()); $("#contentdiv").width($(window).width()); }); function check() { var grid = $("<%# grid_clients.clientid %>"); $(grid).scrollable({ scrollheight: 70 }); } function help_click(e) { var helpurl= $(e.parentnode).find("input[type='hidden']"); var val=helpurl.val(); if(val!="") { window.open(val,'win'); } } </script> <asp:contentplaceholder id="head" runat="server"> </asp:contentplaceholder> <style type="text/css"> #themeswither { width: 200px; position: absolute; margin-left: auto; overflow: inherit; top: 5px; left: 15px; } </style> </head> <body style="margin: 0; background-color: #fdf8ff;" > <div style="vertical-align: top; width: 100%; height: 144px; top: 0; margin: 0;"> <form id="form1" runat="server"> <div id="contentdiv" style="width: 100%; border-bottom-color: black"> <ajaxtoolkit:toolkitscriptmanager id="toolkitscriptmanager1" runat="server" scriptmode ="release" enablepagemethods ="true" compositescript-scriptmode ="release" loadscriptsbeforeui="false"> </ajaxtoolkit:toolkitscriptmanager> <%--<asp:scriptmanager id ="scriptmanager1" runat ="server" > </asp:scriptmanager>--%> <table width="100%" style="height: 100%" border="0" cellpadding="0" cellspacing="0"> <tr class="ui-state-hover" style="vertical-align: top; height: 8%"> <td style="width: 20%"> <div id="themeswither"> </div> <asp:imagebutton id="btndashboard" runat="server" borderstyle="none" style="position: absolute; margin-left: auto; overflow: inherit; top: 65px; left: 15px;" imageurl="~/images/dashboard48.png" tooltip="dashboard" alternatetext="dashboard" descriptionurl="~/dashboard/dashboard.aspx" onclick="btndashboard_click" /> </td> <td colspan="2" style="text-align: right"> <table width="100%"> <tr style="vertical-align: top"> <td colspan="2" align="right"> <asp:label id="lbluserid" runat="server" cssclass="ui-state-hover" text="user id" style="border: 0px; position: static; font-family: cambria; font-size: medium"></asp:label> </td> <td style="width: 10%; vertical-align: top" align="right"> <a href="" runat="server" id="cmdsignout" style="font-family: cambria; font-size: 15px; vertical-align: top">signout</a> <input type="hidden" id="hidden_help_url" runat="server" /> <asp:imagebutton id="helpbutton" runat="server" imageurl="~/images/help-icon.png" height="20px" width="20px" tooltip="help" onclientclick="help_click(this); return false;" /> </td> </tr> <tr> <td align="center"> <asp:updatepanel id="updatepanel2" runat="server"> <contenttemplate> <asp:image id="clientlogo" runat="server" height="35px" width="31px" imagealign="bottom" /> <asp:label id="lblclientid" runat="server" cssclass="ui-state-hover" text="client id" style="border: 0px; font-family: cambria; font-size: larger"></asp:label> </contenttemplate> </asp:updatepanel> </td> <td> </td> <td align="right"> <table> <tr> <td> <asp:updatepanel id="updatepanel3" runat="server"> <contenttemplate> <ajaxtoolkit:modalpopupextender id="dropdownextender2" runat="server" targetcontrolid="lblclient" popupcontrolid="panel1" backgroundcssclass="modalbackground" dropshadow="true" cancelcontrolid="cancelsubmitcompanies" /> <asp:imagebutton id="lblclient" runat="server" tooltip="client list" height="40px" onclientclick="check()" width="40px" imageurl="~/images/apartment-icon.png" visible="false" accesskey="c" /> </contenttemplate> </asp:updatepanel> </td> <td> <asp:panel id="droppanel" style="display: none" runat="server" width="200px" backcolor="#f4f4f4" borderstyle="solid"> </asp:panel> <asp:updatepanel id="updatepanel1" runat="server"> <contenttemplate> <ajaxtoolkit:dropdownextender id="dropdownextender1" runat="server" targetcontrolid="lblselect" dropdowncontrolid="droppanel"> </ajaxtoolkit:dropdownextender> <asp:imagebutton id="lblselect" runat="server" tooltip="financial year list" height="35px" width="35px" imageurl="~/images/calendar-icon.png" onclick="lblselect_click" accesskey="y" /> </contenttemplate> </asp:updatepanel> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td colspan="3"> <div> <asp:contentplaceholder id="maincontent" runat="server"> </asp:contentplaceholder> </div> </td> </tr> <tr style="height: 83%; vertical-align: top"> <td colspan="3"> <div class="ui-widget-header" id="nav-menu"> <asp:menu id="mnusitemenus" runat="server" orientation="horizontal" dynamichoverstyle-cssclass="dmenuhover" font-bold="false" accesskey="n" font-names="cambria" dynamicmenustyle-cssclass="ui-state-hover" dynamicbottomseparatorimageurl="~/images/lineseparator.png" staticitemformatstring="&nbsp &nbsp {0}"> </asp:menu> </div> <div style="text-align: center" class="ui-state-hover"> <asp:label id="mainlabel" runat="server" text="" font-size="x-large" font-names="cambria"></asp:label> </div> <div style="border-left-width: 30px; border-left-style: solid; border-left-color: #fdf8ff; border-right-width: 30px; border-right-style: solid; border-right-color: #fdf8ff"> <asp:contentplaceholder id="contentplaceholder1" runat="server"> </asp:contentplaceholder> </div> </td> </tr> <tr class="ui-state-hover" style="vertical-align: top; background-color: #ffefdb; height: 4%"> <td colspan="3" style="text-align: right"> <div> <p style="text-align: right; font-size: small; font-family: cambria;"> <marquee behavior="alternate" scrollamount="2" width="100%">copyright © 2012 acme infovision systems pvt. ltd. rights reserved.</marquee> </p> </div> </td> </tr> </table> </div> <asp:panel id="panel1" runat="server" backcolor="#f4f4f4" style="display: none; overflow: hidden;" visible="false" borderstyle="solid"> <asp:updatepanel id="updatepanelrptclientlist" runat="server"> <contenttemplate> <div style="text-align: center; font-size: large"> <asp:label id="grid_label" runat="server" text="list of clients" cssclass="all_inputs_labels"></asp:label> </div> <div style="height: 220px; overflow: scroll"> <grid:mygridview id="grid_clients" scrollwidthinpx="400" width="600px" runat="server" allowsorting="true" autogeneratecolumns="false" selectedindex="0" font-size="17px" mousehoverrowhighlightenabled="true" cssclass="all_labels_inputs" columnnototrace="0"> <columns> <asp:boundfield datafield="clientname" headerstyle-horizontalalign="left" headertext="clientname"> <headerstyle horizontalalign="left" /> </asp:boundfield> <asp:templatefield headertext="client name"> <itemtemplate> <asp:linkbutton id="lb" text='<%# eval("clientname")%>' runat="server" onclick="lbtn1_click" /> </itemtemplate> </asp:templatefield> <asp:boundfield datafield="contact" headerstyle-horizontalalign="left" headertext="contact"> <headerstyle horizontalalign="left" /> </asp:boundfield> <asp:boundfield datafield="clientid" headerstyle-horizontalalign="left" headertext="clientid"> <headerstyle horizontalalign="left" /> </asp:boundfield> </columns> <footerstyle backcolor="#3b4990" font-bold="true" forecolor="white" /> <pagerstyle cssclass="ui-state-hover" forecolor="white" horizontalalign="center" /> <headerstyle cssclass="all_labels_inputs ui-state-hover" font-bold="true" /> </grid:mygridview> </div> <div style="text-align: center"> <asp:button id="cancelsubmitcompanies" runat="server" text="cancel" /> </div> </contenttemplate> </asp:updatepanel> </asp:panel> </form> </div> </body> </html>
sys.extended undefined working on local iis 6, iis 7 iis 7.5
from questions same 1 conclude have forget include ajaxcontroltoolkit.dll
on bin directory.
if have included did not have correct registered on web.config on different server.
Comments
Post a Comment