Archives
Archives /
2009
-
Change WSS/Sharepoint Announcement web part character limit
This always seems to come up each time I work from a default WSS website.
-
Convert Array of Objects to a Generic List
VB.NET
-
Sorting a generic list in ascending or descending order
Sorting a generic list can be as easy as 3 lines. Use the Sort method to accomplish this task. More info about List<T> can be found here.
-
Render aspx page as a string
To render a page into a string use a StringWriter object. This can be useful when making AJAX type of queries. Using an aspx page for AJAX calls makes it easy to reference session state information.