Search

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

Matching Posts

  • Calendar control's self righteous link style overrides defined CssClass property

    I am having a very annoying problem in trying to style the Calendar control in ASP.NET. In my scenario I am making use of themes, the global stylesheet does not define any colors other than the obvious, these are defined on the theme. In my theme I have defined SKINS for every possible ASP.NET Control and for each of these I have set in the skin the appropriate *CssClass property to a named style. This named style I have then properly defined in the theme's stylesheet. Basically I have a 1-to
    Posted to Web Forms (Forum) by degt on 8/21/2008
  • Re: How can I automate the creation of default users in ASP.NET?

    Figured those two out with the Profiler, but what about creating the ASP.NET Application entry in the database? the default profile?
    Posted to Security (Forum) by degt on 2/27/2008
  • How can I automate the creation of default users in ASP.NET?

    OK, after weeks of development I need to automate the creation of one application entry, three roles and 100 default users on the ASP.NET membership table so that the test and development groups can fill the rest of the test data. Can somebody tell me which stored procedures and in which order must be called in order to properly create this? basically I am trying to get some sort of script to prefill the ASP.NET membership database with some test stuff that can be used by the test guys.
    Posted to Security (Forum) by degt on 2/26/2008
    Filed under: Stored procedure, membership
  • Generate Local Resource menu item is grayed out

    I am using Visual Studio 2008 Professional Edition and this menu item in the Tools menu appears grayed out. I know that a few weeks ago I used it to generate the local resources of a user control but now the item is just always grayed out. As I said, I am using the Professional Edition and it worked before so I cannot understand why it is greyed out now even when I have a web form or user control showing on the design surface.
    Posted to Visual Studio 2008 (Forum) by degt on 2/21/2008
  • Re: Generate Local Resource in the Tools menu does NOT work

    I am having the same problem and the last answer given in this thread is not totally correct. I am using both Visual Studio 2005 Professional and Visual Studio 2008 Professional and at least in VS.2008 it appears greyed out. I know that some weeks ago I used the "Generate Local Resource" and was fascinated by it as it saves a lot of work. Then some days ago we migrated our IT environment and suddenly the option is no longer usable. So there must be a bug there somewhere. I understand it
    Posted to Visual Web Developer 2005 Express (Forum) by degt on 2/21/2008
  • Re: ProfileCommon namespace error after converting a Web Site to a Web App

    We have migrated to VS.2008 and the pluggin is not compatible (does not work) with Visual Studio 2008. Apparently there are no plans to make such a plugin either because the project site seems to indicate no further updates are being done.
    Posted to VS 2005 Web Application Projects (Forum) by degt on 2/12/2008
  • Re: ProfileCommon namespace error after converting a Web Site to a Web App

    do not have my devenv at hand, can I assume the WebProfile is a standard class in the .NET 2.0+ framework? in which namespace?
    Posted to VS 2005 Web Application Projects (Forum) by degt on 2/9/2008
  • Re: How to get ProfileCommon to work with Web Applications?

    Thanks but the 1st link has an answer that works for website projects and not for web application projects. In WAP projects ProfileCommon is NOT generated automatically but apparently if you define it yourself you get a conflict. That I don't get, how can there be a duplicate when it is not generated? My "handmade" ProfileCommon is not in App_Code (don't have anything there) but as part of Global.asax.cs which should get compiled only once. The plugin -as I stated- works for VS
    Posted to Security (Forum) by degt on 2/9/2008
  • Re: Web Application Projects and the ProfileCommon NOT working

    Obviously that is not an answer, the original posting says clearly that the error message is that "ProfileCommon" is not found. The response given works fine for "Web Site projects" and not for "Web Application projects". In website projects ProfileCommon is automatically generated but that is not so (what on earth were MS developers thinking?) in Web Applications. One of those things where incompatibilities are introduced for absolutely no reason.
    Posted to Web Parts and Personalization (Forum) by degt on 2/9/2008
  • How to get ProfileCommon to work with Web Applications?

    I am stumped with this problem and it appears to me it was a gross omission in the new web application template. Since it is not a web site project I don't get the automatically generated ProfileCommon. So I went my way to define it in my Global.asax to match all the properties of the profile and profile groups. It compiles fine but at runtime I get a duplicate error. I says ProfileCommon exists twice! how comes? If I rename it to something else (ProfileCommonMine) it craps out at runtime with
    Posted to Security (Forum) by degt on 2/8/2008
    Filed under: ProfileCommon
Page 1 of 13 (122 items) 1 2 3 4 5 Next > ... Last ยป