.NET - Raj Kaimal

Browse by Tags

All Tags » .NET (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)

CascadingDropDown jQuery Plugin for ASP.NET MVC

Cascading Drop Down is a jQuery plug-in that can be used by a select list to get automatic population using AJAX. The plug-in and a sample ASP.NET MVC project are attached at the bottom of this post.   Usage The code below shows two select lists...
Posted by rajbk | 18 comment(s)
Filed under: , , , ,

Running a Silverlight application in the Google App Engine platform

This post shows you how to host a Silverlight application in the Google App Engine (GAE) platform. You deploy and host your Silverlight application on Google’s infrastructure by creating a configuration file and uploading it along with your application...
Posted by rajbk | 4 comment(s)
Filed under: , , ,

Pre-filtering and shaping OData feeds using WCF Data Services and the Entity Framework - Part 2

In the previous post , you saw how to create an OData feed and pre-filter the data. In this post, we will see how to shape the data. A sample project is attached at the bottom of this post. Pre-filtering and shaping OData feeds using WCF Data Services...
Posted by rajbk | 6 comment(s)

Pre-filtering and shaping OData feeds using WCF Data Services and the Entity Framework - Part 1

The Open Data Protocol , referred to as OData , is a new data-sharing standard that breaks down silos and fosters an interoperative ecosystem for data consumers (clients) and producers (services) that is far more powerful than currently possible. It enables...
Posted by rajbk | 4 comment(s)

Adding a hyperlink in a client report definition file (RDLC)

This post shows you how to add a hyperlink to your RDLC report. In a previous post , I showed you how to create an RDLC report. We have been given the requirement to the report we created earlier , the Northwind Product report, to add a column that will...
Posted by rajbk | 5 comment(s)
Filed under: , , ,

Pages in IE render differently when served through the ASP.NET Development server and Production Server

You see differences in the way IE renders your web application locally on the ASP.NET Development server compared to your production server. Comparing the response from both servers including response headers and CSS show no difference. The issue may...
Posted by rajbk | 7 comment(s)
Filed under: , ,

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 | 14 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 | 8 comment(s)
Filed under: , , , ,
More Posts Next page »