Through this online tutorial, the author highlights the class libraries to simplify the code while developing ASP.NET Web applications. The main implementation of these class libraries might lead to better code readability and reusage. This class...
This article gives the developers the full details about the queries in SQL. In this article the author explains the fundamentals of SQL, Select comman and Where Clause in SQL, Choosing information from more than one table, grouping and sorting...
The problem arising when data stored in the database contains a single quote is the issue discussed in this article. The author gives a perfect solution to overcome this problem. He suggests to double up the single quotes instead. This is proved...
Using MMC and the sn.exe utility, it becomes very simple to link a .NET assembly to the Global Assembly Cache which is proved through this online tutorial. The author explains about these two utilities which would check the assemblies and build...
In this online tutorial, the author describes about the page templating scheme in web applications. The page templating helps the users providing properties like stylesheet, title, server-side form. With the help of this the clients, readers could...
Instead of using XMLDOM, the author comes with a new solution which is explained in this article. The process of importing an XML file into a Recordset for execution is explained with an example and the sample source code. In a nut shell, now the...
The author gives a solution to reap out the unwanted or dead links from the user's site. In this article the author describes about how to erase or stop the various broken links on the website using ASP.NET. The author also uses screen scraping...
Exceptions in ASP.NET is not new but this tutorial introduces System.Exception class to handle the exception. This exception helps the users to debug at runtime. This also helps to find and catch the different types of errors occur at runtime....
Now the webmasters could load an assembly from any group directory which is proved through this online tutorial. The author defines about the assemblies as a component to be registered. The author shows how to generate a label custom control and...
Now the developers could use this article as a reference for knowing the ASCII table of characters while developing ASP applications. The author explains further about the various forms. The display of each ASCII key and its character... |