Performing Browser Detection Using ASP.NET is a web based tutorial in which author elaborates the method of identifying the visitors web browser using Request.Browser property. Here author provides source code which collects the information of...
To access server side scripts and features ASP provides in-built objects using which you can create applications through ASP and the required steps are explained in this tutorial. The various usage of ASP objects are listed that let you implement...
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...
Opening Child Windows Using Server Side Controls is a web based tutorial which gives you various methods such as adding a server side script to the button control, adding client side script to the write method of the response object and using the...
Using ASP.NET Server Controls - Overview is an article in which the author lists you the advantages of the ASP.NET and explains the four types of ASP.NET server controls such as HTML, ASP, Validation, and User controls. This article is more...
The ASP version of server-side-clock.php, this recursive function tells the date on the server that it is being served from. On loading, it calculates the difference between the client and server times. It then uses that difference to keep itself...
Server-Side Caching Options is an article which will be of much use to ASP programmers. Various caching techniques like element caching, page caching and data caching are discussed here. The author also tells about the advantages and disadvantages...
Server-Side Data Access is an ASP.NET tutorial in which the author demonstrates about several process of accessing SQL based datas. The author describes the process of executing select query to a SQL database inorder to populate the database. In...
BigNoseBird.Com's Server Side Include Page has an exhaustive set of SSI tutorials and reference pages. Using SSI makes pages more responsive and site maintenance easy. The pages in the site end with the shtml extension instead of the more...
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... |