Search
Friday, July 04, 2008 ..:: Articles ::.. Register  Login
When we try to pick out anything else in the Universe, we find it hitched to everything else in the Universe.
- - - John Muir
Category: .NET
Auto size DataGrid columns and headers
by Sai Panyam Last Updated: 18 Oct 2004 View Count: 1231 Rating:( 0 / 9 ) from 1 Vote(s)

The default feature of a datagrid doesn't automatically size the columns to the maximum data length of its columns. We have to double click the column boundary to size it. This becomes annoying after some time. This sample demonstrates an implementation of auto sizing the entire grid, specific column or a range of columns.

Read full article ....
How To Create a Crystal Report off ADO.NET Dataset using Visual Studio.NET IDE
by Sai Panyam Last Updated: 18 Oct 2004 View Count: 1596 Rating:( 1.28 / 9 ) from 39 Vote(s)
Crystal Reports for Visual Studio.NET supports reports that access ADO.NET Datasets. You can create an ADO.NET dataset from a variety of sources. Whatever the source, before you can report off an ADO.NET data source, you must first generate an object for the dataset. After that, one can use the Report Expert in Crystal Reports for VS.NET to create a report based on the data description provided by the dataset object.
Read full article ....
How To Deploy Crystal Reports For VS.NET
by Sai Panyam Last Updated: 18 Oct 2004 View Count: 1131 Rating:( 1.27 / 9 ) from 37 Vote(s)
There are a few components that you need to add to the Setup project for distributing and deploying .NET applications using Crystal Reports for VS.NET. This article explains all the necessary components and where to get them. Just follow the steps and your Crystal Reports deployment for .NET will be a breeze.
Read full article ....
How To highlight a row in a Datagrid
by Sai Panyam Last Updated: 12 Oct 2004 View Count: 1196 Rating:( 6.83 / 9 ) from 18 Vote(s)
Highlighting a row in Windows Forms Datagrid assumes significance in .NET as we no longer have the property of Marquee Style for a Datagrid. To enable highlighting we have to go about it in a non intuitive way, which I will illustrate in this article.
Read full article ....
Category: ASP.NET
Web site administration using .NET DirectoryServices Namespace
by Sai Panyam Last Updated: 18 Oct 2004 View Count: 229 Rating:( 7.00 / 9 ) from 1 Vote(s)

The System.DirectoryServices namespace provides users with the ability to do some basic web site administration tasks programatically. The classes in this namespace can be used with the Active Directory(AD) service providers. These classes can accomplish common web site administration tasks like creating, verifying, deleting and setting properties of virtual directories on IIS programatically. This article briefly describes what the different AD service providers are, how to access AD through .NET and finally the code to create and delete virtual directories on IIS.We will go through how to connect to the default Web site, create a virtual directory, set a series of properties on the directory, and subsequently delete the directory.

Read full article ....
Category: .NET 2008
No articles present in this category

Nozbe

Copyright 2002-2005 Sai Panyam   Terms Of Use  Privacy Statement