ASP.NET AJAX Chat Tutorial Tutorial (Chat-Scripts)
Friday, February 27th, 2009This tutorial will teach you how to create an AJAX driven web chat program with ASP.NET and SQL Server as the back end.
View Tutorial
This tutorial will teach you how to create an AJAX driven web chat program with ASP.NET and SQL Server as the back end.
View Tutorial
ASP is very powerful while managing cookies. It’s so easy to create a cookie. You may use response object and cookie property to create it. Again request object used to retrieve cookie. Cookies must be written before header sent to client by server. This means you should write and send cookie befre any HTML opening tag.
View Tutorial
The term ‘SQL Injection’ means to inject malicious SQL statement(s) in an otherwise regular SQL to get access to secure data on a website. In this article, we will examine how SQL injection attacks are carried out and what programming techniques can be used to prevent them. While we will assume classic ASP pages and the backend SQL Server database to demonstrate the method and means of prevention, the concept is equally applicable to other web programming technologies and database systems.
View Tutorial
This book provides introductions and tutorial examples on how IIS ASP server provides support to VBScript code embedded in HTML documents. Topics include configuring IIS to support ASP pages; ASP runtime ‘request’, ‘response’ and ’session’ objects; ADO library supporting database server connections.
View Tutorial
Active Server Pages allow for the easy ability to create dynamic views of your data on a web server, but you can also create ’static’ documents on the server. This can be particularly useful if you wish to distribute your information on CD or in virtually any document form.
View Tutorial