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 ...