Update panel did not work with ajax control toolkits

hye there, can anybody helps me about the update panel. I have a grid view that must show the file that i already browser. in my situation i am using Ajax control toolkit so it automatically will upload the file in the grid view. Unfortunately it did not
work but the other code is work. this is my code
function clearContents() {
            var AsyncFileUpload = $get("<%=MemoFileUpload.ClientID%>");
            var AsyncFileUpload = $get("<%=AttorneyFileUplod.ClientID%>");
            var AsyncFileUpload = $get("<%=TORFileUpload.ClientID%>"); 
            var txts = AsyncFileUpload.getElementsByTagName("input");
            for (var i = 0; i < txts.length; i++) {
                if ((txts[i].type == "file") || (txts[i].type == 'text')) {
                    txts[i].value = "";
                    txts[i].style.backgroundColor = "transparent";
                if (txts[i].type == 'text') {
                    txts[i].value = '';
        function uploadComplete1(sender, args) {
            clearContents();
            __doPostBack("<%= HiddenButton.UniqueID %>", "");
        function uploadComplete2(sender, args) {
            clearContents();
            __doPostBack("<%= HiddenButton2.UniqueID %>", "");
//the code that works
<td>
                                                                   <%-- <asp:FileUpload
ID="MemoFileUpload" runat="server" Height="25px" Width="275px" />--%>
                                                                    <asp:AsyncFileUpload
OnClientUploadComplete="uploadComplete1" runat="server" ID="MemoFileUpload"
                                                                        Width="400px"
UploaderStyle="Modern" CompleteBackColor="White" UploadingBackColor="#CCFFFF"
                                                                        ThrobberID="imgLoader"
OnUploadedComplete="btnMemoUplod_Click" OnClientUploadStarted="uploadStarted" />
                                                                    <asp:Button runat="server"
ID="HiddenButton" Style="display: none;" />
                                                                    <asp:Image ID="imgLoader"
runat="server" ImageUrl="../Images/loader.gif" /><br />
                                                                    <br />
                                                                    <img id="imgDisplay"
alt="" src="" style="display: none" />
                                                                </td>
                                                                <td align="right">
                                                                    <asp:Button ID="btnMemoUplod"
runat="server" Text="<%$ Resources: Section64OpenKPDetailedPRS.aspx,btnMemoUplod %>" Visible="false" />
                                                                    <%--CssClass="ButtonStyle"--%>
                                                                </td>
                                                                <asp:UpdatePanel ID="update1"
runat="server" UpdateMode="Always">
                                                                    <Triggers>
                                                                        <asp:PostBackTrigger
ControlID="btnMemoUplod" />
                                                                        <%--<asp:PostBackTrigger
ControlID="GridInspection" />--%>
                                                                        <%--
 <asp:AsyncPostBackTrigger ControlID="btnMemoUplod" EventName="Click" />--%>
                                                                    </Triggers>
                                                                    <ContentTemplate>
                                                                    </ContentTemplate>
                                                                </asp:UpdatePanel>
                                                            </tr>
//the code that did not work
 <td>
                                                                    <%--<asp:FileUpload
ID="AttorneyFileUplod" runat="server" />--%>
                                                                     <asp:AsyncFileUpload
OnClientUploadComplete="uploadComplete2" runat="server" ID="AttorneyFileUplod"
                                                                        Width="400px"
UploaderStyle="Modern" CompleteBackColor="White" UploadingBackColor="#CCFFFF"
                                                                        ThrobberID="imgLoader1"
OnUploadedComplete="btnAttrnyUpload_Click" OnClientUploadStarted="uploadStarted" />
                                                                     <asp:Button
runat="server" ID="HiddenButton2" Style="display: none;" />
                                                                    <asp:Image ID="imgLoader1"
runat="server" ImageUrl="../Images/loader.gif" />
                                                                </td>
                                                                <td align="right">
                                                                    <asp:Button ID="btnAttrnyUpload"
runat="server" Text="<%$ Resources: Section64OpenKPDetailedPRS.aspx,btnAttrnyUpload %>" visible ="false" />
                                                                    <%--CssClass="ButtonStyle"--%>
                                                                    <asp:UpdatePanel
ID="Update2" runat="server" UpdateMode="Conditional">
                                                                        <Triggers>
  <asp:PostBackTrigger ControlID="btnAttrnyUpload" />
  <%--<asp:PostBackTrigger ControlID="grdAttorny" />--%>
                                                                        </Triggers>
                                                                        <ContentTemplate>
                                                                        </ContentTemplate>
                                                                    </asp:UpdatePanel>
                                                                </td>
                                                            </tr>

Hi,
For ASP.NET problem, please post in ASP.NET forum!
Best Wishes!
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey. Thanks<br/> MSDN Community Support<br/> <br/> Please remember to &quot;Mark as Answer&quot; the responses that resolved your issue. It is a common way to recognize those who have helped you, and
makes it easier for other visitors to find the resolution later.

Similar Messages

  • Hello,  I have iMac from Oct, 2010 and have OS 10.6.7 and multiple users.  Mail icon was accidently removed along with program.  Mail 4.4 is on other users but when I reloaded software my user got Mail 4.3. Mail 4.3 did not work with latest OS. Ideas?Matt

    Hello,  I have iMac Itel i3, from Oct, 2010 and have OS 10.6.7 and multiple users. 
    About 3-4 days ago the Mail icon in dock had question mark and was accidently removed, along with program on my user.  Oops.
    1. Mail 4.4 is on other users and works fine, but for me it does not work and tells me V4.3 does not work with latest OS X. 
    2. I reloaded software from my user with original disks  (Oct, 2010) and got Mail 4.3 again. Mail 4.3 did not work with latest OS.  I am unable to load Mail.  Gives Yellow error message.    
    "  You have Mail version 4.3 (1081/1084). It can’t be used on Mac OS X Version 10.6.7 (Build 10J869). For more information, click the Help button."
    3. Tried to update software and look for update for mail 4.3 on Apple site to no success.
    Hate to go to MS-Entorage ( I may need to learn something new and alien) mail program since contracts are in Mail/Address Book.
    Ideas?
    MattDeeds

    Matt,
    I would download and run the 10.6.7 combo update.
    http://support.apple.com/kb/DL1361
    Regards,
    Captfred

  • Update Panel is not working browsers other than IE

    In SharePoint 2013, Update Panel is not working for firefox, chrome etc.

    Hi,
    From your description, my understanding is that you use
    <asp:UpdatePanel>tag in your code, but it does not work well in browsers except
    IE.
    I have test
    <asp:UpdatePanel>tag with code below, and it works well in IE, chrome, Firefox
    as the screenshot.
    <asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional" ChildrenAsTriggers="true">
    <ContentTemplate>
    <asp:Label ID="lbl" runat="server" Text="Loaded" Visible="true"></asp:Label>
    <asp:Button ID="btn" runat="server" OnClick="btn_Click"/>
    </ContentTemplate>
    </asp:UpdatePanel>
    protected void btn_Click(object sender, EventArgs e)
    lbl.Text = "BUTTON CLICKED !";
    lbl.Visible = true;
    The screenshot below is my result(the first is result in Chrome, second is in Firefox and last is in IE):
    And you also could refer to this article:
    http://sharepoint.stackexchange.com/questions/72928/update-panel-not-working-in-firefox-2013
    Best Regards,
    Vincent Han
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Recovery did not work with new hard drive

    The original Toshiba HD(250G, sata1) of my laptop( ) crashed.
    I bought new one (320G, sata 2, Western digit )
    The problem is that, when I tried to use the recovery CD that I used to use it with old HD before, it did not work with this new HD well!?
    After cd1 and cd2 finish installing it ask to take it out then restart, I do so, but when it comes to setup setting of windows.
    An error message come out says " Windows Setup could not configure Windows on this computer’s hardware”
    It restart and says again " Windows could not complete the installation. To install Windows on theis compuiter, restart the installation."
    I have been trying to solve this a lot, but no way
    I tried what in this link, but it drive me with another problem http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_install/windows-could-not-complet...
    I hope that I get the right thing to do, from ur forum by this post.
    Thanks a lot

    Did you folks search here for "advanced format drive"?    People have had numerous weird problems with the new advanced format hard drives in older Toshibas.    I can't look up all the threads for you.    But here is one:
    http://forums.toshiba.com/t5/System-Recovery-and-Recovery/Recovery-won-t-work-on-new-upgraded-hardri...

  • Why apple password did not work with my Ipod Touch

    why my apple password did not work with my Ipod Touch?

    Just where are you entering it?
    What happens when you try?

  • C3 did not work with all the types of routers

    Hi!
    My problem is with the C3 (Hungarian 03.36 Vodafone), that the e-mail program is not working with all the wlan routers. My home router is Asus WL-520GC and with it I get communication error, but with a Linksys or a Tplink router everything is good. How can it be?
    (I ve heard it from outhers too)
    (both WPA2personal and DHCP)
    I tried it with factory settings, but same problem: communication error.
    Pls help! 

    Solved: I had to upgrade the firmware of the router.
    It works

  • E1200 - did not work with my computer

    I tried to hook it up, called tech support and was on the phone with them for more than half an hour worked for a while then stopped. I gave up and sent it back Amazon.com was great to work with 

    Eventually Router should work... What was the exact concern that you were facing with the router ? How you were configuring the Router, was it with the help of the Cisco Connect Software or you were doing manual setup ?

  • NETSCAPE 7.1 did not work with 2.0 Object Browser

    If I use Object browser I can select table, view, sequence...
    but nothing is shown. I tested on htmldb.oracle.com
    All works fine with IE, ...
    Query Builder works with Netscape

    Hi Lutz,
    Netscape 7.2 or higher is required.
    Joel

  • Re: SD reader - did not work with 8gb card

    Hi, how can I read my Micro SD (with SD adapter) - (8gb SDHC), my PC didnt see this card. If I plug my 2gb micro SD is all ok. Is problem with SDHC? or capacity 8gb?)
    Thanks
    [email protected]

    Hi
    I dont know what notebook you have but did you check the user manual? There you can find a list what types of SD cards are supported.
    Check this!!!
    Some notebooks can only read SD cards but not SDHC cards.

  • After firmware update ipod touch not working with my Sony Home Theater DAV HDX287WC any suggestions

    Is there a solution to play music from my iPod touch on my Sony Home Theater System DAV HDX 287WC after recent firmware/software upgrade? However, I am still able to play music through my ipod classic, but I am really missing the the functionality of the iPod touch with my home theater system.

    - Check to see if there is a firmware update for the theater system
    Sometimes this works but sometimes an IOS update breaks compatibility.
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Unsync all music and resync
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up           
    - Restore to factory settings/new iOS device.

  • IOS 8 not working with bluetooth controls in BMW

    Just upgraded to IOS 8 and now most of the interface functions with BMW iDrive stopped working.  I am able to manually make and receive calls via the car and manually play bluetooth audio, but no other controls work.  I cannot dial the phone, select playlists, access contacts.  I have already reset all system settings on the phone, re-paired the phone with the car in every conceivable combination, etc. and still no luck.  Do I have to revert back to IOS 7 which worked fine and wait for Apple to fix this problem?  I called BMW and they said it is was an Apple problem.  This is the response I expected from them but I believe they are correct because IOS 8 seems to be causing similar problems in other vehicles as well (I have seen Audi and Ford and a few others).  Anyone found a solution to this.  Apple, are you listening??

    I confirm the issue, in my case I cannot make and receive calls thru the idrive since I've upgraded to IOS, I had hopes in the newest upgrade IOS 8.0.2 but the problem remains. Really disappointing. Please Apple take action soonest.
    iPhone 5s, iOS 8.0.2

  • Why Skype APPs did not work with 5.0, Why Skype APPs did not work with 5.0, Why Skype APPs did not work with 5.0

    After I update my iPhone to with ups 5 Skype has no function anymore. What could be the problem?

    It takes a while to get apps updated.  Most of these developers do the same apps for other devices and it just takes a while. It's not an excuse, but just a reason.
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • Java 7 Update 51 is not working with Discoverer

    We are unable to get Discoverer Plus to load with Java 7 Update 51, does anybody know of a fix for this?
    We are on Discoverer Plus Version 11.1.1.6.0
    Thanks

    Hi,
    same issue here. Installed JRE 7u51 on local client and when trying to use Discoverer Plus (11.1.1.7.0) i get the following SecurityException message:
    "Missing required Permission manifest attribute in main jar:
    http://url:port/discoverer/plus_files/disco5i.jarjar"
    I have installed the Jan-2014 CPUs on the server for WebLogic 10.3.6 (patch 17572726) and Discoverer 11.1.1.7.0 (patches 17617649 and 17664563) as i thought Oracle would deliver a new and correctly signed disco5i.jarjar file but the error is still shown.
    Edit: After going through MOS i have found the following notes:
    * Using Java 7 Unable To Launch Discoverer Plus from -or- With Another Java Application Running (Doc ID 1574749.1)
    * Missing Attributes Warning While Launching Discoverer Plus Using Java 7u25+ (Doc ID 1596541.1)
    I then installed the mentioned patches 17303613 and 17295586 (delivers new disco5i.jarjar but only 11.1.1.7.0) on the server and the issue is resolved. At least for Discoverer Plus 11.1.1.7.0.

  • Roaming profiles did not work with Novell client

    I've Problems with roaming profiles.
    It is perhaps not a Novell problem but anything with windows rights?
    We use ZCM11: (Server: SLES11 SP1)
    Client new PC with a freshly installed Windows7, all updates.
    (Only Turn on file and printer sharing, anything else default, no virusscanner)
    The pre-agent has been installed and then the the Novell Client 2SP1 IR7
    The PC gets a "Dynamic Local User Policy" with the settings:
    - Use the credentials of the user source
    - (Manage existing user account - but we have none there)
    - Volatile user (with no cache, meaning that the user is immediately deleted ... We have also tested with cache.)
    - e-dir user should be only member of Users
    The users from edir get a Roaming Profile Policy with:
    - Store user profile in user's Home Directory. (which is on the OES/SLES server)
    ---- results ----
    If the user has no centrally stored profile, then he can log on but just once!
    (if "Enable Volatile User cache" also several times to the same PC)
    If the user already has a stored profile, he can not log on Error: "The Group Policy client service failed the logon Access is denied"
    In my view, the following happens. W7 create the user locally and want's put in the settings from a central profile in the local
    Profile and can not do that.
    Only when no "central profile" is there in the homedir, or if this profile does not contain the file ntuser.dat, the user can log in locally.
    However, no files are used from te saved profile, for instance from the saved desktop.
    I can not imagine that anyone around the world with ZCM11 on a SLES/OES Server don't use the Novell client and raoming profiles
    It must therefore give a simple trick to solve the problem.
    But which one? Can some one here help me?

    Alix,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Keyboard not working with Remote Control

    Hi There,
    We are trying to remote control some PC's in our college. We can get
    the
    remote screen up but it doesn't let us type anything in. Other Pc's in
    the
    college work fine. The Os's are all XP running 4.83 SP1 and Zen 3.2
    SP1 on
    the server NW6.
    Any ideas??

    To Ben Broadfoot
    That was usually down to a mismatch of the RC components between
    server
    and client.
    http://support.novell.com/cgi-bin/se...?/10069807.htm
    Cheers Dave
    Dave Parkes [NSCS]}}
    Occasionally resident at http://support-forums.novell.com/

Maybe you are looking for