Search

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

Matching Posts

  • Re: Useful RSS feeds for .NET developers

    DevMavens.com: http://feeds.devmavens.com/DevMavens CSharpFeeds.com: http://feeds.csharpfeeds.com/CSharpFeeds SilverlightFeeds.com: http://feeds.feedburner.com/SilverlightFeeds VBFeeds.com:http://feeds.feedburner.com/vbfeeds AzureFeeds.com: http://feeds.azurefeeds.com/AzureFeeds SQLFeeds.com: http://feeds.sqlfeeds.com/SqlFeeds
    Posted to Announcements (Forum) by ASPSmith on 1/5/2009
  • Sharing Resources Between Projects

    What is the best way to share resources between multiple projects? I want my web applications and my business logic layer assembly to both use the same resources for consistency. Unfortunately, VS2005 resx files generate internal classes, so they cannot be used this way. What is the best practice approach? a) Roll my own resources or resource manager provider? b) Copy the generated code using an MSBuild task or similar hack? c) Wait for VS2008 it's fixed there? d) Something else? Thanks!
    Posted to Localization (Forum) by ASPSmith on 10/15/2007
    Filed under: resources
  • Re: Web Site Project to WAP – App_Code directory conversion issue

    After creating the web project and copying your files into it, you right click on any given folder (or the whole project) and select "Convert To Web Application" (or something very close to this exact text) in Solution Explorer.
    Posted to VS 2005 Web Application Projects (Forum) by ASPSmith on 6/7/2007
    Filed under: WAP
  • Lake Quincy Media launches AdSignia

    Advertising and media representation company Lake Quincy Media, LLC has launched AdSignia which provides a dashboard command center for both advertisers and online publishers to manage advertising campaigns. AdSignia's dashboards give an at-a-glance summary of performance and activity for advertisers and publishers. In addition, advertisers can now access detailed campaign reports and create campaign proposals online. Publishers now have access to comprehensive charts showing current earnings
    Posted to Announcements (Forum) by ASPSmith on 5/23/2007
    Filed under: advertising
  • Re: What sites are using the Toolkit today?

    These sites are using it: ASPAlliance.com - .NET Developer Community Site CSharpFeeds.com - C# Focused Blog Entries and Articles LakeQuincy.com - .NET Community Site Advertising Network You won't find too much visible usage, though. There's a watermark on the Add Feed textbox on CSF's home page, but as for the rest most of the usage is restricted to admin pages.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by ASPSmith on 3/19/2007
    Filed under: ajaxToolkit
  • Re: Web Site Project to WAP – App_Code directory conversion issue

    You're welcome. I actually had a few other tips in the course of my own real-life project upgrade, which I added to my blog: Web Application Project Conversion Tips
    Posted to VS 2005 Web Application Projects (Forum) by ASPSmith on 1/24/2007
    Filed under: WAP, Conversion
  • Re: Web Site Project to WAP – App_Code directory conversion issue

    I just ran into this issue myself. The conversion tool doesn't properly mark the code for compilation - it marks its Build Action as Content. Click on each .cs file in Old_App_Code (or highlight a bunch of them at a time) and in the Properties dialog, change Build Action from Content to Compile.
    Posted to VS 2005 Web Application Projects (Forum) by ASPSmith on 1/23/2007
    Filed under: WAP, app_code
  • Re: Watermark and Atlas Client Side Code issue

    I guess my underlying question, which I'll make explicit here, is: Why not have an Enabled property on Extender controls to enable/disable their behavior?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by ASPSmith on 8/1/2006
  • Re: Watermark and Atlas Client Side Code issue

    In my scenario, the request I would have is that the extender expose an Enabled property (or Visible, but since most of them aren't really visible to begin with, Enabled is more intuitive). If I *know* that I'm writing some code that is going to take the target of the extender away, then that gives me the developer to option of turning off the extender in that same chunk of code. Meanwhile, everything else works as before. I know I'm going to have to write code for this situation to work out. That
    Posted to ASP.NET AJAX Control Toolkit (Forum) by ASPSmith on 8/1/2006
  • Re: Watermark and Atlas Client Side Code issue

    I certainly *could* do that and get past this error, but the point is that the extenders are supposed to add functionality to other controls without requiring me to change how I'm using those controls. Since it is perfectly normal for developers to set the Visible property to false for TextBox controls (and since this is more efficient in terms of rendering time and bandwidth, etc.), the better solution would be to fix the Extender so that it can detect whether the Control it is associated with is
    Posted to ASP.NET AJAX Control Toolkit (Forum) by ASPSmith on 8/1/2006
Page 1 of 15 (141 items) 1 2 3 4 5 Next > ... Last »