mikeon

Stories submitted by mikeon

Using Bind with nested properties(mikeoff.blogspot.com)

submitted by mikeonmikeon(5200) 5 years, 10 months ago

Description of method that allows two way databinding to a nested property. read more...

add a comment |category: |Views: 114

tags: another

Creating object instance without calling its constructor(mikeoff.blogspot.com)

submitted by mikeonmikeon(5200) 5 years, 10 months ago

A short article on how to create an object instance without calling any of its constructors. read more...

add a comment |category: |Views: 38

tags: another

Master Page ContentPlaceHolder inside head element (mikeoff.blogspot.com)

submitted by mikeonmikeon(5200) 5 years, 10 months ago

Short article on using ContentPlaceHolder inside head element. read more...

add a comment |category: |Views: 559

tags: another

Optimizing rendered page size(mikeoff.blogspot.com)

submitted by mikeonmikeon(5200) 5 years, 10 months ago

A short hint on how to optimize the size of html rendered by the asp.net page. read more...

add a comment |category: |Views: 17

tags: another

Validation controls as images - workaround(mikeoff.blogspot.com)

submitted by mikeonmikeon(5200) 5 years, 11 months ago

A quick workaround solution for making validation controls display images instead of a plain error text message. read more...

add a comment |category: |Views: 5

tags: another

ClassPropertiesBuildProvider(mikeoff.blogspot.com)

submitted by mikeonmikeon(5200) 5 years, 11 months ago

A solution providing a strongly typed way of accessing object property names. Very usefull when used in combination with Eval and Bind expressions. read more...

add a comment |category: |Views: 1

tags: another

A pattern for supporting return to the previous page feature.(mikeoff.blogspot.com)

submitted by mikeonmikeon(5200) 5 years, 11 months ago

A short article describing possible solutions on handling the return to the previous page - server-side. read more...

add a comment |category: |Views: 4

tags: another

Strongly typed Session object(mikeoff.blogspot.com)

submitted by mikeonmikeon(5200) 5 years, 11 months ago

A short article describing a pattern of providing a strongly typed access to a Session object. read more...

add a comment |category: |Views: 71

tags: another

A working alternative to ObjectDataSource - Updated version(mikeoff.blogspot.com)

submitted by mikeonmikeon(5200) 5 years, 11 months ago

An updated version of MyObjectDataSource control that is capable of automaticaly use the containing control which contains the DataSource control as an object providing Select, Insert, Update and Delete methods. read more...

3 comments |category: |Views: 72

tags: another

Server-side comments(mikeoff.blogspot.com)

submitted by mikeonmikeon(5200) 5 years, 11 months ago

A little known yet powerfull feature of ASP.NET - the Server-side comments. read more...

add a comment |category: |Views: 0

tags: another

Creating custom parameter classes for DataSource controls(mikeoff.blogspot.com)

submitted by mikeonmikeon(5200) 5 years, 11 months ago

In the .NET Framework there is no way to declaratively provide a parameter to DataSource control so that the value is taken from the page property on which the DataSource control is placed. You can however create your own parameter class. Find out more... read more...

add a comment |category: |Views: 2

tags: another

How implementing MembershipProvider helped me understand TDD(mikeoff.blogspot.com)

submitted by mikeonmikeon(5200) 5 years, 11 months ago

A short story of how I have began to love TDD by implementing a custom MembershipProvider class and how Visual Studio supports it. read more...

add a comment |category: |Views: 18

tags: another

Why bother with exceptions?(mikeoff.blogspot.com)

submitted by mikeonmikeon(5200) 5 years, 11 months ago

A short article presenting few of my thoughts on validating input parameters and throwing exceptions. read more...

add a comment |category: |Views: 2

tags: another

A working alternative to ObjectDataSource(mikeoff.blogspot.com)

submitted by mikeonmikeon(5200) 5 years, 11 months ago

Standard ObjectDataSource control boundled with .NET Framework has some serious flows, which make it more or less unusable. Here is a working alternative. read more...

add a comment |category: |Views: 37

tags: another

PathsBuildProvider(mikeoff.blogspot.com)

submitted by mikeonmikeon(5200) 5 years, 11 months ago

Simple ASP.NET build provider that gives you a strongly typed access to a files in your Web application directory. read more...

2 comments |category: |Views: 2

tags: another