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
How to insert an array into a Database
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