Browse by Tags

Related Posts

  • Question about TextBox with Autopostback=true

    Hi I have developed an intranet site in C# and Ajax. It is not fully AJAX, but a combination of AJAX and ASP.net code behind. I have few text boxes & dropdownlist with AutoPostBack=true. When I am saving data using AJAX, and clear the textboxes from JavaScript code, I am facing a problem. The problem...
    Posted to AJAX Discussion and Suggestions (Forum) by Sajib on 10-13-2006, 12:00 AM
    Filed under: javascript, postback, TextBox, ajax
  • AnimationExtender help

    I am trying to have an animation occur only after a form has been validated. My AnimationExtender TargetControlID is my button that submits my form. When that button is clicked, I want the form to validate, which it does because of my validator controls that are in place. However, the animation always...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by SirSceptre on 12-05-2006, 12:00 AM
    Filed under: Animation, ajax, ASP.NET AJAX Control Toolkit, AnimationExtender, Postback, ASP.NET AJAX Control Toolkit troubleshooting, Validation
  • Re: UpdatePanel and __doPostBack

    I've been fighting the same problem the last couple of days. Here is what I just finally came up with... I write the __doPostBack on the server side and insert it into an onClick event on a control. String sOnClick = "__doPostBack('" + this . UpdatePanel1 . UniqueID + "','eventarg1$eventarg2 ');"; /...
    Posted to ASP.NET AJAX Networking and Web Services (Forum) by gddub on 01-26-2007, 12:00 AM
    Filed under: ajax, asp.net ajax, postback, update panel
  • How to prevent multiple form submissions (have a button do two post backs?)

    I have a web form with a button which submits the entries of said form into a database via ADO.NET. The first thing the command does is disables the button however because the database sometimes is slow it takes a few seconds for the form to actually post back thus giving the user the ability to submit...
    Posted to Web Forms (Forum) by all2neat on 01-29-2007, 12:00 AM
    Filed under: ajax, asp.NET 2.0 C#, asp.NET 2.0 C# response preformance tuning, ADO.NET, PostBack, postback event handling, ASP.NET 2.0 webform
  • 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
  • Web parts , Web User Control, Update Panel, Javascript

    Hi guys, Hope this time someone replies first of all, Is that possible to combine all above Asp.net and Ajax controls? The below one is my web user control code which I am using in the webpart zone. < asp : UpdatePanel ID ="UpdatePanel1" runat ="server"> < ContentTemplate > < asp : Panel...
    Posted to Web Forms (Forum) by BhaveshPatel on 02-20-2007, 12:00 AM
    Filed under: postback, Client, asp.net 2.0, JavaScript, Request.Querystrings, AJAX, textbox, querystring, DetailsView CommandField JavaScript, FindContol
  • ASP.NET AJAX: Asynchronous Postback not being captured

    Hi, I have a page with 2 update panels and a button for each that triggers asynchronous postback for their respective update panel. The problem I am having is that, when clicked for the first time after page load, the button is triggering a FULL postback. If I click the button again (and subsequent times...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by dsreidel on 02-21-2007, 12:00 AM
    Filed under: postback, atlas, ajax
  • ASP.Net 2.0 Button Event not Firing

    I currently have a page that I've been developing and testing in IE 6 and Firefox. I just recently update to IE 7 and now the button event doesn't fire. Below is the ASP.Net declaration for the button: < asp : TableCell >< asp : Button ID ="btnAdd" Text ="Add" OnClick ="btnAdd_Click" runat ...
    Posted to Web Forms (Forum) by mwilk4905 on 03-16-2007, 12:00 AM
    Filed under: ajax, button, ASP.NET 2.0, asp.NET 2.0 C#, IE7 postback, PostBack, IE7, ASP.NET 2.0 webform
  • Re: Navigation best practices

    Yes, that is the effect I was after. If I still reject using frames one method I've found is to convert all my content aspx files into web user controls (ascx) and use a placeholder inside a updatepanel on the "main page". All links will cause one or more controls to be loaded dynamically...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by paala on 07-04-2007, 12:00 AM
    Filed under: postback, ajax, Navigation, single page design, updatete panel
  • CalendarExtender linked to ImageButton not working

    I'm having an issue with the code below. When I click the ImageButton (either one) it causes post back so the CalendarExtender doesn't do it's magic. If I try taking out the link to the ImageButton and clicking the textbox, nothing happens. Browser: IE 7 OS: Vista Home Premium This project...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Loki on 07-11-2007, 12:00 AM
    Filed under: ajax, Postback, calendarextendar, asp.net
Page 1 of 3 (21 items) 1 2 3 Next >