AJAX :: ToolKitScriptManager Breaking Dynamic Data Site?

Jun 25, 2010

I've got a dynamic data application that I would like to use several Ajax Controls on (I.E. combo box with auto complete instead of dropdown for foreign key edit fields). I'm running into problems when I try to edit tables. I replaced the regular script manager with the one defined in the AJAX tool kit on the master page (Site.master). The combobox displays, and the table gets updated when you click update/insert, BUT, when the site tries to redirect back to the list view it barfs up a funny URL that the browser can't resolve. EX: www.example.com/TABLENAME/%2fTABLENAME%2fList.aspx when it should be www.example.com/TABLENAME/List.aspx. It works fine with the standard scriptmanager, but the ToolKit's manager doesn't. I'm using Visual Web Developer 2010 express, language is VB, DynamicData application uses LINQ to SQL.

View 5 Replies


Similar Messages:

AJAX :: Make ToolkitScriptManager On Site.Master To Work With Other Webforms In Subdirectory?

Jan 2, 2011

I got a a problem when using ToolkitScriptManager on masterPage with other webForm in SUbDirectory. Everytime I run other webform in the SubDirectory there was an Error "The ScriptManager must appear before any controls that need it". Then I added ToolkitScriptManager to that page I got another Error "Only one instance of a ScriptManager can be added to the page". hmmmm then I removed the ToolkitScriptManager from the MasterPage, It's worked for that page.

on that SubDirectory I had a webConfig file.

<?xml version="1.0"?>
<configuration>
<location path="MyPage.aspx">
<system.web>

[Code]....

View 2 Replies

Create Dynamic Data Site And MVC - 2 Site Together

Apr 16, 2010

I have created firstly ASP.NET MVC 2. and write more functionality. After I create asp.NET Dynamic Data Site. now, when I click on run button in Visual Studio, mvc app. opened in browser as [URL]. and asp.NET Dynamic Data Site as [URL]. but i want to merge this app. in one. can I use asp.NET Dynamic Data Site and asp.NET MVC-2 at the same time?

View 1 Replies

AJAX :: CPE Breaking Floated DIV Width?

Aug 16, 2010

It appears as though as soon as I intoduce a CPE function which is targeted to a floating panel/DIV, the DIV that has a height/width set to it dimension completely loses it value, or so it appears. In other words the DIV holds it's width and height parameters if the CPE function is not added to the page. see the screenshots and code.

Figure 1

without CPE function

Figure 2.

with CPE function

Here is the code to produce figure 1 result.

[Code]....

Here is the code to produce figure 2 result.

[Code]....

I have spent majority of my day trying to figure out why, I simply do not have and answer and was hoping if somebody has already seen this problem or know how to configure it for the floating DIV to hold it's width and height property when the CPE fucntion is added to the page.

View 15 Replies

Website - Webforms Physical Site Structure With Dynamic Site Map

Feb 2, 2010

I am having a little difficulty trying to wrap my head around site structures. I have quite a large asp.net site, for which: Admins can see a user list, Each user can have many accounts, and for each account can have many items. I can picture this as a breadcrumb trail of editing a particular item. User List > Mr Bob > Accounts > BOB77 > Items > Item32 > Edit

User List = All the users Mr Bob = A user the administrator has selected from the User List Accounts = A list of the user's accounts 12BOB = The administrator has selected the account named 12BOB Items = A list of the items an account contains Item32 = The item that the administrator selected Edit = The action that the administrator wants to do. I can picture how this would look like if it was using ASP.NET MVC with the URL, but I am unsure how to map this out using Webforms, and in the physical filesystem.

This is what I have thought up about how I am guessing the physical structure would look like. Will this have to use session variables to achieve what I am trying to do?

/Users/User/Edit.aspx <- for editing a user
/Users/User/View.aspx <- for viewing a user
/Users/User/Accounts/Default.aspx <- for viewing all accounts
/Users/User/Accounts/Account/View.aspx <- for viewing an account
/Users/User/Accounts/Account/Edit.aspx <- for editing an account
/Users/User/Accounts/Account/Items/Default.aspx <- for viewing all items in an account
/Users/User/Accounts/Account/Items/Item/Edit.aspx <- for editing an item

