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#, AJAX
(2)
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.
|
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#
(2)
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#
(4)
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.
|
|