Home About Us SQL Interview Book Contact Us RSS
Articles
Tools
Code Snippets
Links
Tips & Tricks
FAQ
Resources
Articles
Code Snippets
Links
FAQ
Resources

Saravana Kumar
Vinod Kumar


 
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

6. Setting focus to an Textbox after Page Loads
In this code snippet, you will see how you can set the focus to an textbox either after the page loads for the first time or after postback.
Posted On : Sep 1, 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

3. Changing DataGrid Column Properties Programmatically
In this article, we are going to see how to we can change DataGrid Column properties dynamically. Basically we need to use ItemStyle property of DataGrid Column to change its properties
Posted On : Jun 29, 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

Bangalore .NET User Group (BDotNet), India's Biggest and Active .Net User Group



The MVP Award is given in recognition of a recipient's technical expertise, spirit of community, and their willingness to help their peers by providing reliable and accurate answers to technical questions about Microsoft products & technologies