In this article the author helps the webmasters to migrate their existing application from ASP to ASP.NET. But only condition is that it should be moved only within the same environment or same directory. This is proved by an example by the author...
Accessing Page Properties is an interesting ASP.NET article in which the author discusses about various methods for getting the properties and methods of the web pages by the user controls. The author shows how to create an user control, place it...
A Fast-Track Guide to ASP.NET is a web based tutorial in which the author tells you about the various server controls of ASP.NET such as web form controls, html controls, validation controls, list controls and rich controls. The author also...
A simple excersise in how to pre-set and retrieve checked checkboxes in a CheckBoxList in a Datagrid is a simple tutorial which provides you the source code for displaying the item that is selected in the checkboxlist control that resides inside...
In this web based tutorial you can get the 10 tips for building effective ASP.NET server controls. These tips explain how to assign unique IDs to the child controls, how to create RePaint() method for the custom controls of ASP.NET, how to...
The tutorial explains about what happens when a COM client retrieves a .NET object. CCW is generated by the .NET Framework. The author shows by an example in which the COM client and .NET component using delegation, how it extends the working of...
.NET's interoperability with COM is the main theme discussed in this tutorial. The author describes how COM is good enough for component development. The difference between .NET and COM components are also discussed in this article. |