ASP.NET (AJAX)


Getting E-Mail Out the Door

Having looked at how to prepare an e-mail object, Peter turns his attention to getting the message mailed to someone.

The MailMessage Always Delivers

The MailMessage object that's part of .NET lets you send e-mail notifications to your users and supports all the customizations you'd want in e-mail.

Release of ASP.NET MVC Under Open Source License Draws Mixed Reviews

Microsoft is drawing mixed reactions to the release last week of the source code for its ASP.NET Model View Controller.

Build and Debug Web Parts with SharePoint Extensions

Visual Studio 2008 Extensions for SharePoint makes developing and testing Web Parts almost easy, provided you install it correctly.

Automation Design Canvas Boasts Advanced Web Testing

Run repeatable, automated tests of Web applications as you develop them with this high-end tool.

Mono 2.4, MonoDevelop 2.0 Advance Cross-Platform .NET Development

The Mono Project announced the release of Mono 2.4, an open source implementation of the .NET development framework for the Linux, Mac OS X, Solaris and UNIX operating systems.

Microsoft Releases ASP.NET MVC

More than a year after its first community technology preview was released, ASP.NET Model View Controller has finally shipped.

Adding Events to User Controls

To fully exploit User Controls, you need to treat them as object -- which includes having them fire events. If firing your own events is new to you, here's a step-by-step guide.

User Controls as Objects

ASP.NET developers don't fully exploit User Controls -- until they start thinking of them as "User Interface" objects.

Create a Reporting Dashboard with WebPartZones (But Without WebParts)

All you need to let your users customize their Web pages is the ability to create UserControls.

RC2 of ASP.NET MVC Released

Microsoft this week unexpectedly issued a second release candidate of its ASP.NET Model View Controller, the company's a design pattern for test-driven development of enterprise-scale Web applications.

Displaying and Updating Dynamic DataBound Columns with ObjectDataSource

Peter continues his series on integrating cascading DropDownLists with databound controls. But this time, he looks at what's different when you're using the ObjectDataSource.

Infragistics' New Tools for Picturing Data in Silverlight

Component vendor Infragistics Inc. is releasing Silverlight 2 controls to enable developers to visualize key performance indicators for dashboards, reporting and other data-driven Web applications.

Updating Dynamic DataBound Columns with SqlDataSource

Peter continues his series on integrating cascading DropDownLists with databound controls and the SqlDataSource.

Integrating Dynamic DataBound Columns with SqlDataSource

You've given your users cascading DropDownLists to make it easy for them to find the item they want -- but now your page won't update. Peter has a solution for single-tier applications using the SqlDataSource.

Atalasoft Offers New View of SharePoint

Atalasoft Inc. is launching a SharePoint plug-in based on the document imaging tooling in its latest SDK.

Integrating Master Pages + Content Pages + a Little AJAX

Getting your content and master pages to work side-by-side is easy, thanks to UpdatePanel.

Handling Runtime Errors Globally

Unhandled runtime errors hit the best of us. But if you catch them at the Page and Application levels, you'll save yourself a lot of grief.

Updating Multiple GridView Rows

Putting updateable controls in the ItemTemplate in a GridView gives developers what they want: the ability for users to change more than one row at a time. The cost is writing some extra code.

Microsoft Releases RC1 of ASP.NET MVC

Microsoft today made available Release Candidate 1 of its ASP.NET Model View Controller, a design pattern for test-driven development of enterprise-scale Web applications.

Subscribe on YouTube