Search

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

Matching Posts

  • Re: Ajax Roadmap published

    It's great that you guys posted this... Here are some things I'd like to see: Drag & Drop Much improved Intellisense Some sort of jslint like tool that validates js files. This is a must if you have Minify. Right now I'm using a codeproject JSLintVS visual studio add-in. ( http://jslint.com/ , http://www.codeproject.com/KB/macros/JSLintVS.aspx ) Making the control toolkit more usable on the client would be great also. Most of our UI is dynamically created on the client. Thanks for
    Posted to ASP.NET Futures (Forum) by JerryP on 7/3/2008
  • Re: Ajax problem in IE6: HTTP 12030

    I don't have an answer for you, but I'm using IE7 and getting this same error code when my Forms Authentication timesout. Also, here's a site with some of the MS specific error codes ( http://support.microsoft.com/default.aspx?scid=kb;EN-US;193625 ).
    Posted to Client Side Web Development (Forum) by JerryP on 4/18/2008
  • Re: Changing the webservice default temp directory?

    Thanks for your response! Correct me if I'm wrong, but isn't that how you change the temp directory on the client side? My error occurs when the user that is running the AJAX ScriptService doesn't have permission to read C:\windows\temp on the server. Once I give that user access to the temp directory everything is good. We would perfer to set the temp directory to somewhere in the virtual directory under iis where the user already has access. Thanks again!
  • Changing the webservice default temp directory?

    I'm calling a ScriptService from client side javascript code and getting the error: Unable to generate a temporary class (result=1). error CS2001: Source file 'C:\WINDOWS\TEMP\2dzvwfyi.0.cs' could not be found error CS2008: No inputs specified It happens when the constructor for my webservice is called. I've already figured out that I can give my user read/write access to c:\windows\temp, but I'd prefer to tell the webservice to use my virtual directory\temp for temp files. Does
    Posted to ASP.NET AJAX Networking and Web Services (Forum) by JerryP on 1/22/2008
    Filed under: webservicevice ajax permission error
  • Re: Unable to generate a temporary class (result=1). error CS2001: Source file

    Did you ever find out if this worked? I have not been able to redirect using web.config. Thanks in advance!
    Posted to XML Web Services (Forum) by JerryP on 1/22/2008
  • Re: ModalPopup + RoundedCorners

    Did you ever figure this out? [edit]found this http://www.creativeui.com/2007/07/04/aspnet-ajax-creating-pretty-popups/[/edit]
  • Re: Can't find controls in a TabContainer

    So I didn't read your post too carefully so forgive me if this is completely off topic I just found this great article on $get and $find ( http://mattberseth.com/blog/2007/08/the_everuseful_get_and_find_as.html ) Couldn't you just use $get('<%= this. ddlSM.ClientID %>') // [edited because I left out the '=' on the first try]
    Posted to ASP.NET AJAX Control Toolkit (Forum) by JerryP on 12/12/2007
  • Re: Dynamic Creation of AJAX Controls (w/Intellisense?)

    Thanks for your respnose! I already have all those things installed. I guess I should have given more background. I am trying to create the controls in my c# page_load method. When I dynamically create the controls Intellisense doesn't work, so I've been using Reflector to see what methods are available on the different classes. It doesn't really get annoying until you have to drill down through the class hierarchy to find out what a property is called. My code compiles and runs, but
    Posted to ASP.NET AJAX Control Toolkit (Forum) by JerryP on 10/1/2007
  • Dynamic Creation of AJAX Controls (w/Intellisense?)

    Is there any way to make intellisense work for the AJAX Control Toolkit in the code behind pages? I'm trying to dynamically create controls in c#. Thanks!
    Posted to ASP.NET AJAX Control Toolkit (Forum) by JerryP on 9/27/2007
    Filed under: "Ajax Control Toolkit"
Page 1 of 1 (9 items)