Click here to Skip to main content
15,881,898 members

Articles by Alex Furmanski (Articles: 2, Tip/Trick: 1)

Articles: 2, Tip/Trick: 1

RSS Feed

Average article rating: 4.69

Web Development
ASP.NET
5 Sep 2007   Updated: 5 Sep 2007   Rating: 4.42/5    Votes: 11   Popularity: 4.60
Licence: CPOL    Views: 126,357     Bookmarked: 58   Downloaded: 1,372
Please Sign up or sign in to vote.
Tired of constantly writing the same labourious plumbing to add a confirmation to a delete button in a GridView? I was, so I simplified things.
27 Aug 2007   Updated: 26 Oct 2007   Rating: 4.96/5    Votes: 35   Popularity: 7.32
Licence: CPOL    Views: 306,913     Bookmarked: 130   Downloaded: 3,726
Please Sign up or sign in to vote.
An extended GridView that adds inserting to its capabilities plus a number of other enhancements

Average blogs rating:

No blogs have been submitted.

Average tips rating: 5.00

Programming Languages
C# 4.0
6 Jan 2011   Updated: 6 Jan 2011   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 8,850     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
You should watch out for cases where the return value could be null otherwise you'll get an exception, and your call to ToString is redundant.OracleClob clob = Params[3].Value as OracleClob;if (clob.IsNull) errorCode = null;else errorCode = clob.Value;

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Web Developer
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.