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

Clipboard Image Archiver

With Clipboard Image Archiver , you can simply copy and paste images from any source to a single destination. This program archives images copied to clipboard and stores them in a compact compressed format. You can anytime extract your archived images to a single folder or export them to a zip file ...

Read more ...

Clipboard Image Archiver Manual

Simple utility to collect files from clipboard and archive them. License DISCLAIMER: This software is provided to you without warranties of any kind. The author is not responsible for any kind of loss arising from use of this software. USE IT AT YOUR OWN RISK. This software is free for PERSONAL ...

Read more ...