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
Get the Most Out of Windows Forms Controls : Steve C. Orr
Thursday, August 28 2008
Developers love Web applications because they are easier to deploy than Windows applications. But developers love Windows applications because functionally rich user interfaces can be created rapidly. Wouldn’t it be nice to have the best of both worlds? In this article I’ll show you how you can have your cake and eat it too by supercharging your ASP.NET Web pages with Windows Forms controls. Why Use Windows Forms Controls? There are many examples of things that can be done easily with Windows Forms controls that would be difficult or impossible with Web controls alone. For example, there is no Web control that provides the rich functionality of the Windows Forms ComboBox control. So what’s to stop a developer from using the ComboBox control on their Web forms? Not much, as will be demonstrated shortly. The custom ComboBox control defined in this article can even fetch its own data from a Web service....Working with WebParts Page, WebPart Zones & WebParts : Muhammad Mosa
Animated Popup Master/Detail using GridView, DetailsView and JQuery with jqModal & UpdatePanel : Muhammad Mosa
ASP.NET Tip: Control the Layout of Your Input Forms : Eric Smith
Adding and Responding to Buttons to a GridView : Scott Mitchell
Seven New Control Gallery Entries : ASP.NET News

