Search

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

Matching Posts

  • Generating list of all project files?

    Does vs2k8 have a way of doing this? Client wants a list of every single file in our web project. Right now, i'm just using dir commands in command prompt to do that, but if there's a built in way of doing it that I don't know about, please do tell.
    Posted to Visual Studio 2008 (Forum) by moogleii on 8/31/2009
    Filed under: visual studio 2008 file list
  • Re: Overlay multiple Validation Controls

    This didn't seem to work for me. I have two validators for one textbox. Both are set to dynamic. When the second one is triggered, it is clearly displaced to the right of the invisible first one, even though the first one's style is set to display:none. It's happening in FF3.5, ie6-8.
    Posted to Web Forms (Forum) by moogleii on 8/26/2009
  • Re: CSS Friendly + asp:menu control

    Radion, what version are you using? I'm running into the same problem with IE6 and menus, even after I overrode all the built-in styling with my own (verified with firebug). I'm on build 24242. I was under the impression 1.0 could give you pure css-friendly html without built-in styling? From what i see in the code, for 24242 anyway, it looks like it'll take a rebuild. Actually, after i thought about it some more, it looks like if you apply your own !important property to all your own
    Posted to CSS Friendly Control Adapters (Forum) by moogleii on 8/24/2009
  • Re: ConnectionStrings in project settings not available

    Yes, positive. Recreated the settings 3x. Maybe I just remembered wrong and the DS designer can't access them. I ended up just adding connections through the server toolbar on the left. Thanks for the help though.
    Posted to Visual Studio 2005 (Forum) by moogleii on 3/27/2009
  • Re: ConnectionStrings in project settings not available

    Windows app. Project -> Properties -> Settings Everything's local.
    Posted to Visual Studio 2005 (Forum) by moogleii on 3/27/2009
  • ConnectionStrings in project settings not available

    So I've added a few connection strings to my project settings. I added a dataset and the connection strings used to be in the drop down for all the table adapters. But I just came back to the project after an extended hiatus, and none of the connection strings are in the list, or are accessible. I've recreated the settings file, reloaded the project, cleaned it, sync'ed the settings, but they refuse to show up in the list. VS just keeps saying it can't find it and they won't appear
    Posted to Visual Studio 2005 (Forum) by moogleii on 3/27/2009
  • ObjectDataSource login failed when using BLL/DAL model

    *EDIT* OK I had a feeling it was going to be something stupid. I just re-added the reference, and it worked. Thanks anyway. Sorry I've searched, but I didn't really find anything specific to this issue, and I've already spent way too much time trying to get it to work. So I'm going through Scott Mitchell's very handy data tutorial here: http://www.asp.net/learn/data-access/tutorial-04-cs.aspx I currently have a project where the BLL/DAL classes are separate from the presentation
    Posted to Data Access and ObjectDataSource Control (Forum) by moogleii on 8/27/2008
    Filed under: BLL Data 3 tiers business logic DAL ObjectDataSource sql connection
  • Re: RadioButtonList

    Hi Falcon, Your solution is exactly what I was looking for. However, I just noticed that, when used with ajax.net, it doesn't appear to trigger a postback upon selection change. The standard radiobuttonlist does, however. Got any ideas?
    Posted to CSS Friendly Control Adapters (Forum) by moogleii on 1/23/2008
  • Re: ReorderList Delete trouble

    I think it's a bug. I've been trying to figure this out as well. Was just in the debugger, and it looks like the "BoundFieldValues" property isn't getting filled if you do a delete (but it does get filled when you do an edit, which is why I think the delete functions after you call an edit). I was using optimistic concurrency, but because of this issue, I'm going to try without concurrency, and hopefully it'll work.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by moogleii on 10/9/2007
  • Re: Running ASP.NET with different extensions

    Thanks very much, that worked perfectly.
Page 1 of 2 (18 items) 1 2 Next >