Andrew Rea
C# & ASP.NET Developer BLOG
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET 3.5
ActionScript 3.0
Agatha
ASP.NET
ASP.NET MVC
ASP.NET.NET MVC
AutoMapper
Business Objects
C#
CQRS
CSS
Custom Controls
Data Bound Controls
Extension Methods
Flash
HTML
IIS
Javascript
LINQ to XML
Multi Threading
NUnit Tests
Security
Semaphore
Shortcut Keys
Silverlight
Skype
SQL Server 2005
Thread Syncronization
TQL
Visual C#
Visual Studio
WCF
Web Controls
Win Forms
Win Forms C#
Windows Live Writer
Sponsors
advertise here
News
Books I am reading at present
Books I am purchasing next
Navigation
Home
Blogs
Archives
October 2010 (1)
August 2010 (1)
July 2010 (3)
June 2010 (1)
May 2010 (1)
March 2010 (3)
February 2010 (1)
December 2009 (3)
August 2009 (2)
March 2009 (6)
February 2009 (3)
January 2009 (5)
November 2008 (2)
October 2008 (1)
September 2008 (1)
August 2008 (4)
July 2008 (2)
June 2008 (3)
May 2008 (7)
April 2008 (7)
March 2008 (4)
February 2008 (10)
January 2008 (3)
Browse by Tags
All Tags
»
ASP.NET
(
RSS
)
.NET 3.5
Business Objects
C#
CSS
Custom Controls
Data Bound Controls
Visual C#
Web Controls
Win Forms
Win Forms C#
Programmatic WebControls – Variations of design
by
REA_ANDREW
I thought I would compose a short how to on programmatic web controls. Often I have looked at the core set of controls within ASP.NET and wonder what design is required in order to get the design time mark up similar to that of the various controls...
Filed under:
Data Bound Controls
,
ASP.NET
,
C#
,
Custom Controls
,
Visual C#
,
.NET 3.5
Catching the exception from the ObjectDataSource Inserted Event
by
REA_ANDREW
One thing I was puzzled over today was that I could see the Exception property of the ObjectDataSourceStatusEventArgs but I could not seem to cast it into the Exception I was expecting. After a little mooching around, and debugging the actual type...
Filed under:
ASP.NET
,
Web Controls
,
Win Forms
,
Win Forms C#
,
C#
,
Visual C#
,
Business Objects
A Custom DropDownList using an Enum Type as a DataSource
by
REA_ANDREW
First off, I have to again express my admiration at the job Microsoft have done at building the core ASP.NET Web Form Controls. I think they are sometimes taken for granted. This post is about making a control which derives from the DropDownList and uses...
Filed under:
ASP.NET
,
Web Controls
,
C#
,
Custom Controls
Alter your ASP.NET Blog with the Raw Header Text box inside the Control Panel
by
REA_ANDREW
I only noticed today that you can to the head element of the ASP.NET blog using the Raw Header Header Text Box inside the Control Panel. I have as you can see made a few changes which I have actually wanted to do for a while but thought that constraints...
Filed under:
ASP.NET
,
CSS
Bad Word Filter With Regular Expressions
by
REA_ANDREW
I have seen many versions of these and a lot of the time people are expecting that a bad word would be written complete, I.e. BADWORD. Sometimes they overlook the fact that others get hold of this rule and simply bypass by adding symbols in between...
Filed under:
ASP.NET
,
C#
,
Business Objects
Intellisense in Skin File
by
REA_ANDREW
This has been bugging me for ages but I have never taken the step to actually find out, "How do I do it???" Please see this blog article for how, great and extremely helpful post! http://vladimir.bychkov.info/blog/PermaLink,guid,be76b3bf...
Filed under:
ASP.NET
How ASP.NET Profile Properties are serialized in the database using Sql Profile Provider
by
REA_ANDREW
I have been configuring an application, and something which I have never noticed struck me, and its only small but it gave me ideas and some critisms. If you use the Sql Profile Provider, then you are no doubt defining properties inside the web...
Filed under:
ASP.NET
Group Enabled Web Form Control Extensions
by
REA_ANDREW
Contents The Idea The Control Library IGroupingControl GroupingEventArgs GroupingManager GroupingPanel A picture of the library The implementation The Files The Idea If you would like to see the end result before reading on here it is: http://www...
Filed under:
ASP.NET
,
Web Controls
,
C#
,
Custom Controls
,
Business Objects
DropDownList AppendDataBoundItems (A quick starter, a tip which many will know but for those who do not...)
by
REA_ANDREW
This is my first post in my new blog. As I write this I have nestled down for an all night work session with a HUGE cafeteria of REALLY REALLY strong coffee lol. I would like to say that I am very please Joe Stagner has invited people into these...
Filed under:
Data Bound Controls
,
ASP.NET
,
Web Controls
More Posts