473,804 Members | 3,412 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

another ASP.net AJAX Extensions - Scriptmanager.a xd 404

Yan
Hi,

I'm apparently far from being the 1st one to meet this error... My
asp.net ajax page requires ScriptManager.a xd but gets a 404.

following a lot of "This is how I solved it" posts, I :
- checked my web.config (copied below)
- re-installed the ajax.net extensions
- ran aspnet_regiis my application

the application runs perfectly OK on my dev machine.

The thing is, my dev machine runs on Vista (IIS7) and the web server
is a 2003 (IIS6). Could it be the source of the problem ? Then, any
solution around ?

---------------------------------- web.config
----------------------------------
<?xml version="1.0"?>
<!--
Note: As an alternative to hand editing this file you can use the
web admin tool to configure settings for your application. Use
the Website->Asp.Net Configuration option in Visual Studio.
A full list of settings and comments can be found in
machine.config. comments usually located in
\Windows\Micros oft.Net\Framewo rk\v2.x\Config
-->
<configuratio n>
<configSections >
<sectionGroup name="system.we b.extensions"
type="System.We b.Configuration .SystemWebExten sionsSectionGro up,
System.Web.Exte nsions, Version=1.0.610 25.0, Culture=neutral ,
PublicKeyToken= 31bf3856ad364e3 5">
<sectionGroup name="scripting "
type="System.We b.Configuration .ScriptingSecti onGroup,
System.Web.Exte nsions, Version=1.0.610 25.0, Culture=neutral ,
PublicKeyToken= 31bf3856ad364e3 5">
<section name="scriptRes ourceHandler"
type="System.We b.Configuration .ScriptingScrip tResourceHandle rSection,
System.Web.Exte nsions, Version=1.0.610 25.0, Culture=neutral ,
PublicKeyToken= 31bf3856ad364e3 5" requirePermissi on="false"
allowDefinition ="MachineToAppl ication"/>
<sectionGroup name="webServic es"
type="System.We b.Configuration .ScriptingWebSe rvicesSectionGr oup,
System.Web.Exte nsions, Version=1.0.610 25.0, Culture=neutral ,
PublicKeyToken= 31bf3856ad364e3 5">
<section name="jsonSeria lization"
type="System.We b.Configuration .ScriptingJsonS erializationSec tion,
System.Web.Exte nsions, Version=1.0.610 25.0, Culture=neutral ,
PublicKeyToken= 31bf3856ad364e3 5" requirePermissi on="false"
allowDefinition ="Everywhere " />
<section name="profileSe rvice"
type="System.We b.Configuration .ScriptingProfi leServiceSectio n,
System.Web.Exte nsions, Version=1.0.610 25.0, Culture=neutral ,
PublicKeyToken= 31bf3856ad364e3 5" requirePermissi on="false"
allowDefinition ="MachineToAppl ication" />
<section name="authentic ationService"
type="System.We b.Configuration .ScriptingAuthe nticationServic eSection,
System.Web.Exte nsions, Version=1.0.610 25.0, Culture=neutral ,
PublicKeyToken= 31bf3856ad364e3 5" requirePermissi on="false"
allowDefinition ="MachineToAppl ication" />
</sectionGroup>
</sectionGroup>
</sectionGroup>
</configSections>
<appSettings>
</appSettings>
<connectionStri ngs/>
<system.web>
<!--

Set compilation debug="true" to insert debugging
symbols into the compiled page. Because this
affects performance, set this value to true only
during development.

