Tuesday, May 08, 2012 | ASP.NET
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 & ” AND Password =” & Password.Text & “” from the string, the username.text and password.text are form controls. what is happening is there are passing [...]
Wednesday, April 11, 2012 | ASP.NET
If you provide a starting ZIP Code and a distance, this code will return all other ZIP codes within that distance.
Thursday, March 15, 2012 | API
Describes how to query the YouTube Data API, process its response XML, and display thumbnails hyperlinked to youtube.com video pages.
Thursday, March 08, 2012 | API
Describes how to hyperlink YouTube video thumbnails on an ASP.NET Web Forms Page, linking to those videos on YouTube.com.
Sunday, December 25, 2011 | ASP.NET
Discusses three approaches to databinding child values in an ASP.NET DropDownList, based on parent DropDownList selections.
Saturday, December 17, 2011 | ASP.NET
Please see my follow-up article, which discusses how to avoid double hashtagging.
Saturday, December 17, 2011 | ASP.NET
My solution on auto hashtagging doesn't consider punctuation. It's an easy fix if you use a regular expression.