Where can I read more about this kind of setup in a web application? Or, can someone point me in the direction of an available project that has this kind of layout?

View 1 Replies

AJAX :: ToolkitScriptManager/ScriptManager?

Jun 7, 2010

I have a form which I am using the RoundedCornersExtender, If I am using the ScriptManager control I am getting the following error-Error: AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts. Ensure the correct version of the scripts are referenced. If you are using an ASP.NET ScriptManager, switch to the ToolkitScriptManager in AjaxControlToolkit.dll.I googled it and found that one way to overcome this is to use the ToolkitScripyManager, I replaced the ScriptManager with the ToolkitScriptManager and I dont get the above error anymore. On this same form I am using an UpdatePanel control but from some reason I am not getting a partial render but always a full page render.

View 2 Replies

Web Forms :: SSRS IIS7 Authentication Breaking Ajax?

Mar 11, 2011

Before I get started it's important to note that this issue only happens in IIS7 and IE7, which means it works fine in all our IIS6 environments and Chrome and Firefox hitting IIS7.

We have an ASP.NET 3.5 application that is doing a very basic window.open to open our report server.

ex.

window.open('http://555.55.5.55/ReportServer', 'Reports');

Once launched the user is prompted for their username and password. If the user selects cancel and goes back to the parent window they can use all the Ajax functionality just fine; however, if the user logs into report server then all the Ajax functionality on the parent window ceases to work (example error below). We changed the javascript line above to popup a window to google and everything worked fine. We even tried changing it to '_self' to act like a redirect and we had the same results, everything failed. The issue appears to be related to something in IE7 and the authentication popup.

We've already set the application pool hosting the site in IIS7 to classic mode and this did not resolve our problem.

Error:

Error: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by call to Reponse.Write(), response filters, HttpModules, or server trace is enabled.

Details: Error Parsing near ' <!DOCTYPE html PUB'.

View 3 Replies

AJAX :: Difference Between ToolkitScriptManager And Scriptmanager?

May 31, 2010

Can you tell me why its necessery to include "ToolkitScriptManager" or "scriptmanager" when we use AJAX ?

View 17 Replies

AJAX :: Update ScriptManager To ToolkitScriptManager?

Sep 27, 2010

I just downloaded the latest (3.5.40412.0) version of Ajax Control Toolkit and in order to update the existing version, I have replaced <asp:ScriptManager with <ajaxtoolkit:ToolkitScriptManager. The page loads with an javascript error:

Error: $get("id of ToolkitScriptManager_hiddenfield") is null
Source File: https://localtest.dk/layouts/site.aspx?_tsm_hiddenfield_=sitesscriptmanager_hiddenfield&_tsm_combinedscripts_=%3b%3bajaxcontroltoolkit%2c+version%3d3.5.40412.0%2c+culture%3dneutral%2c+publickeytoken%3d28f01b0e84b6d53e%3aen-us%3a1547e793-5b7e-48fe-8490-03a375b13a33%3a475a4ef5%3aeffe2a26%3a1d3ed089%3a5546a2b%3a497ef277%3aa43b07eb%3a751cdd15%3adfad98a5%3a3cf12cf1%3ad2e10b12%3af3d989c9
Line: 48

View 2 Replies

AJAX :: WCF Service Not Working With ToolkitScriptManager

Sep 1, 2010

Back in the "old days" one would use the <asp:ScriptManager></asp:ScriptManager> and <asp:ServiceReferenc /> to allow for WCF Service integration into javascript on web forms. Example:

View 7 Replies

AJAX :: ToolkitScriptManager CombineScript Causes High CPU?

May 19, 2010

We have a website which uses a lot of AJAX, specifically update panels, modal popup extenders and a few other extenders. Let me give you a really brief overview of the application structure. We have a master page which hosts the ToolkitScriptManager object and then all the other pages in the site are children of this master page. We have specified the CombineScripts property to True and we have also specified the CombineScriptsHandlerUrl property to point to the handler that comes with the sample AJAX website. We have set the enableCompression and enableCaching properties to True in the web.config file.

