Search

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

Matching Posts

  • Re: JavaScript Ajax Error wtih Report Viewer

    Thanks for the tip. I ended up creating a separate report master page without a ScriptManager.
    Posted to ASP.NET AJAX UI (Forum) by jrummell on 11/30/2009
  • Re: First .Net try - Global Assembly Cache Permissions

    [quote user="aspusername"] But what do I enter for windir? [/quote] %windir% is a system variable that points to your windows system folder. You don't have to replace it with anything, just copy/paste the paths/commands from the support article.
    Posted to Getting Started (Forum) by jrummell on 8/4/2009
  • Re: how to set theme in Master page & Content page when.......

    That's just what I needed. Thanks! [quote user="Dave Sussman"] The file is definitely there and I can download it fine. But still, here's what I do in global.asax. In C#: protected void Application_PreRequestHandlerExecute( object sender, System.EventArgs e) { // cast the current handler to a page object Page p = HttpContext.Current.Handler as Page; if (p != null ) { // get the profile for the current user ProfileCommon pb = HttpContext.Current.Profile as ProfileCommon; // set the
  • Re: UpdatePanel only updates once

    I had a very similar issue. I solved it by adding EnableEventValidation="false" to my @Page directive.
    Posted to ASP.NET AJAX UI (Forum) by jrummell on 2/6/2009
  • Re: controls not added to designer.cs

    [quote user="jrummell"][quote user="amensi"] Hi, Put your page in design view and right click / refresh. It will sync the controls with the designer.cs. Make sure designer.cs is close before doing this. [/quote] This worked for me in VS 2008 SP1. Thanks![/quote] Well, it worked for one control. I added a few more controls and tried it again but I got the error: "Generation of designer file failed: The method or operation is not implemented." I also tried deleting the
    Posted to Visual Studio 2008 (Forum) by jrummell on 2/5/2009
  • Re: controls not added to designer.cs

    [quote user="amensi"] Hi, Put your page in design view and right click / refresh. It will sync the controls with the designer.cs. Make sure designer.cs is close before doing this. [/quote] This worked for me in VS 2008 SP1. Thanks!
    Posted to Visual Studio 2008 (Forum) by jrummell on 2/5/2009
  • Re: Utility that compares VSS project vs. VS solution?

    I found something inside Visual SourceSafe that does this. If you right click on a project folder and select 'Show differences' it will compare the latest version with your local copy. It takes FOREVER, but it works.
    Posted to Visual Studio 2005 (Forum) by jrummell on 8/21/2008
  • Utility that compares VSS project vs. VS solution?

    Hello I've recently noticed that there are a number files in a Visual Source Safe 2005 project that are no longer in my Visual Studio 2005 solution. I'm guessing these files were renamed or deleted while checked out or something. I'd like to delete these from VSS so that it matches the VS solution. Is there a utilty that can find all of the files in the VSS project that are not in the VS solution for me? I'd rather not spend hours going through and comparing each directory manually
    Posted to Visual Studio 2005 (Forum) by jrummell on 8/21/2008
    Filed under: Visual SourceSafe, Visual Studio 2005, VS 2005, VSS 2005
  • Re: AuthorizationStoreRoleProvider when impersonating a domain account

    The only solution I found was that the process account had to be a local administrator on my XP/IIS development machine. I've since gave up on AzMan and I'm now using the SqlRoleProvider.
    Posted to Security (Forum) by jrummell on 5/11/2008
  • Jpeg Optimization

    I have a web app that accepts jpg uploads. I've tried to explain to my users that they need to upload 'web friendly' images (less than 100k) but they just don't get it or won't do it. I would like to find a tutorial on optimizing uploaded images before saving them to disk. Another option would be run an image optimization program as a scheduled task on the upload directory - but I haven't found any such product. Can anyone offer some guidance? Thanks John
    Posted to System.Drawing/GDI+ (Forum) by jrummell on 3/27/2008
    Filed under: resize, jpg, upload
Page 1 of 9 (89 items) 1 2 3 4 5 Next > ... Last »