Sashidhar Kokku's blog

Browse by Tags

All Tags » C# » Speed » How-To (RSS)
[HowTo] Generate a dummy table for binding to a tabular structure.
While designing grids and related styles, I always found the need to bind some dummy data to the grid to see how the grid looks. So, rather than making a database call to get a really organized table, I decided to get one of my own. The following method...