Browse by Tags

Related Posts

  • Problem with ScriptManager.RegisterClientScriptResource on Mozilla/Chrome

    Hi, I've created a custom web control which uses an embedded javascript file. I have overridden OnPreRender method to register the javascript where I am checking if the control is within an update panel, I use ScriptManager.RegisterClientScriptResource method, otherwise I use the normal Page.ClientScript...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by murtazamustafa on 06-14-2009, 12:00 AM
    Filed under: updatepanel, Scriptmanager, RegisterClientScriptResource
  • ScriptManager cross-pages HistoryPoints?

    Hi, I'm using the ScriptManager.AddHistoryPoint method and Navigate event. I use it for paging of a grid (the paging is done using an UpdatePanel). My problem is that when the user moves to another page, clicking back only hits the last history point and the others disappear. Is there a workaround...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by Shayke on 05-28-2009, 12:00 AM
    Filed under: Navigation, Scriptmanager, updatepanel, History
  • Re: dynamically adding scriptmanager and updatepanel inside server control

    When creating a server control, you really should add the ScriptManager control within the control itself. Adding the ScriptManager to the page should be the responsibility of the developer using the control. Think of this like a runat="server" form, you need this for most server controls,...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by dwhite on 05-27-2009, 12:00 AM
    Filed under: Scriptmanager, updatepanel
  • Update Panel: Scripmanager with EnablePartialRendering="true" causes Page.Render() to fail

    I have an asp page with a webuser control and a details view in two different panels. The web user control is a grid view that displays a list of objects, and on selecting an object, its details appear in the details view panel. I've put each inside its own update panel, say updatepanel1 for the...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by shygin on 03-18-2009, 12:00 AM
    Filed under: EnablePartialRendering, Scriptmanager, updatepanel, ajax
  • Partial Rendering: How to determine whether an UpdatePanel is being rendered in Partial Rendering

    Hi everyone, We have a page with more than an UpdatePanel; each UpdatePanel get some data from db that are then databound. To optimize the performance, in AsyncPostBacks we'd like to avoid the DataBinding of all the UpdatePanels but hit the db and databind only the UpdatePanel that is being rendered...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by priccopricco on 02-17-2009, 12:00 AM
    Filed under: updatepanel, IsInAsyncPostBack, IsInPartialRendering, Scriptmanager
  • Update panel in User control

    Hello, I need to do the following. Page has ascx-user-control. For example, this control has Label, TextBox and Button. Event on the Button click is : Label.Text += TextBox.Text; And the host page has a submit button too. I need a partial page update for the label on button click in my control and a...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by LexRiver on 09-23-2008, 12:00 AM
    Filed under: updatepanel, Scriptmanager
  • Problem with dynamically adding ajax controls and using scriptspath

    A nice problem to solve for a Friday afternoon :) We have an application which has many pages with tabs containing many controls. Some of these controls are ajax toolkit extended such as watermark, autocomplere and the date selector. The tabs are developed to only render down to the client side when...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by Rob.Moran on 07-18-2008, 12:00 AM
    Filed under: scriptpath, updatepanel, Scriptmanager, ajaxtoolkit
  • Re: javascript news feed update panel with cascade drop down question.

    thanks for all your help so far and that has worked. i now need to use an update panel to run this script so the dropdown boxes will stay at the top of the page. this is what i have and the update panel is not refreshing on the selectedindexchanged event. any help would be appreciated. <asp:ScriptManager...
    Posted to ASP.NET AJAX UI (Forum) by jasontennis on 06-16-2008, 12:00 AM
    Filed under: ScriptManager, updatepanel, updatepanel trigger, CASCADING DROPDOWN
  • Client side solution?

    I have a problem at the moment with a web project. I have two Panels within an UpdatePanel on an aspx page (using Masterpages). I'm using ASP.Net 2.0 with an AJAX enabled website. The two Panels represent a Master-Detail type relationship. I want a user to click a LinkButton in the first Panel and...
    Posted to ASP.NET AJAX UI (Forum) by dbrook007 on 04-09-2008, 12:00 AM
    Filed under: onclick, postback, scriptmanager, UpdatePanel, .net 2.0, asp.net ajax, asp.NET ajax flash, aspx, clickonce, client calls, client object to server side, client Script callback error webresource.axd, client side, Client side scripting, Client side validation in Fire Fox, ClientID, ClientScript.RegisterStartupScript, hidden field, Javaavascript, javascript & ajax, JavaScript & Hidden field, JavaScript : showModalDialog(), javascript ad publish, Javascript Ajax Asp .Net, javascript ajax function result, javascript alert, javascript Array.forEach, JavaScript asp.net control panel event, Javascript ASp.net Gridview Popup box C#, javascript block blocking scripts script, Javascript Calender Date Picker, javascript client dom attribute viewstate postback ajax, javascript confirm box, Javascript Confirmation Dialog, javascript customvalidator client, javascript disabled htmlbutton, javascript dropdownlist clientID, javascript event handling onclick onmouseover, javascript foreach client iteraet loop dropdown option options for next, javascript generated control, JavaScript how to pass value to asp:TextBox from asp:Calendar, javascript in asp.net, javascript inline function functions, javascript syntax, javascript validations in asp.net, javascript:, javascriptript register IsClientScriptBlockRegistered RegisterClientScriptBlock, Javavascript, __doPostBack, javascript popup datasource databind update requery refresh, Javascript query string, javascript script, Checking cookie enabled/disabled with javascript
  • RegisterArrayDeclaration with UpdatePanel

    Hi, I have a very simple web form with a ScriptManager control, an UpdatePanel control and a button inside the UpdatePanel. When I click on the button I want to create a Javascript array inside of the UpdatePanel. For this I'm using RegisterArrayDeclaration. Here's the page: <form id="form1"...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by prinephi on 03-21-2008, 12:00 AM
    Filed under: RegisterArrayDeclaration, ScriptManager, updatepanel
Page 1 of 2 (16 items) 1 2 Next >