Search

You searched for the word(s): userid:863576

Matching Posts

  • Re: Asynchronous post back issue

    Hi guenavan, we are using update panel for asynchronous call, its working fine in PC with IE version 7 and i checked using IE 6 its not functioning the complete page flickering is there .
    Posted to ASP.NET AJAX UI (Forum) by abasheer on 12/10/2009
  • Re: Asynchronous post back issue

    I have checked our application's bin folder; AjaxControlToolkit.dll is present and checked version too its exactly 3.0.30930.0, apart from this any thing is required.
    Posted to ASP.NET AJAX UI (Forum) by abasheer on 12/10/2009
  • Re: Asynchronous post back issue

    If we browse our application using IE 7 either from our server location or our development location it is working fine we are not facing any issue, as soon as i change any value in customer combo box it is quickly filling values in other tabs without any flicker and post back indication. if we browse from IE 6 the complete page is refreshing, after 5-6 secs it is showing page with filled values..
    Posted to ASP.NET AJAX UI (Forum) by abasheer on 12/10/2009
  • Re: Asynchronous post back issue

    Hi Thanks for your reply and also sorry for not describing things clearly. Here is my complete scenario In my page I have tab container control with 4 tabs in it and each tab will have one or more combo box controls, on selected index change event of combo in tab1 I am fetching info from my customer table and filling default values in other tabs <asp:UpdatePanel ID="upCall" runat="server"> <Triggers> <asp:AsyncPostBackTrigger ControlID="cbCustomer" EventName
    Posted to ASP.NET AJAX UI (Forum) by abasheer on 12/10/2009
  • Re: Asynchronous post back issue

    Thanks for your genius reply ???
    Posted to ASP.NET AJAX UI (Forum) by abasheer on 12/10/2009
  • Asynchronous post back issue

    We recently updated our application with latest Ajax 3.0.30930.0 and implemented tab control, HTML editor and combo boxes in our application and its all working fine in our development environment; after deploying application into our server asynchronous call is not working it is doing a complete page post back. But the asynchronous call is working fine on IE version 7. We have already updated .NET 3.5 SP1 on our server, Could any one clarify what can be done to solve this. Thanks Basheer
    Posted to ASP.NET AJAX UI (Forum) by abasheer on 12/9/2009
    Filed under: ajax, udpdatepanel, asynchpostback
  • Re: Asynchronous post back for migrated application

    Is there any tool to compare two web.config files as i feel there is something wrong with my web.config after the migration.
    Posted to ASP.NET AJAX UI (Forum) by abasheer on 12/1/2009
  • Re: Asynchronous post back for migrated application

    Hi Zhi Qiang Ni, You are right, i have throughly checked we are with the latest verion of Ajax tool kit 3.0.30930.28736 it is rightly referenced in my project still the problem persists.
    Posted to ASP.NET AJAX UI (Forum) by abasheer on 12/1/2009
  • Asynchronous post back for migrated application

    Hi, I have migrated application from .NET 1.1 to 3.5 to facilitate our application with latest Ajax features. I have a small application one dropdown and text box, I am just assigning selected value of the dropdown into a textbox on selected index change event of dropdown. My form exactly looks as below <%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb" Inherits="SimpleAppl.WebForm1"%> <%@ Register Assembly="AjaxControlToolkit"
    Posted to ASP.NET AJAX UI (Forum) by abasheer on 11/24/2009
    Filed under: ajax, udpdatepanel, asynchpostback
  • Re: Asynchronous post back for migrated application

    Hi, thanks for your reply, unfortunately both the links provided are not opening. Moreover, I develop the same application in a fresh new .NET 3.5 application projects, it is working well. Having a small application developed in .NET 1.1 then migrate that to 3.5 and implementing Ajax is not working.
    Posted to ASP.NET AJAX UI (Forum) by abasheer on 11/24/2009
Page 1 of 2 (12 items) 1 2 Next >