Browse by Tags

Related Posts

  • Update one UpdatePanel while updating another UpdatePanel

    Situation: UpdatePanel1: Contains a gridview and a button. When the button is clicked the SqlBulkCopy command in de Data Access Layer (DAL) starts copying about 2 million rows. The SqlBulkCopy.NotifyAfter is set on 100000 and the associated event (SqlRowsCopied) bubbles nicely up from the DAL to the...
    Posted to ASP.NET AJAX UI (Forum) by ajpool on 06-15-2009, 12:00 AM
    Filed under: updatepanel, SQLrowscopied
  • 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
  • SetFocus during ActiveTabChanged Event

    I have tried every which way I have found to set focus to a text box in the activetabchanged event. I have a text box inside an updatepanel that is nested in an AJAX TabPanel. The following code executes as it should, I just dont see my text box getting focus. Select Case Me .SupportDeskTabs.ActiveTab...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by swolff1978 on 06-02-2009, 12:00 AM
    Filed under: SetFocus, tabpanel, updatepanel
  • Custom Server Control does full postback inside of UpdatePanel

    I have a custom server control that works perfectly. However, when I stick it inside an UpdatePanel the UpdatePanel does full postbacks. Does my customer Server Control need to do anything special to be "UpdatePanel aware"? If I stick my control outside of the UpdatePanel and then wire in the...
    Posted to ASP.NET AJAX UI (Forum) by Daren Dahl on 06-01-2009, 12:00 AM
    Filed under: postback, updatepanel, ajax
  • Update Panel/Progress Behavior

    I am using a Wizard control in an UpdatePanel. Some of the Wizard Steps have UpdatePanels nested inside. Both the outer and inner UpdatePanels have their own Trigger collection. All of the events fire as intended. However, the triggers for the outer UpdatePanel do not set off the UpdateProgress control...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by Mild Stallion on 06-01-2009, 12:00 AM
    Filed under: Update Progress, updatepanel
  • 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
  • Solution: User Control in UpdatePanel Loses Styles on Postback

    I just wanted to share my solution to a problem I've been having that I was wrestling with for the last two days... I had a UserControl inside an UpdatePanel inside a Page that was encapsulated by a Master Page, and that user control was embedded in a client side jquery tab control (whew!). When...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by evankstone on 05-25-2009, 12:00 AM
    Filed under: updatepanel, user Control, usercontrol, XHTML, xml
  • Dynamically create UpdatePanels

    I'm trying to dynamically create UpdatePanel objects and their contents. My question is - is it possible to NOT recreate the whole structure on each postback of a button from inside of an UpdatePanel? I have this loop: DateTime dt = new DateTime(2009, 05, 11, 9, 0, 0); for (int i = 0; i < 4; i...
    Posted to Web Forms (Forum) by Andrey1 on 05-12-2009, 12:00 AM
    Filed under: updatepanel, dynamic controls creation
  • Property or method don't support

    Hi at all, i have web application ajax Out updatepanel i have simply tag anchor, <a href="http://www.microsodt.com">link microsoft</a> when i click on link i receive message errror, that is Property or method don't support Why ? that is simply tag anchor Inside application all...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by kio_2008 on 05-12-2009, 12:00 AM
    Filed under: updatepanel
Page 1 of 55 (547 items) 1 2 3 4 5 Next > ... Last »