AspDotNetAtoms.com provides daily updates on ASP.NET Tutorials, Programming Resources, .NET Articles, Authors and more.
Categories
Recent Posts
- Handling Files and Directories from your web applications. : Rockin J
Using C#, VB.NET, and ASP.NET to get all files of directory and subdirectory. Simply illustration of - Animated Popup Master/Detail using GridView, DetailsView and JQuery with jqModal & UpdatePanel : Muhammad Mosa
Demonstrate how to build master/details data presentation using GridView, DetailsView as animated pop - Understanding Script Injection Attacks : Sanjit Sil
This article helps to understand the concept of script injection attacks in detail using ASP.NET. Sanjit - Designing An Application Using Test Driven Development : Mohammad Azam
Application design is one of the most important aspects of creating the application. A design serves - Cross-Site Scripting in ASP.NET : SandeepReddy Pasham
Cross-site scripting attacks exploit vulnerabilities in Web page validation by injecting client-side
Build a Multi-Provider Async Methods Search Page : Peter A Bromberg
Monday, July 07 2008
Extends the concept of Asynchronous Page Methods to show how to combine the results of seven or more search engines simultaneously, removing duplicates, and display in a nice pageable Gridview on your ASP.NET 2.0 page. In this previous article I explained some of the basics of the ASP.NET 2.0 Asynchronous Page methods framework. You may wish to read that article for background before beginning this one. Here, I will extend the concepts presented in the previous article to show how it is possible to send the same search term to as many RSS "search results" providers as you want, have them all be processed in parallel, and combine the results, removing duplicate links, to display in a pageable gridview...Perform Database Administration Operations with SQL Server Management Objects : John Papa
Master/Detail Part 2: Filtering With Two DropDownLists : Scott Mitchell
ObjectDataSource in Depth (Part 2) : Manuel Abadia
Performing Batch Deletes from the Database : Scott Mitchell
Membership & Role Providers in ASP.NET 2.0 : Scott Allen

