473,795 Members | 2,391 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 2525
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
4419
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
1881
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
2425
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
16152
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
3176
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
1413
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
1498
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
5360
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
2057
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
9519
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
10214
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...
1
10164
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9042
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7540
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
5437
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5563
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4113
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
3
2920
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.