Search

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

Matching Posts

  • Syntax Error in IDE when using Javascript Library

    Hi, I am having a problem with the use of JS libraries. When I place a series of JS code/routines directly on an ASP.Net page in the Markup window on my Master page (within script tags, of course), everything works fine. However, when I take the same exact code, put it into a JS file, and register the file in the Master Page_Load event, I get a JS syntax error (line 3, char 1) when I run it via the IDE. When the project is deployed to a web server, everything works with no errors, so perhaps I should
    Posted to Client Side Web Development (Forum) by rbsorensen on 7/25/2009
  • Re: Repeating an animation

    Finally found the answer after looking through 30 or so google responses. The keyword "Iterations" on the Pulse line does the trick, and if you set it to zero, the pulsing repeats ad nausem. The ajax Controls Toolkit needs a reference for this stuff, but doesn't seem to have one.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by rbsorensen on 7/11/2009
  • Can't get reference to page document elements from within an asyncPostbackResponse

    I am developing an app that requires browser users to be notified when a server action has occurred. This is being done using a timer control inside an UpdatePanel to fire a periodic poll to the server, which responds by updating several fields and returning control to the browser. The notification process involves potentially launching an AnimationExtender depending on the what the server state was - if the server has nothing new to report then nothing happens, otherwise an animation is launched
    Posted to ASP.NET AJAX Control Toolkit (Forum) by rbsorensen on 7/11/2009
  • Re: Looking for AJAX sample code for Outlook-style popup messages

    Never mind - when you want something done you have to do it yourself.
    Posted to ASP.NET AJAX UI (Forum) by rbsorensen on 7/11/2009
  • Re: Can't get reference to page document elements from within an asyncPostbackResponse

    After more struggling, I finally figured out how to do this. You have to declare "module level" JS references to the document and to any animationextender object like so: var m_oDocument = document; var m_oAnimationOne; var m_oAnimation2; However, you can't do the "$find" call to assign the animation object references when you declare them, because they are not yet available when the page loads. You have to do it later. I am doing it in the page load event, and that works
    Posted to ASP.NET AJAX Control Toolkit (Forum) by rbsorensen on 7/11/2009
  • Repeating an animation

    Hi, I am using the animationextender control to make a button pulse when action is required. However, the pulse action will only repeat a few times and then stop. How can I make it repeat continuously?
  • Re: Menu control hover problem

    Hong, I checked the article that you referenced - thank you very much - but the web.config file changes suggested do not seem to be significant. The only real difference from what is in my web.config is that they set the system to use the 1.x version of the framework rather than 3.5. I have included my web.config file below with the suggested replacements in situ, and commented out. Any other ideas? <?xml version="1.0"?> <configuration> <configSections> <sectionGroup
  • Re: set focus to User Name text box in Login control?

    After days and days of looking, and trying around thirty different possible suggestions, I finally found the answer to this issue, which can potentially affect many "asp:" controls... In the application extension area of the web site or virtual directory (Properties -> Home Directory -> Configuration) there is a "Verify that file exists" checkbox for each extension. For the ".axd" extension, this option must be turned off, and in my case it was turned on. The symptoms
    Posted to Security (Forum) by rbsorensen on 7/4/2009
  • Re: Still can't set focus to textbox in Login control

    After days and days of looking, and trying around thirty different possible suggestions, I finally found the answer to this issue, which can potentially affect many "asp:" controls... In the application extension area of the web site or virtual directory (Properties -> Home Directory -> Configuration) there is a "Verify that file exists" checkbox for each extension. For the ".axd" extension, this option must be turned off, and in my case it was turned on. The symptoms
    Posted to Web Forms (Forum) by rbsorensen on 7/4/2009
  • Re: Menu control hover problem

    After day and days of looking, and trying around thirty different possible suggestions, I finally found the answer to this issue, which can potentially affect many "asp:" controls... In the application extension area of the web site or virtual directory (Properties -> Home Directory -> Configuration) there is a "Verify that file exists" checkbox for each extension. For the ".axd" extension, this option must be turned off, and in my case it was turned on. The symptoms
Page 1 of 2 (19 items) 1 2 Next >