Learn how to get the results from a DB query: [Error / Vield Value], [TRUE / FALSE], [FOR ... NEXT], [WHILE ... WEND]
This example shows you how to get the UK National Lottery stats, input it in a MySQL database and display the results.
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 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...
How to determine the DB item is null or not is a tutorial in which the author shows you how to eliminate the error which arises when you store the database item which has empty data. IsDBNull method gives you the solution for this problem. The...
HOW TO: Use the RequiredFieldValidator Control with Other Validation Controls to Handle Blank Entries is an ASP.NET article in which author elaborates about web form validation with the help of RequiredFieldValidator controls. In this tutorial...
This ASP educational module teaches you how ASP function can be used together with HTML to output the server variables such as HTTP_USER_AGENT, HTTP_REFFERER, REMOTE_HOST, HTTP_COOKIE etc., with their values. This is very useful to collect the...
Sample showing how to modify the system menu in forms (change, delete, add new items in menu) and example of showing the ShellAbout dialogue (as in standard Windows programs).
This article explains how to use the file upload features of the web to upload images and store the binary data directly into a MySQL database and access it later for use in your projects.
Sample showing how to modify the system menu of Form (change, delete, add new items in menu). + Example of showing the ShellAbout dialogue (as in standard Windows programs).Exe-demo available from Homepage |