'ASP.Net Code' Category

March 17th, 2006

ASP.Net 2.0 – Traverse the TreeView Control to Find a Node

This function will enable you to traverse a populated TreeView control, and find and select a node based on it's value and the value you specify. This will work no matter how deep the branches of the tree go!

Share
March 16th, 2006

ASP.Net 2.0 – Populate and Edit Data in a Gridview Control

Back in the days of ASP, it meant hours of work to display the content of a database table on a web page. Then if you want to edit the data, that's almost a full day's work. But if you wanted to get fancy and add sorting and paging, well that's a couple more days [...]

Share
March 14th, 2006

ASP.Net: Popup Calendar Control

I'm not a huge fan of the ASP.Net Calendar control, for the simple reason that it adds another step to any page you load it onto. Users would just as soon type in the date instead of clicking on the calendar, selecting the date, and returning to the previous page. So I found this free [...]

Share
March 14th, 2006

ASP.Net: Parse an XML Document Using XPath

You can user Xpath queries in ASP.Net to select only the content you want from an XML document. In this case I got the XML list of articles from ASPFree.com

Share
« Previous Page