
Pass Selected Row of ASP.Net GridView control to another Page
Published Date:
May 16, 2012
Views:
135
Abstract:
Here Mudassar Ahmed Khan has explained how to pass or transfer a selected row of a ASP.Net gridview control to another page along with its data and controls using Server.Transfer.
Validate Multiple Validation Groups with one Button in ASP.Net
Published Date:
May 14, 2012
Views:
153
Abstract:
Here Mudassar Ahmed Khan has explained how to trigger Validators belonging to Mutliple Validation Groups using a single Button control in ASP.Net.
Fetch and import FaceBook Friends and Contacts with profile pictures in ASP.Net
Published Date:
May 01, 2012
Views:
739
Abstract:
Here Mudassar Ahmed Khan has explained how to fetch and import Facebook Friends and Contacts along with their profile pictures using FaceBook Graph API in ASP.Net using the Free ASPSnippets FaceBook API.
Display Byte Array as Image without using Generic Handler in ASP.Net
Published Date:
Apr 22, 2012
Views:
727
Abstract:
Here Mudassar Ahmed Khan has explained how to display byte array i.e. Binary Data as Image on the web page in ASP.Net Image Control without using a Generic Handler to render the image.
AJAX CalendarExtender: Disable Future Date Selection
Published Date:
Apr 20, 2012
Views:
757
Abstract:
Here Mudassar Ahmed Khan has explained how to prevent users from selecting future dates in ASP.Net AJAX Control Toolkit CalendarExtender control.

Adding Dynamic Rows in ASP.Net GridView Control with TextBoxes
Published Date:
Jun 10, 2009
Views:
85323
Abstract:
In this article Vinz has explained how to generate a Row in GridView with TextBoxes when clicking a Button that is residing inside a GridView Footer in ASP.Net
GridView - Add Edit Update Delete and Paging the AJAX way
Published Date:
Jul 15, 2009
Views:
81523
Abstract:
Here Mudassar Ahmed Khan has explained how to provide the functionalities of adding Editing Updating Deleting with confirmation and Pagination and also using ASP.Net AJAX features along with JQuery to
ASP.Net GridView - Get Row Index on RowCommand and Click events
Published Date:
Jun 27, 2009
Views:
72157
Abstract:
Here Mudassar Ahmed Khan has explained the concepts to get the GridView row reference when the control inside the GridView Row fires the event. In addition he has also explained how to pass multiple v
Display images from SQL Server Database in ASP.Net GridView control
Published Date:
Apr 20, 2009
Views:
52696
Abstract:
Here Mudassar Ahmed Khan has explained how to build an Image Gallery to display images from SQL Server Database using the GridView control in ASP.Net
Read and Import Excel Sheet into SQL Server Database in ASP.Net
Published Date:
Jun 06, 2009
Views:
46735
Abstract:
Here Mudassar Ahmed Khan has explained how to import Excel Sheet Data into SQL Server Database table using ADO.Net in an ASP.Net Web application