Search

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

Matching Posts

  • Modal Popup Extender and Accessibility

    Looking for any help with popup dialogs, using the Modal Popup Extender, with a screen reader (JAWS v11). Many of our pages have buttons that popup a modal dialog for confirmation. When the modal dialog is displayed, the reader is not reading the contents of the element identified by the PopupControlID property. Even if I set focus to one of the elements in the popup dialog the reader does not begin reading from the focused element. I am not sure if it is user error (I am new to the screen reader
    Posted to ASP.NET AJAX Control Toolkit (Forum) by skb on 11/3/2009
    Filed under: Modal Popup extender, Accessibility
  • Using HeaderTemplate loses sort capability....

    I have two DataGrid's defined below. The first datagrid uses the HeaderText property of the TemplateColumn to set the column header. The second uses a HeaderTemplate element within the TemplateColumn to set the column header. Can someone explain why the second data grid loses the sort capability (text hyper link) and how do I sort using data grid 2. <asp:DataGrid ID="DataGrid1" runat="server" AllowSorting="true" GridLines="Both" AutoGenerateColumns="false"
    Posted to Data Presentation Controls (Forum) by skb on 6/19/2008
    Filed under: template column, .Net 2.0 FormView, data grid template, Datagrid problems, Datagrids
  • Toolkit Sys.Timer and Opera

    I am in the process of developing a prototype extender for a project and need help in getting the Toolkit Sys.Timer to work in Opera. I have used the Sys.Timer in other extenders and have had no problems until now with this extender. The code is shown below. When I put trace statements in the code and run (Opera browser), I can see that the click event handler is being called, but the Sys.Timer event handler never gets called. all of the other browsers work correctly. I set the Sys.Timer in the click
    Posted to ASP.NET AJAX Control Toolkit (Forum) by skb on 8/29/2007
    Filed under: Opera
  • Re: Safari/Opera not working with preventDefault

    Thanks for the quick response. You are correct, changing to 'keypress' worked. My only issue now is that IE does not trigger the keypress event for tab, up/down arrow keys. I will have to use a combination of keydown for ie and keypress for other browsers. thanks, steven
    Posted to ASP.NET AJAX UI (Forum) by skb on 7/9/2007
  • Safari/Opera not working with preventDefault

    Can any one help explain why Safari and Opera do not work correctly when capturing the key event for enter and preventing the default behavior (post back). No matter what I have tried, the Safari or Opera browser will post back. IE and FF work correctly and do not postback upon keypress of enter within the textbox. Any ideas??? Code: aspx page: <% @ Page Language ="C#" AutoEventWireup ="true" CodeBehind ="KeyboardTest.aspx.cs" Inherits ="KeyboardTest" %>
    Posted to ASP.NET AJAX UI (Forum) by skb on 7/9/2007
    Filed under: "Safari", "Opera", "preventDefault"
  • Re: Webservice call from AJAX control with cookies disabled in browser

    No this did not work...I am still getting the same error (Authentication failed). If I enable cookies, it works. steven
  • Re: Webservice call from AJAX control with cookies disabled in browser

    The following code would not work using FireFox cookie's disabled: Can any one explain why I am getting this error calling a webmethod web service call with cookies disabled. I am using FireFox v1.5 and have disabled all cookies. I receive the following error: "Authentication failed". If I enable cookies within the browser, the webmethod call works correctly. The code is outlined below. default.aspx <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default
  • Ajax call with browser cookies disabled error

    Can someone explain why I am getting this error calling a webmethod web service call with cookies disabled. I am using FireFox v1.5 and have disabled all cookies. I receive the following error: "Authentication failed". If I enable cookies within the browser, the webmethod call works correctly. Does anybody have any idea how to support browsers with coolies disabled. The code is outlined below. default.aspx <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default
    Posted to ASP.NET AJAX Networking and Web Services (Forum) by skb on 5/16/2007
    Filed under: web service, ajax webservice, cookieless, cookies, webservice ajax firefox
  • Re: Webservice call from AJAX control with cookies disabled in browser

    Update: I tested the Webservice call outside our current application environment and the webservice worked as excepted, even when the browser's cookies are disabled (Access to the webservice via http://locahost/testwebsercice/services/CustomerWebService.asmx invoke and through a javascrpt function, worked correctly). Something in our current web environment is causing the webservice to fail when the browser's cookies have been disabled. I except that it is the Content Mamagement System(CMS) that
  • Webservice call from AJAX control with cookies disabled in browser

    I am having an issue with calling a web service from an AJAX control when the client browser has disabled cookies. Here are the some details: Error Details: With disabled cookies within browser, calling the web service ( http://localhost/services/CustomerWebService.asmx ) and invoking the GetStates method, I receive the following error: The call to the web service yields the following error: System.InvalidOperationException: Missing parameter: countryCode. at System.Web.Services.Protocols.ValueCollectionParameterReader
    Posted to ASP.NET AJAX Networking and Web Services (Forum) by skb on 5/8/2007
    Filed under: web service ajax, cookieless, cookies
Page 1 of 2 (18 items) 1 2 Next >