AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.
Categories
- AJAX
- ASP.NET Beginner Tutorials
- ASP.NET Tutorials
- Database
- File System
- Graphics
- Miscellaneous
- Network
- Resources
- Validation
- XML
Recent Posts
- Make Your ASP.NET Mobile Forms Timer-Refresh and Autoredirect : Peter Bromberg
You can't use javascript in Mobile Forms, and they won't render the META Refresh tag either. Here's a - Inversion of Control and Dependency Injection with Castle Windsor Container - Part IV : Simone Busoli
In this article I introduce the missing core features I didn't tackle before. They require a little more - Developing Gadgets For The Windows Vista Sidebar : Scott Allen
Windows Vista introduced the Sidebar – an anchored panel on the Windows desktop that can host mini-applications - .NET CodeToHTML : Paschal L
This article shows you how to convert source code to HTML. The aim of this article is to share with you - Save Changes on Close of Browser or when exiting the page. : Abishek R Srikaanth.
This article describes on how you can implement the functionality of saving changes on close of the browser
Custom Paging for TableAdapters without using SPs : Manuel Abadia
Sunday, February 22 2009
TableAdapters are a quick way to create a DAL writing very little code or none at all. However, there isn’t an easy way to modify the generated code. You can extend the generated class adding methods but it would be cool if you could modify the generated methods, for example, how the insertions are performed. As this is not possible you have to live with the code that is generated. Anyway, for small projects with very little business logic and data intensive projects, TableAdapters are very helpful. Even for a simple project, you need to avoid retrieving all table records in a query for performance reasons so you have to do custom paging. TableAdapters don’t have direct support for custom paging (sad but true) so you are on your own to implement it....Combine Classic ASP and ASP.NET Content Seamlessly with Invisible Blended IFrames : Peter Bromberg
Introduction to DotNetNuke® Module Development : Michael Washington
Implementing Generic Caching : DaveTheKnave
HTTP compression in .NET Framework 2.0 : Paulo Morgado
Drag and Drop Using JavaScript : Mohammad Azam

