Search

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

Matching Posts

  • Re: IE 6 : Sys.WebForms.PageRequestManagerServerErrorException - 12019

    I have the same problem, but I'm not using any UserControls in my page. Last week I deployed a version of my App that was only tested with IE6 and was working fine. Now I changed a lot of CSS code to get the page shown in IE6, IE7 and Firefox 2.x in the same way. Right now my page works fine in IE7 and Firefox, but I get the 12019 error on every page/area, where I uses an ajax:UpdatePanel and click a server control inside the panel while browsing with IE6. There is no differece between Debug
    Posted to ASP.NET AJAX UI (Forum) by dirkb on 6/21/2007
  • Re: Problem with UpdatePanel causing javascript error

    I had the same problem but it was based on using the Atlas June CTP and the AtlasToolkit April CTP. After downloading the very last build of the AtlasToolkit it was solved... Dirk
  • Re: Looking for compleate working sample of CascadingDropDowns and database

    Thanks a lot, Ted! Setting EnableEventValidation ="false" in my Page directive made both drop downs to work as expected!
    Posted to ASP.NET AJAX Control Toolkit (Forum) by dirkb on 6/1/2006
  • Re: Looking for compleate working sample of CascadingDropDowns and database

    Hi Ted, Thanks a lot for this hint. After changing the both WebMethods to "public" the first drop down (ddlCompanyGroup) loads now fine. But the second drop down is still not working. It is disabled until I select a value from the first drop down and then it is enabled. But my service method " GetCompaniesForCompanyGroup " is not executed. < atlasToolkit : CascadingDropDown ID ="CascadingDropDown1" runat ="server"> < atlasToolkit : CascadingDropDownProperties TargetControlID ="ddlCompanyGroup
    Posted to ASP.NET AJAX Control Toolkit (Forum) by dirkb on 5/31/2006
  • Re: Looking for compleate working sample of CascadingDropDowns and database

    so now I'm trying to build this "easy" sample but still have problems with understanding the Atlas behaviour behinde the scenes: I have a aspx testpage (in this sample based on a master, but this shouldn't be a problem) <% @ Page Language ="C#" MasterPageFile ="~/Master/NetqMasterPagePortal.master" AutoEventWireup ="true" CodeFile ="Test.aspx.cs" Inherits ="Reports_Test" Title ="Untitled Page" %> <% @ MasterType virtualpath ="~/Master/NetqMasterPagePortal.master" %> < asp : Content
    Posted to ASP.NET AJAX Control Toolkit (Forum) by dirkb on 5/30/2006
  • Re: Looking for compleate working sample of CascadingDropDowns and database

    sburke_msft: We don't currently have a good solution for the parameter issue you bring up. Several other people have asked for that as well. Just so I understand, your scenario is that you want to get a list of things for a particular customer ID or something, right? We'll add better support for this - I note the built in Atlas extenders that use WebServices also have this shortcoming, so I'll add an issue for them as well. I my case I have a SQL Server stored proc for each DropDown. I need to use
    Posted to ASP.NET AJAX Control Toolkit (Forum) by dirkb on 5/11/2006
  • Re: Looking for compleate working sample of CascadingDropDowns and database

    Until now the controls are not used inside an Update Panel. Does your question mean I have to use it or not? I have seen the tutorial http://atlas.asp.net/atlastoolkit/Walkthrough/CCDWithDB.aspx before but if I'm right there are still some points missing: How / when / where can I pass parameters to my stored procs AND use the CascadingDropDown extender (I know how to execute the stored proc and how to pass parameters to it but I have no idea how this works with the CascadingDropDown extender) How
    Posted to ASP.NET AJAX Control Toolkit (Forum) by dirkb on 5/10/2006
  • Looking for compleate working sample of CascadingDropDowns and database

    Hi, maybe I'm to stupid for this but can you tell if if there is somewhere a sample available that gives me some light on these topics: Lets say we have 3 (well known ) DropDownLists and the settings for the CascadingDropDownExtender as follows < div > Make: < asp : DropDownList ID ="ddlMake" runat ="server"/>< br /> Model: < asp : DropDownList ID ="ddlModel" runat ="server"/>< br /> Color: < asp : DropDownList ID ="ddlColor" runat ="server"/> </ div > <
    Posted to ASP.NET AJAX Control Toolkit (Forum) by dirkb on 5/10/2006
  • Re: TextBoxWatermarkExtender crashes UpdatePanel

    Thanks for your reply. It is working this way but I can't believe that the Atlas client side scrips are not validating this behavior and check for null refs caused by this. It is not very intuitive for an ASP.net developer...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by dirkb on 5/10/2006
  • TextBoxWatermarkExtender crashes UpdatePanel

    Hi, this took me several hours now to cut down the problem in my complex atlas application. If I add a TextBoxWatermarkExtender and a UpdatePanel to my site and like to show/hide the UpdatePanel from C# code behind I get a JavaScript Error "Sys.Application.findObject(...)' is Null " To reproduce this you have to follow these steps: Create a new Atlas Web My page is called Default2.aspx and looks like this: <% @ Page Language ="C#" AutoEventWireup ="true" CodeFile ="Default2.aspx.cs" Inherits
    Posted to ASP.NET AJAX Control Toolkit (Forum) by dirkb on 5/9/2006
Page 1 of 2 (15 items) 1 2 Next >