Visual Basic options:
Set strict="true" to disallow all data type conversions
where data loss can occur.
Set explicit="true" to force declaration of all variables.
-->
<compilation debug="true" strict="false" explicit="true" >
<assemblies>
<add assembly="Syste m.Management, Version=2.0.0.0 ,
Culture=neutral , PublicKeyToken= B03F5F7F11D50A3 A"/>
<add assembly="Syste m.Windows.Forms , Version=2.0.0.0 ,
Culture=neutral , PublicKeyToken= B77A5C561934E08 9"/>
<add assembly="Syste m.Design, Version=2.0.0.0 , Culture=neutral ,
PublicKeyToken= B03F5F7F11D50A3 A"/>
<add assembly="Syste m.Runtime.Seria lization.Format ters.Soap,
Version=2.0.0.0 , Culture=neutral , PublicKeyToken= B03F5F7F11D50A3 A"/>
<add assembly="Syste m.Web.Extension s, Version=1.0.610 25.0,
Culture=neutral , PublicKeyToken= 31BF3856AD364E3 5"/>
</assemblies>
</compilation>
<httpHandlers >
<remove verb="*" path="*.asmx"/>
<add verb="*" path="*.asmx" validate="false "
type="System.We b.Script.Servic es.ScriptHandle rFactory,
System.Web.Exte nsions, Version=1.0.610 25.0, Culture=neutral ,
PublicKeyToken= 31bf3856ad364e3 5"/>
<add verb="*" path="*_AppServ ice.axd" validate="false "
type="System.We b.Script.Servic es.ScriptHandle rFactory,
System.Web.Exte nsions, Version=1.0.610 25.0, Culture=neutral ,
PublicKeyToken= 31bf3856ad364e3 5"/>
<add verb="GET,HEAD" path="ScriptRes ource.axd"
type="System.We b.Handlers.Scri ptResourceHandl er,
System.Web.Exte nsions, Version=1.0.610 25.0, Culture=neutral ,
PublicKeyToken= 31bf3856ad364e3 5" validate="false "/>
</httpHandlers>
<httpModules>
<add name="ScriptMod ule" type="System.We b.Handlers.Scri ptModule,
System.Web.Exte nsions, Version=1.0.610 25.0, Culture=neutral ,
PublicKeyToken= 31bf3856ad364e3 5"/>
</httpModules>
<pages>
<namespaces>
<clear/>
<add namespace="Syst em"/>
<add namespace="Syst em.Collections"/>
<add namespace="Syst em.Collections. Specialized"/>
<add namespace="Syst em.Configuratio n"/>
<add namespace="Syst em.Text"/>
<add namespace="Syst em.Text.Regular Expressions"/>
<add namespace="Syst em.Web"/>
<add namespace="Syst em.Web.Caching"/>
<add namespace="Syst em.Web.SessionS tate"/>
<add namespace="Syst em.Web.Security "/>
<add namespace="Syst em.Web.Profile"/>
<add namespace="Syst em.Web.UI"/>
<add namespace="Syst em.Web.UI.WebCo ntrols"/>
<add namespace="Syst em.Web.UI.WebCo ntrols.WebParts "/>
<add namespace="Syst em.Web.UI.HtmlC ontrols"/>
</namespaces>
<controls>
<add tagPrefix="asp" namespace="Syst em.Web.UI"
assembly="Syste m.Web.Extension s, Version=1.0.610 25.0, Culture=neutral ,
PublicKeyToken= 31bf3856ad364e3 5"/>
</controls>

</pages>
<!--
The <authentication section enables configuration
of the security authentication mode used by
ASP.NET to identify an incoming user.
-->
<authenticati on mode="Windows"/>
<!--
The <customErrorsse ction enables configuration
of what to do if/when an unhandled error occurs
during the execution of a request. Specifically,
it enables developers to configure html error pages
to be displayed in place of a error stack trace.

<customErrors mode="RemoteOnl y"
defaultRedirect ="GenericErrorP age.htm">
<error statusCode="403 " redirect="NoAcc ess.htm" />
<error statusCode="404 " redirect="FileN otFound.htm" />
</customErrors>
-->
</system.web>
<system.web.ext ensions>
<scripting>
<webServices>
<!-- Uncomment this line to customize maxJsonLength and add a
custom converter -->
<!--
<jsonSerializat ion maxJsonLength=" 500">
<converters>
<add name="ConvertMe "
type="Acme.SubA cme.ConvertMeTy peConverter"/>
</converters>
</jsonSerializati on>
-->
<!-- Uncomment this line to enable the authentication service.
Include requireSSL="tru e" if appropriate. -->
<!--
<authentication Service enabled="true" requireSSL = "true|
false"/>
-->

<!-- Uncomment these lines to enable the profile service. To
allow profile properties to be retrieved
and modified in ASP.NET AJAX applications, you need to add
each property name to the readAccessPrope rties and
writeAccessProp erties attributes. -->
<!--
<profileServi ce enabled="true"

readAccessPrope rties="property name1,propertyn ame2"

writeAccessProp erties="propert yname1,property name2" />
-->
</webServices>
<!--
<scriptResource Handler enableCompressi on="true"
enableCaching=" true" />
-->
</scripting>
</system.web.exte nsions>

