Ads Header

Saturday, September 4, 2010

ASP .Net Sample Application for the First Timers

Saturday, September 4, 2010 by ASP.NET · 0

This article looks at some of the basics of ASP .Net with a small sample program which writes "Hello World" in the browser. ASP .Net Class Model:   The ASP .Net has been built on a collection of classes over the .Net framework. Each control, behavior etc., are implemented using one/many of the .Net classes. These classes could be present either in the Global Assembly Cache (GAC) or the local WWWRoot directories.   ...

XML TO HTML Page Creation

by ASP.NET · 0

Script Output: First NameLast NameSales AndrewFuller5000 JanetLeverling6250 StevenBuchanan3245 MargaretPeacock4685 RobertKing5290 DavidAndersen6420 FrankEdwards3840 KateRichards4260 EdwardJones3450 LauraCallahan3675 GregMiller5640 TammySteel3570 ...

by ASP.NET · 0

Script Output: First Name Last Name Sales Andrew Fuller 5000 Janet Leverling 6250 Steven Buchanan 3245 Margaret Peacock 4685 Robert King 5290 David Andersen 6420 Frank Edwards 3840 Kate Richards 4260 Edward Jones 3450 Laura Callahan 3675 Greg Miller 5640 Tammy Steel 3570 By now I'm sure you're probably using XML files for something. Whether it be data transfer, storage, caching, or something else altogether, it's a great technology....

How to Use the ListBox Control in ASP.NET 2.0

by ASP.NET · 0

How to Use the ListBox Control in ASP.NET 2.0 (Page 1 of 6 ) Any developer who is using the Listbox...

CompareValidator in ASP.net

by ASP.NET · 0

<html> <body> <form runat="server"> <table border="0" bgcolor="#b0c4de">    <tr valign="top">      <td colspan="4"><h4>Compare two values</h4></td>    </tr>    <tr valign="top">      <td><asp:TextBox id="txt1" runat="server" /></td>      <td>...

JAVA

by ASP.NET · 0

What is Java technology and why do I need it? This article applies to: Platform(s): All Platforms Java version(s): All JRE Versions Java is a programming language and computing platform first released by Sun Microsystems in 1995. It is the underlying technology that powers state-of-the-art programs including utilities, games, and business applications. Java runs on more than...

INSTALLING ASP.Net

by ASP.NET · 0

What You NeedIf you have a Beta version of ASP.NET installed, we recommend that you completely uninstall it! Or even better: start with a fresh Windows 2000 or XP installation! Windows 2000 or XPIf you are serious about developing ASP.NET applications you should install Windows 2000 Professional or Windows XP Professional. In both cases, install the Internet Information Services (IIS) from the Add/Remove Windows components...

ASP.net

by ASP.NET · 0

ASP.NET has better language support, a large set of new controls, XML-based components, and better user authentication. ASP.NET provides increased performance by running compiled code. ASP.NET code is not fully backward compatible with ASP. New in ASP.NET     * Better language support     * Programmable controls     * Event-driven programming     * XML-based components    ...

What is Asp.net ?

by ASP.NET · 0

What You Should Already KnowBefore you continue you should have a basic understanding of the following: WWW, HTML, XML and the basics of building Web pages Scripting languages like JavaScript or VBScript The basics of server side scripting like ASP or PHP If you want to study these subjects first, find the tutorials on our What is Classic ASP?Microsoft's previous server side scripting technology ASP (Active Server Pages)...

What is ASP.net

by ASP.NET · 0

ASP.NET is a web application framework developed and marketed by Microsoft to allow programmers to build dynamic web sites, web applications and web services. It was first released in January 2002 with version 1.0 of the .NET Framework, and is the successor to Microsoft's Active Server Pages (ASP) technology. ASP.NET is built on the Common Language Runtime (CLR), allowing programmers to write ASP.NET code using any supported...