Hashim's Blogs

Tuesday, August 24, 2004

Visual Studio .NET Technical Articles

Build Windows-based components and applications, create scripts, develop Web sites and applications, and manage source code with Visual Studio .NET and the individual tools and languages it contains.

This can be found at: Visual Studio .NET Technical Articles

Tuesday, August 17, 2004

Visual Sudio 2005 Beta Documentation

The .NET Framework class library is a library of classes, interfaces, and value types that are included in the Microsoft .NET Framework SDK. This library provides access to system functionality and is designed to be the foundation on which .NET Framework applications, components, and controls are built.

This can be found at: .NET 2.0 Reference Docs

Creating a Scrollable DataGrid Web Server Control

A most common question in many of the newsgroups and message board is “how to have a scrollable DataGrid” in a web page. In this article you can see how to create a scrollable DataGrid in a web page. By default DataGrid (Web Server control) doesn’t provide any features for scrolling. But this can be done with help of Cascading Style Sheet (CSS). CSS contains a property called “Overflow” which can used for this purposes.

Nice artical to read :

Creating a Scrollable DataGrid Web Server Control

How to use InsertAfter() with XmlDOM.

The InsertAfter() is a great function if you want to add elements to an already existing file. In this short example you will see how easily you can do this. Let's see how the XML file looks like.


see :How to use InsertAfter() with XmlDOM.