Search

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

Matching Posts

  • Re: PageMethods is undefined

    There is a bug in the beta build that prevents codebehind page methods from working, just incase requiring static methods weren't already going to make them useless enough.. ... you have to include them in the aspx file if you want to use them... See this post for more detail http://forums.asp.net/thread/1435443.aspx
  • Re: Animations in Custom Ajax Extenders

    sburke, I can not tell you how much I appreciate your help on this! I figured it out.... and here is what I learned... Sys.Timer is an object that will be required for any animation in the framework, as it is called by the animation.play() base method, It is not part of the Web.Extensions.dll despite it being part of the Sys Root Namespace. (that threw me). I completly missed the [RequiredScript(typeof(TimerScript))] in the AnimationScripts.cs file, but it is there! Turns out the js file containing
    Posted to ASP.NET AJAX Control Toolkit (Forum) by jkolbo on 10/28/2006
    Filed under: Animation
  • Re: Animations in Custom Ajax Extenders

    Thanks for your help, but it did not work. It threw an invalid parameter error. Notice I am inheriting from the Sys.Component class, not the extenderbase (yet). I pulled the Animation source out and attempted to do some debugging and stepping through it. I think I have noticed something... The original error fires when i call animation.play(), and when I stepped through the play method in the Animation base class with the VS Debugger, I noticed this is happening at at the following line : Animation
    Posted to ASP.NET AJAX Control Toolkit (Forum) by jkolbo on 10/28/2006
    Filed under: Animation
  • Re: Animations in Custom Ajax Extenders

    Still haven't figured this out yet, Anyone have any ideas why this is not working? Jonathan
    Posted to ASP.NET AJAX Control Toolkit (Forum) by jkolbo on 10/27/2006
    Filed under: Animation
  • Animations in Custom Ajax Extenders

    So are we having fun with the Beta Build OR WHAT!!! <s> I need someone smarter than myself to tell me why I can not get this to work! I am trying to include animations in a custom extender. This doesn't look like it should be that hard according to the examples in the source of the AccordionExtender. Basically in the test example I am just trying to change the border color on a Panel / Div element on mouseover. I know this can be done very easily by using javascript to change the style
    Posted to ASP.NET AJAX Control Toolkit (Forum) by jkolbo on 10/27/2006
    Filed under: Animation
  • Re: PageMethods

    Spent alittle more time looking at the PageMethods issue. I wrote a small test app and realized that the PageMethods object exists when the webmethod is included in the aspx file (as long as I added the [Microsoft.Web.Script.Services. ScriptMethod] ) attribute, but when I move it to the code-behind file, it gives me the undefined error.... which leads me to question.... are pagemethods no longer allowed in the code-behind file? Anyone?
    Posted to ASP.NET AJAX UI (Forum) by jkolbo on 10/22/2006
  • Re: WebService methods and DataTable/DataSet Results fail

    I am having the same issue. Returning a DataTable/DataSet/DataRow and all three throw the Circular Reference error. I have not had a great time with the json serializer in the beta build. I am having alot of problems sending and receiving server types that worked perfectly in the July CTP. In addition to the Circular reference type I have a problem sending server types that include an IList member. When I try to sending it to the webservice it generates and Invalid type exception regarding a System
  • Re: PageMethods

    I am completely stuck on the pagemethods, and having the same problem. I have read the blog and added the [ScriptMethod] tag to the page method (this tag is not in Microsoft's pagemethod tutorial ( here ), but I am willing to try anything at this point). I have used the default web.config file that is created when you use the ASP.NET AJAX CTP - Enabled Website template in VS2005, and verified that all of the settings are present as outlined in the migration white paper and the webservice tutorial
    Posted to ASP.NET AJAX UI (Forum) by jkolbo on 10/21/2006
    Filed under: asp.net ajax, Atlas, atlas controls, ajax, Atlas asp.net 2.0
  • Re: Beta1 get_text(), set_text(), etc...

    I spent some time with this all day yesterday, the whitepaper doesn't make it too clear with their "value-add" stuff, this is what I did to get access to the textbox, button, label, hyperlink, and other July CTP client controls: Install the Ajax ASP.NET CTP (this is your client libraries) Update your web.config with the new web.config found in the install directory of the ajax ASP.Net CTP (default is Program Files/Microsoft Asp.net) Add a reference to Microsoft.Web.Preview.dll This
    Posted to ASP.NET AJAX UI (Forum) by jkolbo on 10/21/2006
    Filed under: asp.net ajax, Atlas, atlas controls, ajax, Atlas asp.net 2.0
Page 1 of 1 (9 items)