Search

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

Matching Posts

  • Re: prevent submitting more than once

    Here is my implementation: in aspx page original button <asp:Button Runat="server" ID="btnSubmit" Text="Send Now" Visible="false" CssClass="button" OnClick="SubmitData"></asp:Button> add additional button at the bottom of the page <asp:Button ID="btnSubmitDisabled" Enabled="false" Visible="false" runat="server" Text="Save Entry" CssClass="button" Style="visibility
    Posted to Web Forms (Forum) by mmai on 9/10/2008
  • Re: CascadingDropDown Help

    Hi, Did you ever figure out the problem you had? I am having the same issue. Can you share your solution? Thanks, Michael
    Posted to ASP.NET AJAX Control Toolkit (Forum) by mmai on 9/7/2006
  • Re: CascadingDropDown not populating

    Hi, This is my scenario. In production server (win2003 with IIS 6.0, asp.net 2.0 and asp.net 1.1 coexist), My drop downs appear blank if I try to use web services to provide the data. If I use built in page methods and I got 'sys' is undefined. In development pc, (XP with IIS 5.1, asp.net 2.0 and asp.net 1.1 coexist), Both web services and page methods work without any problem. Web.config in both machine were identical. Does anyone have any idea why? Thanks in advance. Michael
    Posted to ASP.NET AJAX Control Toolkit (Forum) by mmai on 8/31/2006
  • Re: Javascript error Sys undefined

    Hi Sam, I had the same problem and like to know how do you resolve the issue. Thanks, Michael Mai This is one of the replies. hello again. let me explain what i think is happening. you have .net 2.0 installed on the machine, but your site is using asp.net 1.1 or, if you're using IIS6 you might be sharing a pool between a 1.1 app and a 2.0 app. why do i say this: open your page on the borwser and view its source. there you'll find several script elements with webresource.axd?... as their source
  • Re: ASP.NET 2.0 Client callback fails on a secure server

    Hi Bob, I am having the same problem. Do you find the solution for it? Can you share your fix? Thanks, Michael
    Posted to Client Side Web Development (Forum) by mmai on 7/20/2006
Page 1 of 1 (5 items)
Microsoft Communities