Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Wednesday, March 10, 2010

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase
Search:
What's New - What's Hot
More Categories for .NET Namespaces .NET Namespaces (1927)
.NET Framework Namespaces
More Categories for Applications Applications (1097)
Management, Email, Graphics, Search..
More Categories for Articles & Samples Articles & Samples (62069)
Assembly, Caching, Controls, Reflection..
More Categories for Community Community (94)
Conferences, Chat Rooms, Jobs, Training..
More Categories for Component & Controls Component & Controls (1345)
Forums, Management, Email, more..
More Categories for Developers Sites Developers Sites (153)
Sites dedicated to developer community..
More Categories for Developers Training Developers Training (467)
Training CD-ROMs, Videos, Courseware..
More Categories for Downloads Downloads (412)
Service Packs, Code, Msdn Show..
More Categories for Hosting Services Hosting Services (137)
ASP and ASP.Net Hosting sites..
More Categories for Introduction Introduction (435)
ASP, ADO.Net, C#, VB.NET, XML
More Categories for Knowledge Base Knowledge Base (2370)
Knowledge Base Articles, Samples, Tutorials, HowTos...
More Categories for Sample Chapters Sample Chapters (235)
Sample Chapters from Developer Books..
More Categories for Silverlight Silverlight (929)
Silverlight
More Categories for Support WebCasts Support WebCasts (1053)
Microsoft's Support WebCasts

File Copy Progress, Custom Thread Pools    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Stephen Toub       Rating:  
Read Reviews | Write Review |   Your Rating: 

I'm copying a lot of large files in my application, and I'd like to give the user the option to cancel these actions. Can I use the same dialog that the shell provides when dragging and dropping files from one place to another? Alternatively, is there any way my application can receive status notifications during a file copy so that I can create my own progress dialog with an option to cancel?...

Five Undiscovered Features on ASP.NET 2.0    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Jeff Prosise       Rating:  
Read Reviews | Write Review |   Your Rating: 

By now, developers everywhere have had the opportunity to download the first beta of the Microsoft® .NET Framework 2.0. ASP.NET developers who have played with it are no doubt salivating at all the cool new features. From Master Pages to declarative data access to new controls to a new provider-based state management architecture, ASP.NET 2.0 offers myriad ways to do more with less code. And with Beta 2 just around the corner, now is the time to get serious about ASP.NET 2.0....

Adding a Context Menu to ASP.NET Controls    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Dino Esposito       Rating:  
Read Reviews | Write Review |   Your Rating: 

Although the context menu is a common element of most desktop applications, it is still fairly uncommon in Web application names because it doesn't map well to a server-based technology like ASP.NET. To get context menu functionality, your browser needs strong DHTML support and a rich eventing model, both of which you get in Microsoft® Internet Explorer 5.0 and newer versions, as well as in Netscape 6.0 and others. However, the various browsers' object models, although nearly identical in functi...

ADO.NET and System.Transactions    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: John Papa       Rating:  
Read Reviews | Write Review |   Your Rating: 

The Microsoft® .NET Framework versions 1.0 and 1.1 represented major changes in software development. However, one important thing that did not change much was support for distributed transactions. All of that is about to change because the .NET Framework 2.0, which includes a new namespace called System.Transactions, will offer significantly improved support for distributed transactions. This new namespace enhances transactional support for managed code and makes it possible to handle transacti...

Designing URLs for MSDN2    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Tim Ewald       Rating:  
Read Reviews | Write Review |   Your Rating: 

This is the first installment of a new column about MSDN® projects: what we're doing, how we're doing it, and what we're learning along the way. It will be written by MSDN staff with the goal of sharing the team's experiences in solving the real-world business problems MSDN faces. This first installment introduces the URL model we implemented in the alpha release of the MSDN/TechNet Publishing System (MTPS), the new online infrastructure we launched in September 2004 to support MSDN2 (msdn2.micr...

Get Your Customers Involved in the Testing Process with Functional Tests in Excel    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Will Stott       Rating:  
Read Reviews | Write Review |   Your Rating: 

Many specification documents don't provide the full story about the products that they define. Often no one notices this until a significant amount of development time has gone into the project. For specifications to be truly valuable, they need to give an accurate picture of all the requirements of a project....

Display Your Data Your Way with Custom Renderers for Reporting Services    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 1 Author: James Yip       Rating:  
Read Reviews | Write Review |   Your Rating: 

SQL Server™ 2005 Reporting Services from Microsoft is a great tool that offers a centralized approach to storing and rendering reports. It also allows users to view and download reports without installing additional software. But what's most convenient for users is that reports can be saved in any number of different formats using custom report renderers. In this article, I will demonstrate how to develop one such report renderer that outputs HTML reports, but the skills you'll learn can easily ...

Realize the Potential of Office 2003 by Creating Smart Tags in Managed Code    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Ben Waldron       Rating:  
Read Reviews | Write Review |   Your Rating: 

Smart tags were first introduced in Microsoft® Office XP as an integrated way to enable users to dynamically present additional information in their documents. For general users of Office, smart tags are a way to boost productivity by having actions linked to keywords. For corporate users, smart tags are used to link users to internal resources based on the type of data they view or input into Office applications. A good example is linking a purchase order number in an Excel spreadsheet to detai...

Add a Recycle Bin to Windows SharePoint Services for Easy Document Recovery    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Maxim V. Karpov and Eric Schoonover       Rating:  
Read Reviews | Write Review |   Your Rating: 

Windows® SharePoint® Services (WSS), which is part of Microsoft® SharePoint Products and Services, provides a long list of features that help improve both collaboration and workflow while protecting documents and intellectual property. While WSS features continue to improve with each release, one feature that's conspicuously missing is an easy way to back up and restore deleted files from document libraries....

Access Control List Editing in .NET    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Keith Brown       Rating:  
Read Reviews | Write Review |   Your Rating: 

Access control lists (ACLs) can be complex beasts, and user interfaces for editing them are incredibly tricky to implement properly. That's why I was really excited when Windows® 2000 shipped with a programmable ACL editor, shown in Figure 1. Technically this is more than an ACL editor; it also allows you to edit the owner of an object and both the discretionary and system access control lists (DACLs and SACLs, respectively). But I'll call it "ACL editor" here rather than the more technically co...

Using InfoPath as a Reporting Solution    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Larry W. Jordan Jr.       Rating:  
Read Reviews | Write Review |   Your Rating: 

I love the part of my job that lets me write code and develop software. In addition to those responsibilities, however, I manage a development organization that's working on a number of large strategic projects. As you know, one of the challenges faced in managing a team is finding the right balance between getting the information I need to be an effective manager and avoiding the kind of intrusion on team members that can inhibit their work. To get my information without intruding, my team and ...

Automate Your ASP.NET Web Services Testing    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: James McCaffrey       Rating:  
Read Reviews | Write Review |   Your Rating: 

It's no exaggeration to say that Web services are revolutionizing application-to-application communication. Web services are already being used extensively in corporate intranet environments and are making their way into commercial use, too. But because Web services are relatively new, techniques to test Web services programmatically are not widely known. In this column I'll show you a technique to quickly write test automation that verifies Web service functionality. The best way to show you wh...


DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net