Browse by Tags

Related Posts

  • FileUpload workaround not workin on IE

    Hi there! I have a FileUpload control inside an UpdatePanel. I found here the workaround to make it work (I added a linkbutton outside the panel and I register: upAttachment.Attributes.Add( "onclick" , Page.ClientScript.GetPostBackEventReference(LinkButton1, "" )); on the Page_Load...
    Posted to "Atlas" Discussion and Suggestions (Forum) by asfaya on 09-08-2006, 12:00 AM
    Filed under: Atlas, Browsers, Atlas Bug, javascript, update, updatepanel, postback, atlass update panel, Partial Rendering, atlas update panel, FileUpload, workaround
  • Error report: "unknown error" using PopupControlExtender, TextBox & Calendar

    Hey guys, I had an error when using a PopupControlExtender with a Calendar to populate the date in a textbox. The error I got when clicking the date in the calendar was a JavaScript alert saying "unknown error". After debugging the code for while i found what caused the error; I used the &&...
    Posted to AJAX Discussion and Suggestions (Forum) by mrhoglund on 09-28-2006, 12:00 AM
    Filed under: javascript, updatepanel, TextBox, Calendar, PopupControlExtender
  • Re: Change Accordian SelectedIndex in the client

    Are old threads still checked? If so, how would one access the Accordion, client side, when it is embedded in a <UpdatePane>...<Multiview>....<View> <Atlas:Accordion... Using the code above I get 'undefined'. (Obviously I've changed accHost for my own control name) var...
    Posted to AJAX Control Toolkit (Forum) by angel1058 on 10-11-2006, 12:00 AM
    Filed under: Accordion, JavaScript, Atlas, accordian, UpdatePanel
  • UpdatePanel + Javascript + UserControl

    Hi all I have a Usercontrol which has a scriptblock with a javascript method in it. This is fired by a control within the usercontrol ... <input type=submit onclick="MyFunction()"/> ... <script...> function MyFunction() { alert("Hello World"); } </script> This works fine on the page...
    Posted to ASP.NET AJAX UI (Forum) by pennywise on 12-21-2006, 12:00 AM
    Filed under: updatepanel, Javascript, Update Panel
  • Issue an UpdatePanel.Update() from client-side?

    I have a need to submit an update panel from the client-side with javascript. I've seen suggested work-arounds where people call the javascript click() method on a button contained in the UpdatePanel. This isn't working for me as it's posting the entire page. I also tried having a HiddenField as an AsyncPostbackTrigger...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by xanadont on 12-27-2006, 12:00 AM
    Filed under: JavaScript, UpdatePanel, asyncpostback
  • Re: UpdatePanel triggers in client side javascript

    Guys I stumbled across your post while trying to do a similar thing. I havent quite cracked your issue yet but have managed to solve the issue of receiving an event from a javascript command and posting it back async to the update panel. The method is similar to using a button but I have created a custom...
    Posted to ASP.NET AJAX UI (Forum) by SCSmith on 12-28-2006, 12:00 AM
    Filed under: updatepanel, ajax, Javascript, Update Panel
  • Question for custom controls builder

    Hi, I build a common (non AJAX) custom control . My control render JavaScript with the Page.ClientScript.RegisterClientScriptResource method, so it do not work when inside an UpdatePanel. How can we detect if the control is placed inside an UpdatePanel and use the correct method to render JavaScript...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Pluginbaby on 02-13-2007, 12:00 AM
    Filed under: JavaScript, UpdatePanel, ajax
  • Simple example with UpdatePanel results in full refresh of page after postback

    Has anyone encountered a problem where creating a simple example with the UpdatePanel always results in a full refresh of the page after the postback? I created a page where I have a label outside the UpdatePanel and a label inside the UpdatePanel along with the button to cause the postback. Both labels...
    Posted to ASP.NET AJAX UI (Forum) by codesmithery on 02-20-2007, 12:00 AM
    Filed under: updatepanel, ajax, Javascript, Update Panel, update Panel events, postback
  • Javascript Error (Treeview_Data is undefined) when using Dynamic Treeview in Update Panel / Placeholder

    Hi, I have a page that loads a series of dynamic treeviews (from the DB) into an update panel's placeholder control upon page load. I have a button set as the trigger for the update panel (not the page submit button) that, when clicked, adds a record to the DB dataset and then reloads the update panel...
    Posted to ASP.NET AJAX UI (Forum) by dsreidel on 02-22-2007, 12:00 AM
    Filed under: updatepanel, UpdatePanel nesting dynamically, Treeview, Atlas, ajax, updatepanel trigger, ajax update panel, UpdatePanel TreeView slow browser requests AJAX, updatepanel autopostback, javascript ajax updatepanel, Javascript, Update Panel, asp.net ajax updatepanel trigger, ajax update panel trigger, treeview updatpanel, Upadatepanel Javascript, ajax updatepanel trigger Timer, update Panel events, update Panel trigger javascript, Ajax Update panel ScriptBlocks Not Executing, "Update Panel", UpdatePanel autopostback checkbox gridview, Dynamic Controls, AJAX checkbox updatepanel gridview, UpdatePanel ajax trigger Timer Conditional UpdateMode, user Control
  • Post Back Issues

    Does anyone know why a DropDownList, located within an UpdatePanel, will not post back it's selected value when it is set via JScript and a __doPostBack is executed, but it will post back it's selected value if it is manually selected and the post back is handled automatically?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by sbrauen on 04-24-2007, 12:00 AM
    Filed under: JavaScript, UpdatePanel, DropDown, dropdownlist, update Panel, "AJAX Toolkit", Autopostback, JScript, __doPostBack
Page 1 of 3 (22 items) 1 2 3 Next >