ASP.Net

Working with ASP

by Guest-Blogger on January 11, 2011

in ASP.Net

ASP stands for Active Server Pages. These are pages that, in addition to the ordinary HTML code of a web page, have added commands that a web server processes before sending the web page to the browser. These extra commands are called server side scripts. ASP web hosting allows these scripts to be implemented and [...]

{ 0 comments }

ASP at a glance

by Shabbir on April 10, 2009

in ASP.Net

ASP contains text, HTML tags and different scripts. These scripts in an ASP file are executed on the server.Before learning ASP one should have knowledge of VBscript or Java script.ASP means Active Server Pages and this pages runs on Internet Information Services .ASP file is the same as HTML file it contains HTML, XML, and [...]

{ 1 comment }

In the previous two articles (1, 2) we explained connecting to Microsoft Access database and writing to it, in C#. Now we do that in ASP.Net. For start create a new ASP.Net project. First of all we are creating two labels, two text boxes and one button with the following code (add it between the [...]

{ 7 comments }

ASP.Net Web Site Sample

by Shabbir on April 28, 2008

in ASP.Net

Today we will create a simple ASP.Net web site. You must have Visual Studio or Visual Web Deleloper to start creating web sites with ASP.Net. We will use Visual Studio 2008. To start go to File -> New -> Web Site (Shift+Alt+N). In the dialog box under the Templates area select ASP.NET Web Site, set [...]

{ 0 comments }