Categories

DAtabase example

A database example

DAtabase example

<html> <head> <script langauge="vb" runat="server">

Private Sub Page_Load(ByVal sender As System.Object

Bookmark It

Hyperlink control example in ASP.net

Hyperlink control example in ASP.net

Hyperlink control example in ASP.net

<%@ Page Language="C#" %> <html> <head> <title>Hyperlink control example in ASP.net</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <form runat="server" id="form1" name="form1"> <asp:hyperlink runat="server" NavigateUrl = "http://www.programmingsite.co.uk" Target ="_NewWindow"> programmingsite home page </asp:hyperlink> </form> </body> </html>

Bookmark It

Read a file

Read a file

Read a file

<%@ Import Namespace="System.IO" %> <script language="vb" runat="server"> sub Page_Load(sender as Object

Bookmark It

ActiveX controls supported

ActiveX controls supported

ActiveX controls supported

If Request.Browser.ActiveXControls = True Then Response.Write(This browser supports Active X Controls) End If

Bookmark It

AOL supported

Is AOL present

AOL supported

If Request.Browser.AOL = True Then Response.Write(This is an AOL Browser) End If

Bookmark It