Library tutorials & articles
ASP.NET Controls Explained: Part 2/2
Conclusion
Over the last two articles we've looked at a number of different methods that we can use to divide our ASP.Net pages up into a number of smaller, self-contained chunks of code. Using these methods can help our web applications become more scalable and easier to manage.
The features described in this are what make ASP.NET pages so flexible, and you should use them as often as you can to separate your presentation layer from your application logic layer. Take a look at the books and links below for more information on controls.
Related articles
Related discussion
-
Using FedEx Web Service to Calculcate Shipping Cost
by bhora123 (4 replies)
-
Very Urgent regarding deleting the images from a folder
by rameshbandi (2 replies)
-
Dynamically Generating PDFs in .NET
by nike12 (10 replies)
-
New style of Javascript used in extenders.
by mittalpa (0 replies)
-
Not able to launch the web application
by NaseemAhmed (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?
Can i print code in main page head tag by overriding render without adding any extra item in head tag.
Thanks!
This thread is for discussions of ASP.NET Controls Explained: Part 2/2.