FeedBurner and HttpWebRequest Failure
The other day, I subscribed this blog to FeedBurner . This was all meant to be the way forward . What i was trying to do was to use a Web Request to someone's feed url (in my example,...
View ArticleCreating a collapsible HTML List using JQuery
Yesterday, I came across this really nice article by Jeroen Coumans that explains how to create a collapsible HTML list using JQuery. The reasons why I like his solution are: 1. It's simple and easy...
View ArticlePaging and Sorting in a Gridview without using an ObjectDataSource
Ryan Olshan has created a nice article about Paging and Sorting in a Gridview without using an ObjectDataSource. It's pretty nifty and gives you an insight at you can programmatically do with a...
View ArticleBest way to parse HTML content
I'm going to keep this short and simple..rather short actually.There is no better way to parse HTML other than using HtmlAgility Pack.It's a lot simpler than Regex..which is a BIG no no!!
View ArticleBold style for matching results with AutoCompleteExtender - Implemented using...
This article will focus on the implementation of the AjaxControlToolkit's AutoCompleteExtender into a simple ASP.NET application. What I'm trying to do here is pull the data from a database and use the...
View ArticleRegistering XSLT Extension Objects with the ASP XML control
I once inherited a sublayout that inlcuded an asp:xml control. The asp:xml control was there to handle and display an xml feed from another system, while the rest of the sublayout concentrated on...
View ArticleListView with DataPager problem in .Net 4
I wanted to set the QueryStringField property of the DataPager dynamically. By default, if you do not specify this property, the pager works on a Postback Model.On the other hand, if you do set the...
View Article