10/13/2010
ASP.net, Rant
(0)
When good web hosts go bad.
|
Be gone with you foul column!
|
The following code will allow you to upload as many as five files at once and return whether the upload was successful or what errors were encountered.
|
11/11/2008
ASP.net, C#
(0)
Here are eleven tips and tricks I've collected while developing ASP.net applications that are useful and just might even make your day a little brighter.
|
A basic animal image CAPTCHA designed to keep spammers away without making it too difficult on your users.
|
A nifty form you can use to upload multiple files from an ASPX page to your web server.
|
A nifty way using ForEach loops to get all the controls on a webpage.
|
A better way to get data than using hidden fields in the RowDataBound event (because apparently I didn't know about this very simple and obvious way).
|
Format user submitted text to allow for things like page breaks, bold text, and italic.
|
An example how to enable and disable all the buttons in a Gridview without having to post back to the server.
|
8/18/2008
Web, ASP.net
(0)
Get around AJAX's tendencies to keep the browser where you post.
|
A need little feature that can jazz up any Gridview is adding a color-change when the mouse is over a row. This tutorial shows you how (using alternating row colors to boot).
|
7/17/2008
ASP.net, C#
(0)
A quick reference on how to use the JavaScript __doPostBack function to postback a page from the client-side.
|
7/15/2008
ASP.net, C#
(0)
RSS is a beautiful thing that no website should be without. This code create just such an RSS feed for your syndication pleasure.
|
A pretty little ditty that I created to allow you to copy items into a textbox quickly clientside.
|
6/24/2008
C#, ASP.net
(0)
Expanding on my previous post to add tag count, alternating colors, and fix a bug with untrimmed tags.
|
C# example how to load comma delimited tags and display them in a label.
|
5/25/2008
C#, ASP.net
(0)
A brief look at the new ASP.net 3.5 ListView control and how to caputre input from imageButton clicks.
|