Ashish's Image Resize utility

This is a simple console utility written in C# that can : Bulk resize images. Add borders to images. Add watermark text to images (such as copyright notice). Save output images in particular image format. Adjust color and width of border . Control color,opacity,font,size of the watermark text for a ...

Read more ...

ViewState Decoder AddOn for Firefox

This is my first shot at creating add-ons for Firefox. This add-on can decode and show viewstate contents of an *.aspx page. Once you intall this add-on, it shows up a ‘Show Viewstate’ item in context menu of Firefox. When this menuitem is clicked, a popup comes up showing the viewstate details. The ...

Read more ...

ASP.NET Webforms Tooltip

These days I get lot of questions from people asking me how to use my tooltip script to show a webform. This requirement is typically when: You already have a say ‘DetailsForm.aspx’ page which shows up when user clicks on any row in Datagrid/DataGridView. You are using older version of ASP ...

Read more ...

AJAX Bar Graph using ASP.NET

This article explains creation of simple AJAX based graph using HTML elements. To actually see it in action download the zip archive and run the demos. Downloading and Viewing the demos Download the code Using Visual Studio 2005 , create a new ATLAS (ASP.NET AJAX) project. If you don’t have ASP.NET ...

Read more ...

AJAX tooltip for ASP.NET Datagrid

This article is about creating a AJAX based tooltip for the ASP.NET DataGrid. In a simple demonstration, I’ll show how to put things together and get them working. The main page consists of normal DataGridView, showing customer information and a template column which says ‘Recent Orders’ . When the ...

Read more ...