Visual Studio - Raj Kaimal

Browse by Tags

All Tags » Visual Studio (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 | 1 comment(s)

Running ASP.NET Webforms and ASP.NET MVC side by side

One of the nice things about ASP.NET MVC and its older brother ASP.NET WebForms is that they are both built on top of the ASP.NET runtime environment. The advantage of this is that, you can still run them side by side even though MVC and WebForms are...
Posted by rajbk | 13 comment(s)
Filed under: , , ,

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...

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

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 3 Creating the Client Report Definition file (RDLC) Add a folder called...
Posted by rajbk | 7 comment(s)
Filed under: , , , ,

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

This tutorial walks you through creating an ASP.NET report based on the Northwind sample database. It shows how to add a client report definition file (RDLC), create a dataset for the RDLC, define queries using LINQ to Entities, design the report and...

Localization in ASP.NET MVC 2 using ModelMetadata

This post uses an MVC 2 RTM application inside VS 2010 that is targeting the .NET Framework 4 . .NET 4 DataAnnotations comes with a new Display attribute that has several properties including specifying the value that is used for display in the UI and...
Posted by rajbk | 9 comment(s)
Filed under: , , ,

Setting up Visual Studio 2010 to step into Microsoft .NET Source Code

Using the Microsoft Symbol Server to obtain symbol debugging information is now much easier in VS 2010. Microsoft gives you access to their internet symbol server that contains symbol files for most of the .NET framework including the recently announced...
Posted by rajbk | 9 comment(s)
Filed under: , , , , ,

Code snippets for ASP.NET MVC2 in VS 2010

VS 2010 comes with ready made snippets which helps you save time while coding. You insert a snippet by typing the name of the code snippet and hitting the Tab key twice. You can also use the following method if you wish to see a listing of snippets available...
Posted by rajbk | 3 comment(s)
Filed under: , , ,

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)

VS 2010 Beta 2 Installation instructions

For those of you that have VS 2010 Beta 1 installed. http://go.microsoft.com/fwlink/?LinkID=166199 http://go.microsoft.com/fwlink/?LinkID=167718 (addendum) Other observations: I was prompted for my VS 2010 Beta 1 media when uninstalling it so have your...
Posted by rajbk | 1 comment(s)
Filed under: , ,
More Posts Next page »