Execution speed of ASP pages in milliseconds is a web based FAQ article which deals with calculating the execution time of the ASP application. The author clearly explains the procedure with sample working code which can be used by the users on...
How To Determine Browser Type in Server-Side Code Without the BrowserType Object in ASP.NET is a web based tutorial in which author tells about the step by step method that have to be adapted to determine the browser type of the users by using...
Manual File Downloads In ASP.NET - Introduction is an ASP.NET tutorial in which author describes about an application which allows downloading of transcripts as a text file. This application allows to display the transcripts only for a specified...
It is an efficient online tutorial where the author describes a simple way to calculate execution time of ASP scripts. And he tells the drawbacks in executing the same process using VBScript and JScript. And explains in detail about the timer...
Usually the Web masters like to design the projection of Date and Time in a very different manner to suit its objective. The normal format of displaying time and date could be changed with the help of this ASP.NET Tutorials. We could choose our...
A Feedback Form in ASP.NET is an ASP.NET tutorial which deals with the methods involved in generating feed back email form with the help of ASP.NET applications. Here the author offers sample codes along with the descriptions inorder to create the...
Accessing Microsoft Access databases in ASP using ADO is a web based tutorial which specially concentrates on MS Access database. This article deals with step by step methods involved in accessing the data from the database with the help of ADO....
Allowing Only Numbers in ASP. NET TextBoxes is a tutorial which helps you to know about the CustomValidator control. CustomValidator control is used to permit only numbers in an ASP.NET textbox. You have to set both ClientValidationFunction...
An Overview of Code-Behind in ASP.NET is an ASP.NET tutorial in which author describes the principles of code-behind in ASP.NET. The auhor says that it can be used to create reusable functions, objects, classes, user control and server control....
Browser Sniffing in ASP.NET is a web based tutorial in which author elaborates the procedure for detecting the users web browser using HttpBrowserCapabilities property. The author elaborates the uses of HttpBrowserCapabilities Class for retrieving... |