Tag Archives: VB.NET

Using Custom Code in SSRS

While expressions allow you to use limited VB.Net to create advanced dynamic functionality in your SQL Server Reporting Services (SSRS) reports, custom code allows you to leverage much more of the power of VB.Net. The focus of this article is not on writing VB.Net code, but on how to create and use code in SSRS. … Continue reading Using Custom Code in SSRS

How to create an ASP.NET AJAX Toolkit Extender Control to Extend a GridView

In a previous post I showed examples of how CSS and JavaScript code could be used to freeze the header row of a GridView control and add scrolling capabilities for Internet Explorer and Firefox. Here’s an example of a GridView with a frozen header: In this post I’m going to discuss how to package up … Continue reading How to create an ASP.NET AJAX Toolkit Extender Control to Extend a GridView