scriptmanager Questions

1

i have a control which is on update panel. i want my javascript code run every time the updatePAnel is updated. i use something like this: ScriptManager.RegisterStartupScript(this, GetType(), "m...
Learnt asked 29/3, 2012 at 17:26

3

Solved

I am developing an open source project for rendering HTML5 using ASP.NET. Here you can take a look: http://asphtml5.codeplex.com/ now I have a problem with update panel in posting back the input v...
Lanellelanette asked 27/12, 2011 at 21:12

10

Solved

I am having what I believe should be a fairly simple problem, but for the life of me I cannot see my problem. The problem is related to ScriptManager.RegisterStartupScript, something I have used ma...
Meaganmeager asked 29/4, 2009 at 14:4

2

Solved

Must be a simple question, but I cannot for the life of me figure out how to include a script manager in my view. <asp:ScriptManager /> doesn't work. Anyone know?
Limelight asked 19/1, 2011 at 20:28

3

Solved

https://i.stack.imgur.com/dVjHt.jpg I never understood the real usage of the Control , type,key usages of this class. In general Ive always used with : this , GetType() , "xx" but now I truly ...
Viperine asked 28/11, 2011 at 16:20

1

Solved

We have a web application with 2 web.config files. I'm using the telerik:RadScriptManager control within an ASP.NET page. There is web resource file (WebResource.axd) that this control needs access...
Immobilize asked 20/9, 2011 at 21:19

4

Under normal circumstances the two .axd files load at normal speeds to the browser, i.e. a few hundred milliseconds. I can see them load normally along with all the other page elements by looking a...
Unionist asked 26/4, 2011 at 12:54

3

Solved

we are trying to get the following scenario working: we use asp:scriptmanager / CompositeScripts to combine our scripts into a few script blocks but after each deploy to the test system we have t...
Margarettmargaretta asked 9/6, 2010 at 13:57

1

Solved

I am using Master pages for my ASP.NET website and in one of the content pages I upload a file which requires a bigger timeout value than the default 90 seconds. For other content pages I want to l...
Quiteria asked 14/1, 2011 at 16:27

2

Solved

This is a problem I'm facing in a webapp I'm currently working on. So instead of cluttering the question with unrelated code, I recreated the problem in an isolated, simplified webapp that only dem...
Botelho asked 20/11, 2010 at 5:42

3

Solved

I've got an ASP.NET application that uses a mixture of ASP.NET AJAX (Including UpdatePanel) and jQuery written by several developers of differing backgrounds. Some included scripts within the Scri...
Graybill asked 7/7, 2010 at 19:26

1

Solved

Basically, I have created a custom control that uses an UpdatePanel, and as I understand it I need to use a ScriptManagerProxy to make it work ( since there should only be one ScriptManager per pag...
Yaakov asked 20/4, 2010 at 14:6

1

Solved

Are there any reasons to not set the ScriptManager.AsyncPostBackTimeout to a (comparitively) large value like 5 minutes? I have a report that takes anywhere from 30 to 180 seconds to run, which c...
Bottomry asked 5/2, 2010 at 21:27

2

Solved

I had an ASP UpdatePanel to update a gridview which worked fine, now I wanted to also use AjaxControlToolkit for some of the controls in there, but after wiring up everything when I run I get an er...
Warnerwarning asked 3/1, 2010 at 19:55

2

Is there any way to call web services from javascript? I know you can add in a script manager to pull in the web services but I can't figure out how to access the functions from javascript once I'v...
Pyrochemical asked 22/12, 2009 at 22:41

1

Solved

I've read through the net but haven't found a solution to the following problem. I have this example page (_ScriptManager.aspx) with a ScriptManager, an UpdatePanel, a MultiView with two Views and ...
Wollis asked 16/12, 2009 at 18:20

3

Solved

Why would one want the EnablePartialRendering attribute to ever be "false" if building AJAX functionality into pages? Seems counter-productive. I've read here and there some things one may want to ...
Draftee asked 26/2, 2009 at 16:57

1

Solved

I am currently developing in 3.5 (building to 3.5 as I am using LINQ) and deploying my code to a 2.0 server. I have been successful in this so far, but now I am trying to utilize some of the ASP AJ...
Sinistrodextral asked 24/2, 2009 at 16:40

1

Solved

How can I tell if a method is running in the context of an AJAX postback (i.e as the result of a UpdatePanel (asynchronous) postback)? According to egoldin Page.IsAsync is a very common confusion ...
Sebiferous asked 5/11, 2008 at 16:23

© 2022 - 2024 — McMap. All rights reserved.