Create Localizable Web User Controls is an useful tutorial in which the author explains the procedure for creating web controls which displays regional settings. The author explains this topic with an example. By the end of this tutorial beginners...
It is an article in which the author discusses about creating a dropdownlist web control and defining event handler for the SelectedIndexChanged event of the control. In this article the author explains the step-by-step process of inserting a...
This web based tutorial helps you to learn about creating a custom web control in ASP.NET. In this tutorial the author shows you the method for creating a login web control with various properties, events and methods that are clearly listed in...
Create a custom server control in .NET to serve data to different types of devices is a tutorial which helps you to build a custom server control for transforming the data to various devices such as the palm, pocket PC, internet-enabled phones,...
Control Hierarchy Processing is an article in which the author discusses about handling the hierarchy of controls in ASP.NET pages. In this article the author defines various functions which are used to show the type of the control in the aspx...
Components for .NET is the tutorial explaining about all the important components and its features. This article includes the review of the components like ComponentOne Studio for .NET, DotNetBar from DevComponents.com, LEADTOOLS for .NET,...
The author explains the webmasters about the features of COM in ASP.NET. ASP.NET helps the users to generate late bound reference to COM. The usage of early-bound COM components through the RCWs are well explained by the author. This article shows...
This is an online article which gives more details to the users about how Classic COM and the .NET framework can coexist in a same application. The main summary focusses about how Classic COM could be used in the .NET. The article clearly explains...
This tutorial explains about .NET types calling DLLs. The co-existance of classic COM and .NET framework is possible through .NET. The author shows how Classic COM could serve in the .NET. This article is useful for the beginners to update the...
The main highlight of this tutorial is about the usage of classic COM components in .NET code and .NET components in classic COM components. The author starts with the process of writing and compiling the managed code and then creating a type...
Now the users could use legacy COM components in their .NET applications, which is the objective of this online tutorial. The author explains about the COM which is standard for the interfaces. The author explains about the tasks performed by the...
In this online tutorial, the author explains about the security system in COM. The author discusses about the main two securities-activation security and access security. The author describes in depth about these two securities in COM. Through...
In this article the author explains about the two fundamentals of COM security, remote server process identity and authentication. The main part of this article deals with the security system for this COM while launching and accessing. Through...
The author of this tutorial briefs about the component technology of Microsoft. The article deals about how to execute and install COM+ configured classes with the help of Common Language Runtime. The author describes how to access call context...
Now the webmasters could find their path to help them in moving their VB component to the new .NET through this article. The author narrates the easy way to migrate the existing VB component to the new environment. This article is really a worthy...
This is an ASP.NET tutorial through which you can gain information about the combobox web control of ASP.NET. In this tutorial the author explains how to bind the xml data with combo box control using the DataSet, StreamReader and FileStream...
CompareValidator Control is a tutorial in which the author discusses about the use of CompareValidator control of ASP.NET. The CompareValidator control is used to compare the value of the input control against another. The author shows you the...
This tutorial brings with a problem and a solution for the interoperability of classic COM to .NET. The problem mentioned in this article is, the lack of mechanism to connect the .NET components with the functionality of COM. The author denotes...
This is an ASP.NET tutorial through which you can learn how to add the client side script in the ASP.NET pages. Using client side script helps in reducing load on the server. RegisterClientScriptBlock and RegisterStartupScript methods of the Page...
Client-side state management techniques for .NET architects is an article in which the author discusses how to preserve the state and information of the client side using various methods. In this article the author explains you the advantages and... |