<system.webServ er>
<validation validateIntegra tedModeConfigur ation="false"/>
<modules>
<add name="ScriptMod ule" preCondition="i ntegratedMode"
type="System.We b.Handlers.Scri ptModule, System.Web.Exte nsions,
Version=1.0.610 25.0, Culture=neutral , PublicKeyToken= 31bf3856ad364e3 5"/
>
</modules>
<handlers>
<remove name="WebServic eHandlerFactory-Integrated" />
<add name="ScriptHan dlerFactory" verb="*" path="*.asmx"
preCondition="i ntegratedMode"
type="System.We b.Script.Servic es.ScriptHandle rFactory,
System.Web.Exte nsions, Version=1.0.610 25.0, Culture=neutral ,
PublicKeyToken= 31bf3856ad364e3 5"/>
<add name="ScriptHan dlerFactoryAppS ervices" verb="*"
path="*_AppServ ice.axd" preCondition="i ntegratedMode"
type="System.We b.Script.Servic es.ScriptHandle rFactory,
System.Web.Exte nsions, Version=1.0.610 25.0, Culture=neutral ,
PublicKeyToken= 31bf3856ad364e3 5"/>
<add name="ScriptRes ource" preCondition="i ntegratedMode"
verb="GET,HEAD" path="ScriptRes ource.axd"
type="System.We b.Handlers.Scri ptResourceHandl er,
System.Web.Exte nsions, Version=1.0.610 25.0, Culture=neutral ,
PublicKeyToken= 31bf3856ad364e3 5" />
</handlers>
</system.webServe r>
</configuration>
Aug 15 '08 #1
1 2527
Yan
I just removed the application from the web server and re-created
it... and I now works.
I restarted IIS several times, but it apparently wasn't enough to
reload the config... At leat everything isOK, I won't commplain :)

Yan.

On 15 août, 15:31, Yan <yan.cornei...@ gmail.comwrote:
Hi,

I'm apparently far from being the 1st one to meet this error... My
asp.net ajax page requires *ScriptManager. axd but gets a 404.

following a lot of "This is how I solved it" posts, I :
- checked my web.config (copied below)
- re-installed the ajax.net extensions
- ran aspnet_regiis my application

the application runs perfectly OK on my dev machine.

The thing is, my dev machine runs on Vista (IIS7) and the web server
is a 2003 (IIS6). Could it be the source of the problem ? Then, any
solution around ?

---------------------------------- web.config
----------------------------------
<?xml version="1.0"?>
<!--
* * Note: As an alternative to hand editing this file you can use the
* * web admin tool to configure settings for your application. Use
* * the Website->Asp.Net Configuration option in Visual Studio.
* * A full list of settings and comments can be found in
* * machine.config. comments usually located in
* * \Windows\Micros oft.Net\Framewo rk\v2.x\Config
-->
<configuratio n>
* <configSections >
* * <sectionGroup name="system.we b.extensions"
type="System.We b.Configuration .SystemWebExten sionsSectionGro up,
System.Web.Exte nsions, Version=1.0.610 25.0, Culture=neutral ,
PublicKeyToken= 31bf3856ad364e3 5">
* * * <sectionGroup name="scripting "
type="System.We b.Configuration .ScriptingSecti onGroup,
System.Web.Exte nsions, Version=1.0.610 25.0, Culture=neutral ,
PublicKeyToken= 31bf3856ad364e3 5">
* * * * * <section name="scriptRes ourceHandler"
type="System.We b.Configuration .ScriptingScrip tResourceHandle rSection,
System.Web.Exte nsions, Version=1.0.610 25.0, Culture=neutral ,
PublicKeyToken= 31bf3856ad364e3 5" requirePermissi on="false"
allowDefinition ="MachineToAppl ication"/>
* * * * <sectionGroup name="webServic es"
type="System.We b.Configuration .ScriptingWebSe rvicesSectionGr oup,
System.Web.Exte nsions, Version=1.0.610 25.0, Culture=neutral ,
PublicKeyToken= 31bf3856ad364e3 5">
* * * * * <section name="jsonSeria lization"
type="System.We b.Configuration .ScriptingJsonS erializationSec tion,
System.Web.Exte nsions, Version=1.0.610 25.0, Culture=neutral ,
PublicKeyToken= 31bf3856ad364e3 5" requirePermissi on="false"
allowDefinition ="Everywhere " />
* * * * * <section name="profileSe rvice"
type="System.We b.Configuration .ScriptingProfi leServiceSectio n,
System.Web.Exte nsions, Version=1.0.610 25.0, Culture=neutral ,
PublicKeyToken= 31bf3856ad364e3 5" requirePermissi on="false"
allowDefinition ="MachineToAppl ication" />
* * * * * <section name="authentic ationService"
type="System.We b.Configuration .ScriptingAuthe nticationServic eSection,
System.Web.Exte nsions, Version=1.0.610 25.0, Culture=neutral ,
PublicKeyToken= 31bf3856ad364e3 5" requirePermissi on="false"
allowDefinition ="MachineToAppl ication" />
* * * * </sectionGroup>
* * * </sectionGroup>
* * </sectionGroup>
* </configSections>
* * * * <appSettings>
* * * * </appSettings>
* * * * <connectionStri ngs/>
* * * * <system.web>
* * * * * * * * <!--

