Search

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

Matching Posts

  • Re: New CalendarExtender Error in ScriptResource.axd

    Cool! I hope you guys took my tongue in cheek comment lightly. The AJAX release and the controls the team have created are awesome! Thanks for all of the hard work!
  • Re: New CalendarExtender Error in ScriptResource.axd

    Thanks! :) Yeah, I didn't expect I would have to reregister in IIS. I figured if that was necessary, the AJAX installer would have done so. (hint hint) Either that or they would have mentioned it somewhere in the release notes. I'm just glad I figured it out before it drove me comletely insane. Being able to help others is an added bonus.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by the_lorax on 1/29/2007
  • Re: Maintain Scroll Position

    Hey Joe, I tried to email you some code (sorry for the delay, I don't have auto notification turned on for this thread) but from what I can tell, your spam filter rejected it. Is there somewhere else I could send it?
  • Re: New CalendarExtender Error in ScriptResource.axd

    Wow, I can't believe I wasted so much time on such a simple problem... After installing the new AJAX, I never did an aspnet_regiis -i to reinstall asp.net 2.0 for IIS on my machine. After thinking about how it was only happening with the app I'm running out of my local IIS install, I figured I'd try to re-register in the hopes it would fix the problem and voila! problem solved. It works like a charm now. Just in case someone reads this and is unfamiliar with aspnet_regiis it is the app you use to
    Posted to ASP.NET AJAX Control Toolkit (Forum) by the_lorax on 1/29/2007
  • Re: New CalendarExtender Error in ScriptResource.axd

    I too am having this problem but not on 2 different machines. I'm having it between projects on the same machine and have done the following: To start off, this project has evolved from Atlas, to AJAX beta through RC1 and RC2 to the full release version. The problem only happens when I click on the text box associated with the calendar and there is already a date in the textbox. When it does this it tries to parse the date but the Date class object in the JS code from the axd file doesn't have a
    Posted to ASP.NET AJAX Control Toolkit (Forum) by the_lorax on 1/29/2007
  • Re: Problem With Using Multi Select Listboxes and Callbacks

    Ok, I'm a n00b. After more exploring, it would appear that either my coworker or I set up some client side code that gets called when the page is submitted. This client side code is apparently designed to fix item selection in the aforementioned listbox or something. I haven't done enough research yet to figure out exactly what it's supposed to do and I'm working at home so I can't look at the source repository to see why we put it in there. Long story short, this isn't an issue with AJAX so much
  • Re: Problem With Using Multi Select Listboxes and Callbacks

    I am having the same type of problem however I'm just using an UpdatePanel to do my partial postbacks. I have a listbox in an UpdatePanel and the user can select mutliple items. Then the user clicks a button to work with the selected items. When the postback happens, I only see the first item that was selected. (This code used to work in Atlas so it must be a recent change) In any case, I am having problems figuring out the code necessary to make this work. I only understand the very basics of callbacks
  • Re: Maintain Scroll Position

    I forgot to take out the __PKLSCROLLLOC part. That is to maintain position on another control. I also forgot to mention I used the zipped project she has on that page as source but it required some changes including changing the Microsoft.web namespace to System.web to work with the latest AJAX. If you want, let me know and I can send you the project files.
  • Re: Maintain Scroll Position

    Hey Joe I just thought I'd post a quick reply and say I worked through a very similar issue this week. My coworker and I had code set up to maintain scroll position in some listboxes and it was working fine in Atlas. We then migrated to AJAX and it stopped working. I found this article by SimoneB and after some trials and tribulations I managed to get it working. Essentially I'm using her UpdatePanelNotifier control. We have a hidden control we add to the page on intial page load as such: Page.ClientScript
  • Multiselect listbox woes

    Howdy, I am working on a fairly large ASP.NET project with a coworker and we started off using Atlas and have now migrated to AJAX and are using the current version. Something we are doing on a number of pages is using a listbox with multiple selection and autopostback enabled. This was working just fine with Atlas. I'm not sure what exactly messed it up, all I know is now when our page posts back the multiple selection doesn't get passed through correctly. It only sees the first one. I found this
Page 1 of 7 (65 items) 1 2 3 4 5 Next > ... Last »