Data - Raj Kaimal

Browse by Tags

All Tags » Data (RSS)

Adding an expression based image in a client report definition file (RDLC)

In previous posts, I showed you how to create a report using Visual Studio 2010 and how to add a hyperlink to the report .  In this post, I show you how to add an expression based image to each row of the report. This is similar to displaying a checkbox...
Posted by rajbk | 2 comment(s)

Creating an ASP.NET report using Visual Studio 2010 - Part 3

We continue building our report in this three part series. Creating an ASP.NET report using Visual Studio 2010 - Part 1 Creating an ASP.NET report using Visual Studio 2010 - Part 2 Adding the ReportViewer control and filter drop downs. Open the source...

Rendering an RDLC directly to the Response stream in ASP.NET MVC

The following post shows you how to render an RDLC (Client Report Definition File) in a MVC project. For this tutorial, I am using VS 2008 with MVC 2 Beta . I will also be using the priceless Northwind database and the report will contain a list of customers...
Posted by rajbk | 12 comment(s)

SQL 2005 - Maximum number of characters displayed in each column

This setting in Microsoft SQL server management studio, which has a default setting of 256 characters, caused me to waste almost half an hour yesterday. I was looking in the wrong places trying to troubleshoot my stored procedure and wondering why my...
Posted by rajbk | 1 comment(s)
Filed under: ,

Changing the connectionstring of a wizard generated TableAdapter at runtime from an ObjectDataSource

The Visual Studio 2005 Dataset designer allows you to create a DAL using a typed dataset and easily bind this to a GridView with the help of an ObjectDataSource. By default, in the TableAdapter generated, the visibility of the encapsulated Connection...
Posted by rajbk | 29 comment(s)
Filed under: , ,

GridView DropDownList Pager

A way to add a dropdownlist pager to the GridView....
Posted by rajbk | 54 comment(s)
Filed under: , , ,

What's the deal with Databinder.Eval and Container.DataItem?

Reposting here for the benefit of asp.net developers and Google The databinding expression <%# some expression %> is evaluated in the language of the page (VB, C#, etc.)   This can have a big impact on the current syntax, so be very careful...
Posted by rajbk | 75 comment(s)
Filed under: , , ,
More Posts