This article describes how to code a content rotator for your homepage. Each time a user requests the Web page, the content rotator object displays a new HTML content string based on the information provided by you.
Display Online Users
This articles shows how to display online/active users on your website using ASP.NET
Create Docking Bar in VB
This article shows how to create a Visual Studio style Dockable Bar in VB
How to Automate Web Browser using VB.NET
This Article helps to understand the capabilities of the WebControl to Automate Any Website or to Extract information from any site.
Simple Web Form Post in ASP.NET
Here is one small sample code, which takes input from a text box inside a web form and displays the input on submitting the form.
Dynamically Populate Combo Box using Dataset
This article shows how to populate a Combo Box dynamically using dataset.
How to make API calls in .NET
A sample process showing how can we make Windows API calls in .NET