Data - Raj Kaimal
Sign in
|
Join
Raj Kaimal
If it ain't broke, make it better.
This Blog
Home
Contact
About
Syndication
RSS
Atom
Comments RSS
Search
Go
Tags
.NET
ADO.NET
AJAX
Ajax Control Toolkit
ASP.NET
Atlas
Azure
Bing
C#
Cloud
CLR
Custom Controls
Data
Dynamic Data
Entity Framework
General
General Software Development
IIS
jQuery
LINQ
Microsoft
MicrosoftWebExperience
MVC
OData
Office
Reports
Silverlight
SQL
SQL Management Studio
T4
Tips
UI
UX
Visual Studio
Windows 7
WPF
XML
News
Digg
Navigation
Home
Blogs
Archives
May 2010 (15)
April 2010 (8)
March 2010 (5)
February 2010 (1)
November 2009 (3)
October 2009 (2)
September 2009 (2)
August 2009 (2)
July 2009 (1)
May 2009 (3)
July 2008 (2)
June 2008 (1)
May 2008 (1)
January 2008 (1)
November 2007 (1)
October 2007 (3)
September 2007 (6)
August 2007 (2)
June 2007 (2)
May 2007 (2)
March 2007 (3)
January 2007 (5)
December 2006 (1)
November 2006 (4)
August 2006 (2)
June 2006 (1)
May 2006 (3)
March 2006 (2)
February 2006 (3)
January 2006 (3)
November 2005 (6)
October 2005 (10)
September 2005 (2)
July 2005 (6)
June 2005 (1)
May 2005 (1)
February 2005 (2)
October 2004 (2)
July 2004 (2)
June 2004 (2)
May 2004 (2)
April 2004 (1)
December 2003 (3)
Blogs
ASP Forums
.Net Security Blog
Scott Guthrie
Nikhil Kothari
Bertrand Le Roy
Eilon Lipton
David Reed
Krzysztof Cwalina
Brad Wilson
Phil Haack
Vishal Joshi
. Books I recommend .
Links
Twitter
LinkedIn
Popular
Using XSLT files with the new XMLDataSource control
Setting parameters for DataSourceControls from code-beside
Raising events in a Page and handling it in a WebControl
Master Details using AJAX and the UpdatePanelPopupExtender
GridView DropDownList Pager
Clickable GridView Headers
How to render client report definition files (.rdlc) directly to the Response stream without preview
BoundField DataFormatString attribute not being applied.
Implementing a selection box for Google Maps
Setting the default Button for a TextBox in ASP.NET
Browse by Tags
All Tags
»
Data
(
RSS
)
.NET
ADO.NET
ASP.NET
C#
Entity Framework
LINQ
Reports
SQL
Tips
UI
Visual Studio
Saturday, May 22, 2010 2:03 AM
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)
Filed under:
.NET
,
Data
,
ASP.NET
,
Visual Studio
,
LINQ
,
UI
,
Reports
Sunday, May 09, 2010 11:14 PM
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...
Posted by
rajbk
|
12 comment(s)
Filed under:
.NET
,
Data
,
ASP.NET
,
Visual Studio
,
LINQ
,
C#
,
SQL
,
Reports
,
Entity Framework
Wednesday, November 25, 2009 1:21 AM
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)
Filed under:
.NET
,
Data
,
ASP.NET
,
Visual Studio
,
C#
,
SQL
,
Reports
Thursday, September 27, 2007 12:52 PM
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:
Data
,
SQL
Saturday, May 26, 2007 11:41 AM
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:
Data
,
ASP.NET
,
ADO.NET
Monday, August 14, 2006 10:18 AM
GridView DropDownList Pager
A way to add a dropdownlist pager to the GridView....
Posted by
rajbk
|
54 comment(s)
Filed under:
.NET
,
Data
,
ASP.NET
,
Tips
Tuesday, July 20, 2004 12:32 PM
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:
.NET
,
Data
,
ASP.NET
,
ADO.NET
More Posts