Library tutorials & articles
Using ASP.NET Server Controls
Overview
The long awaited Active Server Pages .NET (ASP.NET) is the replacement for the current version of ASP. This key component of the new .NET framework has the potential to save organizations time and money by allowing them to establish object-oriented frameworks for the web applications. Microsoft has done an excellent job with automating common web development tasks, but more importantly they have created a tool that gives developers the ability to handle any business problem. In this first article of my transitioning to ASP.NET series, I will give you a basic overview of ASP.NET and server controls.
Big Picture, Little Picture
The arrival of new technology can always be confusing; however, one thing remains the same throughout all languages and platforms-"Fundamentals". I'm going to approach this series by focusing on what developers need to know to get their job done. I feel that the fundamental components of ASP.NET developers need to know are server controls, data access, .NET components, .NET classes, web services, debugging, IDE, how to access legacy ActiveX functions, and application performance. So lets get started!.
Related articles
Related discussion
-
Export Datagrid to Excel with same formatting
by BarbaMariolino (1 replies)
-
how to design a template platform which can be used to create many different pages?
by polytheme (1 replies)
-
sending sms from pc
by sriraj20074 (0 replies)
-
Capture Video
by ess-image (23 replies)
-
DataGrid - How to display the content of a hidden TemplateField on mouseover
by DonCarnage (0 replies)
Related podcasts
-
StackOverflow uses ASP.NET MVC - Jeff Atwood and his technical team
Scott chats with Jeff Atwood of CodingHorror.com and most recently, StackOverflow.com. Jeff and Joel Spolsky and their technical team have created a new class of application using ASP.NET MVC. What works, what doesn't, and how did it all go down?
Events coming up
-
Jul
7
DTC 70-528 Session 7: Chapter 12
Greenwood Village, United States
Due to lack of interest of the 5th Monday meetup, we will continue as originally scheduled. The topic of the night will be "Chapter 12 - Creating ASP.NET Mobile Web Applications", taught by RJ Hatch. It is a fairly small chapter, so we can discuss other topics as well. Pizza and beverages will be provided on a donation basis.
It would have made article more intresting if it was told which controls to be used in different conditions.
This thread is for discussions of Using ASP.NET Server Controls.