|
|
||
|
User login Add the website to your browser's favorites |
Submitted by Tech Videos on Mon, 2007-04-30 20:35.
Tech Videos
Active Server Pages (ASP) is Microsoft's server-side script engine for dynamically-generated web pages. It is marketed as an add-on to Internet Information Services (IIS). Programming ASP websites is made easier by various built-in objects. Each object corresponds to a group of frequently-used functionality useful for creating dynamic web pages. In ASP 2.0 there are six such built-in objects: Application, ASPError, Request, Response, Server, and Session. Session, for example, is a cookie-based session object that maintains variables from page to page. Most ASP pages are written in VBScript, but any other Active Scripting engine can be selected instead by using the @Language directive or the <script language="language" runat="server"> syntax. JScript (Microsoft's implementation of ECMAScript) is the other language that is usually available. PerlScript (a derivative of Perl) and others are available as third-party installable Active Scripting engines. 1. ASP on dreamweaver tutorial - Dynamic webpage using dreamweaver mx, a simple ASP(active server page) this tutorial focuses in creating a user login to the webpage. 2. Mashup With ASP.NET 2.0 Web Parts - This video demonstrates a custom mashup I created using the new web parts technology in ASP.NET 2.0. I used the Stickam, LiveVideo, and YouTube developer APIs to create web parts that display featured videos and other information. I also created web parts to show RSS feeds from blogs and the local weather from the National Weather Service. 3. ASP.NET 2.0 Nested GridView - This is a simple sample example screen cast of how to nest a gridview inside another gridview to display master - detail information. For example listing orders and items for each order. 4. PHP/ASP - A 15 minute overview on using Alpha 5 to create a database driven web application, with a comparison to PHP and ASP. 5.ASP.Net Required Field Validator - ASP.Net Required Field Validator |
|