Monday, June 23 2003
HTTP Handlers for Images in ASP.NET
Have you ever thought of streaming thumbnails just by passing query string indicating width or height of thumbnail you need, and most importantly passing those to image itself? Well if you have little knowledge of what HTTP Handlers are, you can do that easily. So what are HTTP handlers?
Thursday, January 09 2003
Accessing a Control’s Value from DataGrid in ASP.NET
There are many real-world situations in which you might like to access values from a DataGrid that has different server controls in each column, i.e. if you want to create a grid where you can get edit multiple records on one click or do some other work on that data.
Wednesday, December 26 2001
Create Exploded Pie Chart Having Click Through Functionality in C#
In my last article Creating a Pie Chart on Fly with VB.NET, I showed How to create dynamic pie chart using GDI+ capabilities, to extend that further I would like to show you code that would create exploded pie chart and implementing click through functionality to that.