hebbja

Stories submitted by hebbja

Visual Studio 2005 automatically removes deleted solution items(extraview.co.uk)

submitted by hebbjahebbja(390) 5 years, 5 months ago

Gotcha! Deleting or renaming a file that is included in a VS 2005 solution as a "solution item" will cause VS to remove the item from the solution. Ouch! read more...

add a comment |category: |Views: 4

tags: another

The multi-method anti pattern(extraview.co.uk)

submitted by hebbjahebbja(390) 5 years, 8 months ago

A light-hearted rant at some inherited code. read more...

add a comment |category: |Views: 3

tags: another

The multi-method anti pattern(extraview.co.uk)

submitted by hebbjahebbja(390) 5 years, 8 months ago

A light-hearted rant at some inherited code. read more...

add a comment |category: |Views: 4

tags: another

Click on a tab to close a document window(extraview.co.uk)

submitted by hebbjahebbja(390) 5 years, 8 months ago

How to close a document window in Visual Studio with one click of the mouse. read more...

add a comment |category: |Views: 35

tags: another

How to design an ASP.NET container user control(extraview.co.uk)

submitted by hebbjahebbja(390) 5 years, 9 months ago

Shows how to create an ASP.NET user control that can host some arbitrary inner content, much like the asp:Panel server control read more...

add a comment |category: |Views: 137

tags: another

Total field encapsulation - a C# language enhancement wish(extraview.co.uk)

submitted by hebbjahebbja(390) 5 years, 9 months ago

A desired C# language enhancement to completely hide fields, even from the declaring class. read more...

1 comment |category: |Views: 2

tags: another

Client validators not called for a disabled button that is enabled usi(extraview.co.uk)

submitted by hebbjahebbja(390) 5 years, 9 months ago

Describes why ASP.NET client side validation may not trigger for a button and how to fix it. read more...

add a comment |category: |Views: 2

tags: another

Making GetLocalResourceObject work for child folders(extraview.co.uk)

submitted by hebbjahebbja(390) 5 years, 9 months ago

Some developers find GetLocalResourceObject fails at runtime when they store user controls in a seperate child folder. This article shows you how to do it correctly. read more...

add a comment |category: |Views: 309

tags: another

Consistent referencing Javascript files(extraview.co.uk)

submitted by hebbjahebbja(390) 5 years, 9 months ago

Referencing a Javascript file from an ASP.NET user control (including a master page control) can be problematic if the hosting aspx page can reside in a different folder to the control. Here is an elegant solution to the problem that leverages the ASP.NET framework. read more...

add a comment |category: |Views: 8

tags: another

Custom grouping of related files in Visual Studio 2005 ASP.NET Project(extraview.co.uk)

submitted by hebbjahebbja(390) 5 years, 10 months ago

Explains hot to customise the set of file extensions that get grouped to a particular file type in the Visual Studio 2005 solution explorer for ASP.NET projects read more...

add a comment |category: |Views: 8

tags: another

Scriptable CSS(extraview.co.uk)

submitted by hebbjahebbja(390) 5 years, 10 months ago

How to enable ASP.NET script markup in a Cascading Style Sheet (CSS) file and why you would want to do it. read more...

add a comment |category: |Views: 9

tags: another