This article offers the details about attributes. The basic topics discusses in this article is how to build and use custom attributes in Visual Basic.NET. Attribute works on independent language and it is inherited from the system.attribute class...
The c# samples of DHTMLX Scheduler .NET have been successfully converted into Visual Basic. The ready samples in ASP.NET and ASP.NET MVC3 are available for download.
The new samples will be added to the DHTMLX Scheduler .NET trial...
Programming a Visual Basic Component to Change NLTM Passwords is a tutorial through which users can learn more about generating an advanced password changing component which changes NLTM password and run on MTS and IIS. The author describes about...
This is a simple inventory system that computes the running balance of an item. It records the Item received and Item issued. It then computes the running balance from Item Received minus Item Issued.
This article is helpful for the programmers and for the VB.NET developers which helps them to know more about the features of delegate class in Visual Basic.NET. The author says delegates will make an integrate part of the .NET framework and it...
If you're thinking of powering your next Web site with the latest in Microsoft Internet technologies, and you program in Visual Basic (VB), then Professional MTS and MSMQ with VB and ASP is for you. This fast-paced tutorial gives you a crash...
The StrUtils unit implements two String functions to Delphi called RightStr and LeftStr, similar to the (Right and Left) found in Visual Basic.
HTML-to-RTF Pro DLL component can convert HTML and ASP files into good-looking RTF with tables, images etc. Output rtf file is smaller than input HTML. The DLL component does not require any word-processors. Work in Visual Basic, C#, VB.Net,...
How To Call SQL Server Stored Procedures in ASP.NET by Using Visual Basic.NET is an article which briefly explains the method of creating and executing the stored procedures of the Sql Server database in ASP.NET. The article demonstrates it by...
HOW TO: Create a Summary Row for a DataGrid in ASP.NET by Using Visual Basic .NET is an interesting article in which the author briefly describes about creating a summary row in the datagrid control using Visual Basic.NET. This article clearly...
Creating a Server Component with Visual Basic is an ASP tutorial through which users can gather more information about generating server components, advantages of using the server side component, methods to utilize the component in right way,...
HOW TO: Create a Web Control with an Expandable Property in the Designer by Using Visual Basic.NET is a tutorial in which the author shows the step-by-step process of creating a custom web control and adding the expandable property to it using the...
Count Records from SQL Server Database using ADO.NET, SQL, and Visual Basic.NET is a tutorial for those who needs to show the record count on the ASP page. In this tutorial author demonstrates it by calling the executescalar method.