* * * * * * Set compilation debug="true" to insert debugging
* * * * * * symbols into the compiled page. Because this
* * * * * * affects performance, set this value to true only
* * * * * * during development.

* * * * * * Visual Basic options:
* * * * * * Set strict="true" to disallow all data type conversions
* * * * * * where data loss can occur.
* * * * * * Set explicit="true" to force declaration of allvariables.
* * * * -->
* * * * * * * * <compilation debug="true" strict="false" explicit="true" >
* * * * * * * * * * * * <assemblies>
* * * * * * * * * * * * * * * * <add assembly="Syste m.Management, Version=2.0.0.0 ,
Culture=neutral , PublicKeyToken= B03F5F7F11D50A3 A"/>
* * * * * * * * * * * * * * * * <add assembly="Syste m.Windows.Forms , Version=2.0.0.0 ,
Culture=neutral , PublicKeyToken= B77A5C561934E08 9"/>
* * * * * * * * * * * * * * * * <add assembly="Syste m.Design, Version=2.0.0.0 , Culture=neutral ,
PublicKeyToken= B03F5F7F11D50A3 A"/>
* * * * * * * * * * * * * * * * <add assembly="Syste m.Runtime.Seria lization.Format ters.Soap,
Version=2.0.0.0 , Culture=neutral , PublicKeyToken= B03F5F7F11D50A3 A"/>
* * * * * * * * * * * * * * * * <add assembly="Syste m.Web.Extension s, Version=1.0.610 25.0,
Culture=neutral , PublicKeyToken= 31BF3856AD364E3 5"/>
* * * * * * * * * * * * </assemblies>
* * * * * * * * </compilation>
* * * * * * * * <httpHandlers >
* * * * * * * * * * * * <remove verb="*" path="*.asmx"/>
* * * * * * * * * * * * <add verb="*" path="*..asmx" validate="false "
type="System.We b.Script.Servic es.ScriptHandle rFactory,
System.Web.Exte nsions, Version=1.0.610 25.0, Culture=neutral ,
PublicKeyToken= 31bf3856ad364e3 5"/>
* * * * * * * * * * * * <add verb="*" path="*_AppServ ice.axd" validate="false "
type="System.We b.Script.Servic es.ScriptHandle rFactory,
System.Web.Exte nsions, Version=1.0.610 25.0, Culture=neutral ,
PublicKeyToken= 31bf3856ad364e3 5"/>
* * * * * * * * * * * * <add verb="GET,HEAD" path="ScriptRes ource.axd"
type="System.We b.Handlers.Scri ptResourceHandl er,
System.Web.Exte nsions, Version=1.0.610 25.0, Culture=neutral ,
PublicKeyToken= 31bf3856ad364e3 5" validate="false "/>
* * * * * * * * </httpHandlers>
* * * * * * * * <httpModules>
* * * * * * * * * * * * <add name="ScriptMod ule" type="System.We b.Handlers.Scri ptModule,
System.Web.Exte nsions, Version=1.0.610 25.0, Culture=neutral ,
PublicKeyToken= 31bf3856ad364e3 5"/>
* * * * * * * * </httpModules>
* * * * * * * * <pages>
* * * * * * * * * * * * <namespaces>
* * * * * * * * * * * * * * * * <clear/>
* * * * * * * * * * * * * * * * <add namespace="Syst em"/>
* * * * * * * * * * * * * * * * <add namespace="Syst em.Collections"/>
* * * * * * * * * * * * * * * * <add namespace="Syst em.Collections. Specialized"/>
* * * * * * * * * * * * * * * * <add namespace="Syst em.Configuratio n"/>
* * * * * * * * * * * * * * * * <add namespace="Syst em.Text"/>
* * * * * * * * * * * * * * * * <add namespace="Syst em.Text.Regular Expressions"/>
* * * * * * * * * * * * * * * * <add namespace="Syst em.Web"/>
* * * * * * * * * * * * * * * * <add namespace="Syst em.Web.Caching"/>
* * * * * * * * * * * * * * * * <add namespace="Syst em.Web.SessionS tate"/>
* * * * * * * * * * * * * * * * <add namespace="Syst em.Web.Security "/>
* * * * * * * * * * * * * * * * <add namespace="Syst em.Web.Profile"/>
* * * * * * * * * * * * * * * * <add namespace="Syst em.Web.UI"/>
* * * * * * * * * * * * * * * * <add namespace="Syst em.Web.UI.WebCo ntrols"/>
* * * * * * * * * * * * * * * * <add namespace="Syst em.Web.UI.WebCo ntrols.WebParts "/>
* * * * * * * * * * * * * * * * <add namespace="Syst em.Web.UI.HtmlC ontrols"/>
* * * * * * * * * * * * </namespaces>
* * * <controls>
* * * * <add tagPrefix="asp" namespace="Syst em.Web.UI"
assembly="Syste m.Web.Extension s, Version=1.0.610 25.0, Culture=neutral ,
PublicKeyToken= 31bf3856ad364e3 5"/>
* * * </controls>

