Manish Dalal's blog
Exploring .net!
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
ASP.NET
DataGrid
Silverlight
Sponsors
advertise here
Navigation
Home
Blogs
Archives
October 2009 (1)
July 2009 (1)
April 2009 (1)
February 2009 (1)
December 2008 (1)
November 2008 (3)
October 2008 (3)
September 2008 (5)
August 2008 (4)
License
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License
October 2008 - Posts
13
Comments
Cascading ComboBox
by
manish.dalal
In the post ComboBox in DataGrid , we examined the usage of a simple ComboBox, displaying a fixed list of values. One of the scenario that is quite common in business applications is that of a dependent data selection, where data from one item is used...
Filed under:
.NET
,
ASP.NET
,
Silverlight
4
Comments
Updated Samples for Silverlight 2
by
manish.dalal
Now that Silverlight 2 has been released, I have updated all the samples. Conversion was mostly straight forward, with very few changes to code. Building Business Applications with Silverlight 2 Introduces the basic building blocks of a data centric application...
Filed under:
.NET
,
ASP.NET
,
Silverlight
15
Comments
Stealth Paging : DataGrid
by
manish.dalal
It is quite common to see paging of data in today’s web application. It allows developer to show only a fixed set of rows at a time and pulling next set of rows on demand, improving overall user experience. In a desktop application, user normally does...
Filed under:
.NET
,
ASP.NET
,
Silverlight
More Posts