We are trying to determine application performance on this site and we have found out that on each page request, the CPU utilization goes up to a 50% which is really very strange (as this is only for 1 user). When we change the CombinScripts property to false, the CPU utilization comes down to 3-4% for each request. The problem which we cannot understand is why is the server not able to cache the combined scripts and why does it try to combine the scripts on each request which is taking the utilization to a very high percentage. I have read a lot on the internet that if we use a handler for combining scripts, it will cache the combine scripts on the server and it will be served from the cache but clearly in our case it does not seem to be working.

We have also tried to use ScriptManager instead and include all the script references (using the ScriptReferenceProfiler) we could in the CompositeScript tag but that does the same thing to CPU as the CombineScripts.

View 1 Replies

AJAX :: How To Use ScriptManager And ToolKitScriptManager In Same Web Page

May 7, 2015

<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>

I am using this with update panel it works fine.

Now i have added modal popup. Used ajax 15.1 toolkit. they said it doesnt require ajax script manager now.)

When i use it without ajaxscript manager  it doesnt work. But when i use ajaxscript manager it works. But then i cant use scriptmanager (as two instance cant run).If i dont use script manager update panel wont work. Also i dont dont have any master page.

<cc1:ModalPopupExtender ID="mp1" runat="server" PopupControlID="Panel1" TargetControlID="btnShow"
CancelControlID="btnClose" BackgroundCssClass="modalBackground">
</cc1:ModalPopupExtender>
<cc1:ToolkitScriptManager ID="tksc" runat="server"></cc1:ToolkitScriptManager>

View 1 Replies

AJAX :: Adding To ToolkitScriptManager Combined Scripts?

Jan 6, 2011

I need to $create Ajax Control Toolkit extenders (i.e. DropDown Extender) manually in JavaScript. To do so, the appropriate ACT scripts need to be loaded (i.e. DropDown.DropDownBehavior.js) manually since they are not declared in the page.

Prior to 3.5, I was loading these using the ScriptManager

[Code]....

My manually added DropDownBehavior.js script is loaded **before** the combined script containing all the ACT base classes resulting in a Value cannot be undefined. Parameter name: baseType

error in JavaScript. If I manually load the base types before DropDown.DropDownBehavior.js, I get Sys.InvalidOperationException:

Type Sys.Extended.UI.BehaviorBase has already been registered.

Is there some way to add these scripts either after the `_TSM_CombinedScripts_` or append to the end of it?

View 3 Replies

AJAX :: ToolkitScriptManager Fails On Updating UpdatePanel?

Oct 21, 2010

this is my first post in this forum, even though I often search for helps and clarifications over its threads. And many times they are definitely useful!!I had a <asp:ScriptManager> in may MasterPage, wich was used to manage various UpdatePanels I have either in Content pages or in MasterPage.Today I inserted a CalendarExtender, so I had to replace the ScriptManeger with the AJAX ToolkitScriptManager.

At the beginning it seemed to work fine (the calendar pop up and others controls got updated properly). Then I noticed that the nodes in various TreeView are not expanding any more. The TreeViews objects are placed inside an UpdatePanel, in order to expand each node without refreshing the whole content page. And, while a node expands, an UpdatePanel containing a GridView in the content page gets updated.Now, with the new ScriptManager they do not expand, but when clicking on a single node the GridView is updated properly.Here some pieces of code:

[Code]....

Controls registered as triggers.I know I can use only one script manager per page,

View 3 Replies

AJAX :: Whats The Difference In ScriptManager And ToolkitScriptManager

Apr 28, 2010

I am running VS2010 with the latest AJAX toolkit installed.I dont know when I use Ajax controls if I am supposed to drop a ScriptManager or a ToolkitScriptManager on my .aspx page.

View 1 Replies

AJAX :: Javascript Resources ToolkitScriptManager Don't Work

Dec 14, 2010

This week I migrate a web application to the ajaxtoolkit (.net 3.5) we changed the ScriptManager to ToolkitScriptManager, and now the references to javascript ResourceUICultures don't work. We enabledEnableScriptLocalization.

View 10 Replies

Get Dynamic Data From Log File To Track The Site Usage?

Oct 27, 2010

How can I track the users who visit the site using Log file. I want to automate the same. We have deployed around 10 websites on the web server which include .net and Flex applications. I want to make the report of site usage. Would it be possible to do the same using log files?

View 7 Replies

