This online tutorial helps the developers about using apostrophe in their SQL statements. The author defines the apostrophe as SQL's illegal character. This article describes how to solve the problem of using an apostrophe in a SQL statement. The...
How do I create a string in C# is an article in which author demonstrates the procedure for constructing string using string builder. Here the author offers a code snippet, which helps in performing the above said process. ASP.NET programmers and...
How do I get querystring and form information in C# is a tutorial through which users can gather knowledge about adding a querystring into the webform for retrieving data from database. Here author demonstartes about the requesting query string to...
Ask the DotNetJunkies: How do I add a DropDownList to a DataGrid EditItemTemplate? is a web based tutorial which helps you to learn how to place a dropdownlist box control in a datagrid. Datagrid control helps to present the information in rows...
How to capture the Double Click event in a DataGrid? is a tutorial in which the author gives you a brief explanation about how to retrieve the values of the rows when it is double-clicked, show the contents of the row that is selected and how to...
Selecting an Item in a DataList using C# is a web based tutorial which gives you the sample code for adding a datalist control on the aspx page, establishing the database connection using the ADO.NET connection object, binding the database data to...
How to display visitor's IP Address in a graphic on your website pages (or any other pages) with this simple PHP script. This script makes use of the GD image tools. Can easily be changed to match whatever colors you wish. To use just create an...
Learn how to add records with an SQL statement instead of a Recordset. Here are two examples. One will use a query string and the other gets the info from a form. Both examples include an example of a DSN-LESS connection.
Learn how to delete records with an SQL instead of a Recordset. Here are two examples. One will use a query string and the other gets the info from a form. Both examples include an example of a DSN-LESS connection.
A mass emailer for use with an opt-in mailing list. |