Retaining The LastWriteTime Value For A File About To Be Overwritten Via FTP...
Recently asked on Yahoo! Answers: Preserving last modified date when uploading (asp.net)? I need to preserve (or change) the last modified date in the file headers when uploading via ftp. When I upload...
View ArticleGetting Plain Text From An ASP.NET 2.0 Page For Use As An AJAX Data Source
In a follow-up comment to my answer on his AJAX question on Yahoo! Answers, mzanime2000 posed a problem faced by many ASP.NET programming beginners: how to get ASP.NET to return plain text only for use...
View ArticleMoving ListItems From A ComboBox / DropDownList To A ListBox In .NET
Recently asked on Yahoo! Answers: ComboBox Question in Visual Basic? I am trying to create a combobox dropdown list of countries. When user click on a country, it should add to the listbox. I manage to...
View ArticleDynamically Adding JavaScript To Your ASP.NET Master Page From A Child Page
A common challenge when working with ASP.NET master pages is how to dynamically add JavaScript that is relevant to a specific child page. In other words, maybe your site has 10 child pages that share...
View ArticleAn ASP.NET System To Allow Site Members To Contribute Content, Part 1: Overview
Crowdsourcing is all the rage these days, and even if you’re not managing a social media Web site, sometimes it’s helpful to accept content from end users. For example, one of my clients has a...
View ArticleParent-Child DropDownList Controls In ASP.NET Web Forms (VB.NET)
Some time ago I promised a formspring anon I would do a tutorial on parent / child DropDownList controls in ASP.NET Web Forms. At long last, I’m delivering. (From here on out, I will use “DropDownList”...
View ArticleDisplaying Selected YouTube Video Thumbnails On An ASP.NET Web Forms Page
I received a kind email recently from a reader, thanking me for my article titled “Retaining Values In A Form Following PHP Postback And Clearing Form Values After Successful PHP Form Processing“. He...
View ArticleDisplaying Selected YouTube Data API Thumbnails On A Web Page Via ASP.NET Web...
Previously, I blogged about “Displaying Selected YouTube Video Thumbnails On An ASP.NET Web Forms Page,” when you know the video IDs of the thumbnails you want to hyperlink. A reader recently asked me...
View ArticleGetting All ZIP Codes In A Given Radius From A Known Point / ZIP Code Via...
Some time ago I wrote a PHP-MySQL based solution to getting all ZIP Codes in a given radius from a known point / ZIP Code. I’ve long intended to do an ASP.NET version of that post, and here it is. I...
View ArticleThe Basics Of Avoiding MySQL Injection Attacks In ASP.NET Web Forms
Received in my email today: Hi say your blog and thought you might help. strsql = “SELECT StaffID, DesignationID, StaffName, Password, ShopID from staffT where StaffName =” & UserName.Text & ”...
View Article