* * * * * * * * </pages>
* * * * * * * * <!--
* * * * * * The <authentication section enables configuration
* * * * * * of the security authentication mode used by
* * * * * * ASP.NET to identify an incoming user.
* * * * -->
* * * * * * * * <authenticati on mode="Windows"/>
* * * * * * * * <!--
* * * * * * The <customErrorsse ction enables configuration
* * * * * * of what to do if/when an unhandled error occurs
* * * * * * during the execution of a request. Specifically,
* * * * * * it enables developers to configure html error pages
* * * * * * to be displayed in place of a error stack trace.

* * * * <customErrors mode="RemoteOnl y"
defaultRedirect ="GenericErrorP age.htm">
* * * * * * <error statusCode="403 " redirect="NoAcc ess.htm" />
* * * * * * <error statusCode="404 " redirect="FileN otFound.htm" />
* * * * </customErrors>
* * * * -->
* * * * </system.web>
* <system.web.ext ensions>
* * <scripting>
* * * <webServices>
* * * <!-- Uncomment this line to customize maxJsonLength and add a
custom converter -->
* * * <!--
* * * <jsonSerializat ion maxJsonLength=" 500">
* * * * <converters>
* * * * * <add name="ConvertMe "
type="Acme.SubA cme.ConvertMeTy peConverter"/>
* * * * </converters>
* * * </jsonSerializati on>
* * * -->
* * * <!-- Uncomment this line to enable the authentication service..
Include requireSSL="tru e" if appropriate. -->
* * * <!--
* * * * <authentication Service enabled="true" requireSSL = "true|
false"/>
* * * -->

* * * <!-- Uncomment these lines to enable the profile service. To
allow profile properties to be retrieved
* * * * * *and modified in ASP.NET AJAX applications, you need to add
each property name to the readAccessPrope rties and
* * * * * *writeAccessPro perties attributes. -->
* * * <!--
* * * <profileServi ce enabled="true"

readAccessPrope rties="property name1,propertyn ame2"

writeAccessProp erties="propert yname1,property name2" />
* * * -->
* * * </webServices>
* * * <!--
* * * <scriptResource Handler enableCompressi on="true"
enableCaching=" true" />
* * * -->
* * </scripting>
* </system.web.exte nsions>

* <system.webServ er>
* * <validation validateIntegra tedModeConfigur ation="false"/>
* * <modules>
* * * <add name="ScriptMod ule" preCondition="i ntegratedMode"
type="System.We b.Handlers.Scri ptModule, System.Web.Exte nsions,
Version=1.0.610 25.0, Culture=neutral , PublicKeyToken= 31bf3856ad364e3 5"/

