|
8. System.IO.Path Class in .NET
|
|
In this code snippet I am going to focus on Path class in .NET. This is one of .NET framework class which is not known to many users in .NET, so i am going to explain some of the useful methods provided by this class
|
|
Posted On : Oct 30, 2004
|
More...
|
Author : Saravana Kumar
|
|
|
|
7. SignOn using Forms Authentication
|
|
In this code snippet, You will see how to implement FormsAuthentication in ASP.NET.This also has codesnippet for implementing SigOn screen using FormsAuthentication
|
|
Posted On : Sep 27, 2003
|
More...
|
Author : Saravana Kumar
|
|
|
|
|
|
5. Generating Sequence Number - Part 2
|
|
In this article, we are going to see how to generate sequence number (row number) in DataGrid with Paging.This code snippet is continuation to previous article but with slight changes for paging.
|
|
Posted On : Jun 27, 2003
|
More...
|
Author : Saravana Kumar
|
|
|
|
4. Adding DataGrid Item to a DataGrid without DataSource
|
|
In lots of places it is required to add datagrid item(row) to DataGrid. Easiest way to do this is to add one row to DataSource and then bind the DataGrid with the new DataSource. This way new datagrid item will be added to DataGrid. This method is fine, if DataGrid is binded with DataSource. But in many cases we might not have DataSource for just adding one row to DataGrid. In that case we need to add DataItem directly to DataGrid. In this code snippet we are going to see how to do this.
|
|
Posted On : Jun 27, 2003
|
More...
|
Author : Saravana Kumar
|
|
|
|
|
|
2. Generating Sequence Number - Part 1
|
|
In this article, we are going to see how to generate sequence number (row number) in DataGrid. To generate sequence number, we will use the DataGridItem ItemIndex property.
|
|
Posted On : Jun 10, 2003
|
More...
|
Author : Saravana Kumar
|
|
|
|
1. Setting Tooltip for DataGrid Header
|
|
In this article, we are going to see how to we can set tool tip for dynamically generated headers in DataGrid. There are various ways to do this, in this article i have explained two ways to do this.
|
|
Posted On : Jun 28, 2003
|
More...
|
Author : Saravana Kumar
|
|
|