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, [...]
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 <div></div> tags)
So, [...]
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 the Location to [...]