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

How to insert an array into a Database

Use the implode() method to convert your array into a delimited string, then use explode() to reverse the process and convert the concatenated string back into an array.

HTML Test Page for CSS Style Guide

CSS Basic Elements The purpose of this HTML is to help determine what default settings are with CSS and to make sure that all possible HTML Elements are included in this HTML so as to not miss any possible Elements when designing a site. Headings Heading 1 Heading 2 Heading 3 Heading 4 Heading 5

Convert an array into a delimited string in PHP

Using the implode() method to convert your array into a delimited string, then use explode() to reverse the process and convert the concatenated string back into an array. Use the implode() method to convert your array into a delimited string, then use explode() to reverse the process and convert the concatenated string back into an