Creating Mockups Using Balsamiq Mockups

12/29/2008 10:53:00 PM (Architecture)
comments => 0

In this screencast Mohammad Azam will demonstrate how to use Balsamiq Mockups to create really cool mockups for your websites.

http://balsamiq.com/


Exporting GridView to PDF

12/24/2008 3:36:00 PM (ASP.NET)
comments => 0

In this screencast we will demonstrate how to export a GridView control to PDF format. This screencast will look at one of the way that this can be accomplished. In future screencast we will demonstrate how to perform this operation much cleanly. 

Article: Exporting GridView to PDF Document

[Download Sample]


Creating GridView Menu Using HoverMenuExtenderControl

12/17/2008 7:00:00 PM (ASP.NET)
comments => 4

In this screencast we will demonstrate how to display a hover menu when the mouse hover over the GridView row. We will be using the HoverMenuExtender control which is part of the Ajax Control Toolkit.



Creating DropDownList Dependencies Inside GridView

12/11/2008 7:47:00 PM (ASP.NET)
comments => 0

In this screencast we will demonstrate how to create a DropDownList dependency inside the GridView control. We will use the Northwind database and change the Products when the Category is selected.

[Download Sample]


Adding Default Item to a DropDownList

12/7/2008 10:53:00 AM (ASP.NET)
comments => 0

In this screencast we will demonstrate how to add a default item to the top of your DropDownList control. We are going to see the approaches used in ASP.NET 1.0/1.1 and ASP.NET 2.0 framework.