Browse by Tags

Related Posts

  • UpdatePanels and PostBack Issues...

    I'm running SharePoint SP1 with .NET 2.0. I have a WebPart which is running the code below. The problem is that the DDL causes a full postback and the Buttons don't do anything at all. What am I doing wrong? private ScriptManager scriptHandler = null ; private UpdatePanel up = null ; protected...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by bshannon on 01-21-2009, 12:00 AM
    Filed under: Postback, SharePoint, button not firing in ModalPopup extender, dropdownlist, webpart, UpdatePanel
  • Exporting gridview deactivates postback in MOSS 2007

    I'm running Microsoft Office SharePoint Server 2007. I'm developing custom webparts in .NET 2.0, some use AJAX via the AJAX toolkit. I have one specific webpart which renders a DataTable in a GridView. The GridView is a custom gridview that i created which inherits from the ASP.NET GridView....
    Posted to Web Parts and Personalization (Forum) by funkeymikey on 12-17-2008, 12:00 AM
    Filed under: postback, SharePointoint 2007, Events, Export to CSV, WebPart, GridView, Export to Excel
  • My Page Posts back unnecessary

    Hi all, I am programming a website which i used WebParts in it. I have just one Page named Default.aspx. All web parts is in this page. In Page_Load i have this code. protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { DoSomeThing(); } } the problem is when page posts back, it calls...
    Posted to Web Parts and Personalization (Forum) by Margan on 06-29-2008, 12:00 AM
    Filed under: postback, WebPart
  • Updating WebPart Contents without a Postback

    I read mharder's post that says, "Updating the contents of a WebPart without postback is implemented by placing an UpdatePanel inside a WebPart. This is supported in the core ASP.NET AJAX Extensions 1.0. It should work with either the ASP.NET 2.0 WebParts controls, or the AJAX Futures CTP versions...
    Posted to Web Parts and Personalization (Forum) by beachguy05 on 12-04-2007, 12:00 AM
    Filed under: postback, AJAX, WebPart, webpart editor
  • Webpart and partial postback

    hi im doing an aplication with webparts in asp.net 2.0 and i want to know if the webparts can do partial postback for example when i do one click in an webpartzone just this zone make a postback and not all page. Can i do that (i mean like in sharepoint) ? thnks for all and sorry for my english. see...
    Posted to Web Parts and Personalization (Forum) by ganzi on 03-05-2007, 12:00 AM
    Filed under: partial, postback, WebPart, asp.net
Page 1 of 1 (5 items)