SelfishGene

Stories kicked by SelfishGene

DasBlog 1.9 Released(hanselman.com)

submitted by tomasrtomasr(480) 5 years, 8 months ago

Scott Hanselman announces the release of DasBlog 1.9, the open source .NET blogging tool. read more...

add a comment |category: |Views: 4

tags: another

Bug in Web Application Projects add-in when registering User Controls(avesh.com)

submitted by SelfishGeneSelfishGene(50) 5 years, 9 months ago

When ASP.NET 2.0 came out, I really loved being able to declare commonly used user controls in web.config. Anything I could do to keep my pages leaner and cleaner put a smile on my face. Unfortunately, the Web Application Projects add-in has a problem identifying the type of user controls defined in web.config... they are generated as System.Web.UI.UserControl. This is a known bug and should be fixed in the VS 2005 service pack. Keep this in mind if you are moving to the Web Application Project model. read more...

add a comment |category: |Views: 2

tags: another

When not to use a Panel(avesh.com)

submitted by SelfishGeneSelfishGene(50) 5 years, 9 months ago

Many developers are accustomed to using ASP.NET’s Panel control to show or hide parts of a page. Here we discuss a scenario to avoid: using a Panel to hide table rows. read more...

add a comment |category: |Views: 3

tags: another