* * </modules>
* * <handlers>
* * * <remove name="WebServic eHandlerFactory-Integrated" />
* * * <add name="ScriptHan dlerFactory" verb="*" path="*.asmx"
preCondition="i ntegratedMode"
* * * * * *type="System.W eb.Script.Servi ces.ScriptHandl erFactory,
System.Web.Exte nsions, Version=1.0.610 25.0, Culture=neutral ,
PublicKeyToken= 31bf3856ad364e3 5"/>
* * * <add name="ScriptHan dlerFactoryAppS ervices" verb="*"
path="*_AppServ ice.axd" preCondition="i ntegratedMode"
* * * * * *type="System.W eb.Script.Servi ces.ScriptHandl erFactory,
System.Web.Exte nsions, Version=1.0.610 25.0, Culture=neutral ,
PublicKeyToken= 31bf3856ad364e3 5"/>
* * * <add name="ScriptRes ource" preCondition="i ntegratedMode"
verb="GET,HEAD" path="ScriptRes ource.axd"
type="System.We b.Handlers.Scri ptResourceHandl er,
System.Web.Exte nsions, Version=1.0.610 25.0, Culture=neutral ,
PublicKeyToken= 31bf3856ad364e3 5" />
* * </handlers>
* </system.webServe r>
</configuration>
Aug 15 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
4420
by: celoftis | last post by:
Using VS 2005: This morning, following the instructions here: http://ajax.asp.net/docs/overview/InstallingASPNETAJAX.aspx, I installed ASP.NET AJAX on my WinXP Pro development machine. Following that, I installed the "November 2006 CTP" and "Control Toolkit" - then I re-booted my machine. Next I tried to create a simple, sample page... I have the AJAX controls in my toolbox, but when I drag on onto my page it gets underlined - denoting...
9
1883
by: =?Utf-8?B?SGFyZHkgV2FuZw==?= | last post by:
Hi all, I followed first walk through sample from http://ajax.asp.net/docs/tutorials/IntroductionUpdatePanel.aspx to create my first testing page, The problem is after I clicked that botton, it still trigged a postback. Do I miss something? Following is my code: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
2
2427
by: Rahul | last post by:
I am trying the following thing in AJAX <atlas:ScriptManager ID="scriptmanager1" runat="Server" EnablePartialRendering="true" /> <asp:DropDownList ID="cmbBranchname" cssclass="Combostyle" runat="server" /> <br/> <atlas:UpdatePanel ID="panel1" runat="server" UpdateMode="Conditional" > <ContentTemplate>
11
16153
by: =?Utf-8?B?VHJlbnQ=?= | last post by:
I have tied an AutoCompleteExtender to a textbox to indicate suggestions to the user. Everything works fine if I utilize a webservice to fetch the results. However, I want to put the web service code into a page method. I have run the debugger only to find that the is never entered. Here are some of the things I have already tried with no success. It appears that this is a common problem. -Added the attribute to the top of the...
2
3177
by: trullock | last post by:
Hi, Ive installed the ASP.NET AJAX extensions and ive set up a simple example, however its not doing anything asynchronously, its always posting back... Could this be something to do with the fact ive added it to an existing project not an "asp.net ajax enabled project"? If so, whats the difference and how do i make my existing project the
6
1414
by: =?Utf-8?B?SmFrb2IgTGl0aG5lcg==?= | last post by:
I have a solution with four webprojects developed in Visual Studio 2003. It is upgraded to Visual Studio Team System 2005 / Framework 2.0. Now I tried to AJAX enable one of the web projects. 1) I installed AJAX and did a demo based on Scotts ToDo demo application. It worked fine. 2) Then I carefully copied all sections from the web.config file of the demo to my real project. 3) I added ScriptManager and UpdatePanel to one very simple...
3
1499
by: Steve Kershaw | last post by:
Hey, I have a master.page and a Default.aspx page. I'm trying to use AJAX to postback to the server. However, when I place the <asp:ScriptManager ...tag on the Default.aspx page I get an "Element 'ScriptManager' is not a known element. This can occur if there is a compilation error on the Web site." on the mouse-over. What is the prblem here? Am I missing something? Thanks
4
5363
by: Peter | last post by:
ASP.NET I have an application which use ASP.NET Autocomplete extender which works great. But I have a question how to update all the fields on the screen using Ajax. Users starts typing in a text field which causes the Autocomplete extender to display 10 like items, after the users selects an item (which is a key in the database) I want the application to go to the database retrieve a record and populate the fields.
1
2060
by: Mark B | last post by:
This is my first try at using AJAX. I want the calendars to be enabled if the user checks CheckBox1. It works OK for a normal all page refresh but once I introduced the AJAX code it stopped working. Any ideas? <%@ Page Language="VB" AutoEventWireup="false" CodeFile="default-ajax.aspx.vb" Inherits="pages_verify_groups_Default" Debug="true" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
0
9585
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10586
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10338
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10082
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7622
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6856
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4301
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3823
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2997
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.