Search

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

Matching Posts

  • Google Toolbar Spell Check API

    Hi all, So I'm trying to use the Google Toolbar Spell Check API as noted at http://weblogs.asp.net/pwelter34/archive/2005/07/19/419838.aspx . I can get the result to populate a text string and I can parse the text string at the tab breaks, but I don't think I'm doing this correctly to get the "true spell-checker" functionality I want. Can anyone help with just a basic example of how to parse the response from Google. My code is below. I've searched this, but it doesn't
    Posted to Web Forms (Forum) by tmk8789 on 10/5/2009
  • Re: Resize Images on upload

    This is brilliant. Thanks for showing your code. It has saved me TONS of time!
    Posted to System.Drawing/GDI+ (Forum) by tmk8789 on 7/25/2009
  • Re: AJAX Accordion Control in Update Panel Deployed

    stevew1975, thanks for looking into this. The reason you're getting a 404 is because of the forms authentication. Those pages are reserved for logged in users only and without credentials, it should take you to a logon page now. The issue was with folder permissions on a FileUpload I had on the page that was causing the whole thing to crash. It's resolved now. Thanks again for helping.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by tmk8789 on 7/19/2009
  • Re: AJAX Accordion Control in Update Panel Deployed

    Thanks for the response. It appears that it is trying to do a postback to itself, but then throws an error indicating it can't find the same page. I've copied 3 lines below from the log file. Line 1 - Loading the page AddNewRecipeAccordion.aspx from ViewMyRecipes.aspx. Line 2 - After filling out the form, clicked the save button. Line 3 - Returned 404 error message. Any thoughts? This is strange. Line 1 2009-07-15 21:22:41 W3SVC2943348 POST /AddNewRecipeAccordion.aspx - 80 76.250.77.160 Mozilla
    Posted to ASP.NET AJAX Control Toolkit (Forum) by tmk8789 on 7/17/2009
  • Re: AJAX Accordion Control in Update Panel Deployed

    Turns out this was an issue with folder permissions on the host site related to a fileupload. Just modified the fileupload properties in the codebehind and it seems to be working now. Thanks for helping to troubleshoot.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by tmk8789 on 7/17/2009
  • Re: AJAX Accordion Control in Update Panel Deployed

    Thanks for responding. This is what I had when I got the errors. I've turned custom errors off now and I don't get any error messages, but the linkbuton doesn't do anything. The pages referenced in the code below don't exist in my project, but were the defaults assigned by VWD 2008. They triggered my host's default error page that indicated the page was not uploaded properly. I have a feeling this has something to do with partial post-backs on the update panel but I have no idea
    Posted to ASP.NET AJAX Control Toolkit (Forum) by tmk8789 on 7/16/2009
  • Re: AJAX Accordion Control in Update Panel Deployed

    Ok. I have a bit more information, but still not sure why. The error is a 404 error (Page not found). The save button now executes an action (should be an insert statement, but it does't fully execute), but then the AJAX postback returns the 404 error. I have verified that this code works perfectly on my localhost.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by tmk8789 on 7/16/2009
  • Re: AJAX Accordion Control in Update Panel Deployed

    In reading some more blogs, I've discovered that this MAY be a difference between the ASP.NET Development Web Server that is initiated by VWD 2008 compared to the IIS (6.0) on my host site. Would there be any downsides to upgrading the IIS to 7.0 to see if that resolves the problem? I'm very new to this aspect of web development, so forgive my ignorance. Thanks!
    Posted to ASP.NET AJAX Control Toolkit (Forum) by tmk8789 on 7/16/2009
  • Re: Default Button and Default Focus

    Brilliant! Worked like a charm! Thank you so very much! If it's not too much trouble, do you know why Linkbutton wouldn't be supported; or can you forward the MSDN link? Thanks again!
  • Re: Default Button and Default Focus

    Since this type of functionality is something I want to implement across my site, can you tell me the best way to set the default button if my button is inside a DetailsView or FormView Template? In my research, I found that MSDN says:"If the DefaultButton is set to a control that does not implement the IButtonControl interface, or to a control that is not contained in the Panel control , the Panel control throws an exception while rendering." The problem is that if I do what we did on
Page 1 of 6 (57 items) 1 2 3 4 5 Next > ... Last »