Dynamic Data Site And SQL Server Image Datatype

Apr 15, 2010

I'm just now created Dynamic Data Entities Web Site. And I have got a problem with image type. for all sql data types generated html elements by fieldTemplate. So, how can I create fieldtemplate for image-view, and image-upload?

View 1 Replies

AJAX :: How To Find/replace The ScriptManager Object With The ToolkitScriptmanager

Feb 23, 2011

using the ajaxControlToolkit requires the ToolkitScriptManager, but then i get the message: "only one scriptmanager..." the problem is, i cant find any other scriptmanager in the whole solution, so it should be somewhere in the parent pages. how can i find/get/replace this scriptmanager-object?

View 3 Replies

AJAX :: Change The Script Manager To A ToolkitScriptManager - Getting An Error?

Sep 22, 2010

We have a DNN site and we use the AJAX Toolkit. We upgraded from AJAX 30930 to 40412. We changed the script manager to a ToolkitScriptManager. I have a image button that posts back and calls a modal popup.show() method. When I click the button I get
a javscript error before the post back:

Error: Sys.WebForms.PageRequestManagerServerErrorException: This version of MicrosoftAJAX does not offer the ScriptManager.RegisterClientScriptBlock method.

View 3 Replies

Web Forms :: Reading Data From RadioButtonList In PlaceHolder On Dynamic Site?

Oct 24, 2010

I'm a new in ASP and I have this problem. I do some small websurwey. Random questions per page, random count of questions, 4 types of questions (answears 1 .. 10, Text answears, ... atc.) I created webuserscontrol for each type of questions and these controls I dynamicly add to place holder in some page. There is everything OK, but when I click button on the bottom of the page, I need save the results from client, I need to know which radiobutton is selected and save it to DB and make some operation, and then, after saving, this page is reloaded and show next

Questions. This questions and settings I have in DB. My problem is, how to read data from my UserControls after button click (button on page, not on my controls)? Controls in placeholder are NULL in PostBack and after postback there are new controls. I endclose a small code which is "like" my original code, it is testcode to explaine to you.

[Code]....

View 2 Replies

AJAX :: ToolkitScriptManager Can Perform Automatic Script Combining On The Server?

Feb 28, 2011

In below link
http://www.asp.net/ajaxlibrary/act_faq.ashx it has been mentioned that "Also, the ToolkitScriptManager performs automatic script combining on the server."

View 3 Replies

AJAX :: ToolkitScriptManager Memory Leak - Using IE7 And Have Removed All Inline JS And JS Files

Jan 17, 2011

I'm using the ToolkitScriptManager on a page so that I can use the update panel. Everytime I refresh the page the mem usage in task manager jumps up 3-4megs. I'm using IE7 and have removed all inline JS and JS files to no avail.

View 4 Replies

AJAX :: ToolkitScriptManager.RegisterClientScriptBlock Not Work In OnUploadedComplete Event Of AjaxControl

May 13, 2010

[Code]....

the same code, but tryied differenct AjaxControlToolkit version.

30930 works fine, but there is no script fired in 40412 when upload complete.

I dont want to use OnClientUploadComplete because I need some informations from server side.

View 1 Replies

AJAX :: Flex Desktop App With Embedded Browser Incompatible With .net ToolkitScriptManager?

Feb 4, 2010

I have a website that's developed in ASP.NET and uses the AJAX Toolkit (asp:ToolkitScriptManager) for a couple of extenders. The AJAX effects (e.g. ) work perfectly across IE 7, IE8, FF3.5, Safari, and Chrome. However, I embedded my site in a desktop Flex-AdobeAir application using the component which is able to run the entire site including javascript except where the AJAX is used.

I narrowed the source of the problem down to the difference between using asp:ToolkitScriptManager and asp:ScriptManager. Here's an example page that will display "Safari" in the embedded flex browser as the result of document.write(Sys.Browser.name):

<%@ Page Language="C#" %>
<%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="asp" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[code]...

However, if you change

<asp:ScriptManager ID="TheScriptManager" runat="server"></asp:ScriptManager>

to

<asp:ToolkitScriptManager ID="TheScriptManager" runat="server"></asp:ToolkitScriptManager>

it suddenly does not display anything on the flex browser.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved