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 one master page / template. One of them is, let’s say, a contact us / directions page, and on that page, [...]
Dynamically Adding JavaScript To Your ASP.NET Master Page From A Child Page
Posting Status Updates (Tweets) To A Twitter Profile Via ASP.NET
I have a client that posts several news stories to its Web site every day. So it makes tremendous sense for them to post the headlines to Twitter as tweets, so that followers might be informed of breaking news, or just what’s new on the site.
The Twitter API makes posting status updates (tweets) to Twitter [...]
Free Books, Just For The Asking
I’m clearing my bookshelves and have four books that I was planning to trash (since the local library doesn’t want them). Then I thought, what the heck, give ‘em away on the blog.
So, forthwith, I have the following four books available:
Associated Press Stylebook and Libel Manual (1998 Edition): This is a reference book used [...]
How I Code On This Blog: Elegance Vs. Transparency
My recent comment exchange with Scriptar has prodded me to post an explanation of how I code on this blog.
I view the code I post here as having two priorities: elegance and transparency, weighted slightly more toward elegance.
What I mean is that most importantly, the code I post should be as simple, compact and [...]
MSDN Roadshow In Augusta, March 19: Well Worth The Time
People love to criticize Microsoft, and much of the criticism it gets is deserved (when you release patches to your OS that are bigger than the original software, you probably deserve some negative press). But the one thing Microsoft does better than anyone is product support, especially developer support.
Enter the MSDN Roadshow, a series of [...]
Moving 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 do it. But I want to enhance some form of checking. If the country is already added in the listbox, the [...]
