ASP-NET  
 
ASP-NET-Introduction
ASP.Net Introduction
 
 
ASP-NET-ArrayASP.NET Introduction
ASP-NET-BasicASP.NET Basic
ASP-NET-PagesASP.NET Pages
ASP-NET-FormsASP.NET Forms
ASP-NET-EventsASP.NET Events
ASP-NET-ControlsASP.NET Controls
ASP-NET-TextboxASP.NET Textbox
ASP-NET-ButtonASP.NET Button
ASP-NET-DatabaseASP.NET Database
ASP-NET-DatalinkASP.NET Datalink
ASP-NET-ArrayASP.NET Array
ASP-NET-ListsASP.NET Lists
ASP-NET-XMLASP.NET XML
ASP-NET-ValidationASP.NET Validation


ASP.Net Introduction

ASP.Net is part of Microsoft .NET framework developed to allow programmers to build dynamic web sites, web applications and web services. ASP.NET web forms are used for application development.Web forms are contained in files with an ".aspx" extension these files contain static HTML , markup defining server-side Web Controls and User Controls where you can place all the required static and dynamic content for the web page. Dynamic code which runs on the server can be also be placed in a page.

Also learn about:

  • ASP.NET Basic
  • ASP.NET Pages
  • ASP.NET Forms
  • ASP.NET Events
  • ASP.NET Controls
  • ASP.NET Textbox
  • ASP.NET Button
  • ASP.NET Database
  • SP.NET Datalink
  • ASP.NET Array
  • ASP.NET Lists
  • ASP.NET XML
  • ASP.NET Validation

 

 
Home