Browse by Tags

Related Posts

  • Re: What is IsPostBack

    When page get loaded, it is not postback. If your page contents some server controls and doesnot have client event fucntionality then, it causes postback. Postback is actually sending all the information from client to server, server then process all those contents and returns back to client. This causes...
    Posted to Web Forms (Forum) by troubleshooter on 09-11-2008, 12:00 AM
    Filed under: Callback, PostBack, Crosspagepostback
  • Somthing like a callback from a postback - Got it! :)

    Thanks for your suggestions. I didn't like the idea so much to add scripts in the code behind. Anyway, I found the perfect solution: The PageRequestManager[1], which comes with the ASP update panel. It has a client side OnLoad event, which raises when a postback WAS performed. [1] http://msdn.microsoft...
    Posted to Web Forms (Forum) by DaToegi on 09-09-2008, 12:00 AM
    Filed under: onload, PageRequestManager, ajax, Callback, PostBack
  • HOW TO: Display alert messagebox after callback

    Hi All, I come across people were asking about, how to display alert messagebox after callback. Im not sure this have been posted before or not, but i thought this is good to be share. Below is the example: C# protected void Button1_Click(object sender, EventArgs e) { // Alert with messagebox after callback...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by d4dennis@inspir3 on 06-27-2007, 12:00 AM
    Filed under: postback, Callback, Javascript & Ajax
  • I tried this (Setting EnableEventValidation="False" probably overcomes the issue )

    Hi I am new to this site.I tried this.I kept in the webform (Design view) like <@ page EnableEventValidation="False" /> Then it is not showing any error,but fuctionality is not working in the server system. In local system it is showing an error like "The page directive doesnot support...
    Posted to Web Forms (Forum) by nalla.sathish on 06-22-2007, 12:00 AM
    Filed under: PostBack, server control, <%@ Page Language="VB" %>, .net, access database, access Web Form from User Control, ADO.NET, adrotator defect, ascx, asp .net menu selectable select click clickable scroll postback, asp .net TreeView, ASP.NET, c#, Callback, checkbox list validation, Custom errors, Custom validator Customvalidator repeater, CustomValidator, menu control, Message box, asp .net ... c# ... SQL javascrpt, asp .net 1.1 web form controls, SQL SERVER, Page_Load, Asp .net, asp.net web.config profile, checkbox checking detecting page webform .net c# webform
  • AnimaionExtender problem with Callback

    Hi all. I have a Panel on page named pnlEventPopup that is extended with AnimationExtender and also with ModalPopupPanel, And is inside an UpdatePanel. There is a third party component on the page ( DayPilot Scheduler ) that includes many events. When one of these events is clicked, a post back will...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Shakib.Zabihian on 08-19-2009, 12:00 AM
    Filed under: AnimationExtender, Postback, ModalPopupExtender, update Panel, Callback
  • Re: AnimaionExtender problem with Callback

    [quote user="akmsaeea"] Pls refer this link: http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Animation/Animation.aspx [/quote] Dear akmsaeea, Thank you for your post, but my problem is server callback! I want to have the postback in order to make a panel visible after clicking ImageButton...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Shakib.Zabihian on 08-19-2009, 12:00 AM
    Filed under: Postback, Callback
  • Re: Calling javascript on button click (have some constraints)

    Hi There, If you are on .net 2.0 have a look at this post http://forums.asp.net/t/1126753.aspx Please advise if this is not relavant. ;)
    Posted to Client Side Web Development (Forum) by d4dennis@inspir3 on 08-01-2007, 12:00 AM
    Filed under: postback, callback, javascript & ajax
Page 1 of 1 (7 items)