(Hajan Selmani) Creating code snippets using VS.NET is very useful tip because it may help you when you need to write code repeatedly within your applications. For instance, we may use try catch finally block very often. Rather than writing the complete code-block manually, we may save it as a Code
Tag: Development
WPF: Sorting Grouped Data in a ListBox
(Ged Mead) I’ve written a few blogs recently that look at various ways of handling XML data in a WPF application. Certainly more than I set out to do! But, that’s the way it goes, isn’t it? As son as you crack one problem, you think of something else you’d like or need to do to improve it. And s
Exploration of New Methods in Crystal Reports WPF Viewer
(Eric Landes) This article delves into the new methods exposed in Crystal Reports new WPF Viewer. These methods include the ReportDocument.BeforeFormatPage Event, the ReportRequestStatus.NumberOfPages, and more.
WPF DataGrid Style
(Nipun Tomar) The DataGrid control provides a flexible way to display a collection of data in rows and columns. The DataGrid includes built-in column types and a template column for hosting custom content. The built-in row type includes a drop-down details section that you can use to display additio
Client Templating with jQuery
(Brij Mishra) jQuery templating is becoming a new buzzword for the new Web applications. One cannot avoid jQuery in web applications. Currently most of the applications are using jQuery heavily. It provides very good look & feel and better performance.
Printing To The Primary Output Stream From Within A ColdFusion CFThread Tag
(Ben Nadel) A lot of the time, when we use ColdFusion’s CFThread tag, we use it in a “set it and forget it” style approach; that is, we spawn a parallel thread and don’t wait for it to come back. Other times, however, we do wait for the parallel threads to finish processing so that we can examine th
ASP.NET MVC 3 Validation and IValidatableObject
(David Hayden) I was working with ASP.NET MVC 3 validation today and was tickled to learn of the support for IValidatableObject. I mainly like to use the Enterprise Library Validation Application Block in my projects, but System.ComponentModel.DataAnnotations has come a long way in .NET Framework 4.
Convert ASP.NET DropDownList into Multi Select ListBox using jQuery 18retweet
(Suprotim Agarwal) In this simple article, we will see how to convert an ASP.NET DropDownList into Multi Select ListBox, in order to select multiple items. This article is a chapter from my EBook called 51 Recipes with jQuery and ASP.NET Controls. The chapter has been modified a little to publish it
Making the Text in the DynamicData List Pages GridView Wrap.
(Stephen Naughton) Why won’t the text in my Dynamic Data List page GridView wrap? This is answered here and in this post on the ASP.NET Dynamic Data Forum here Re: DynamicField within GridView truncating data where Yuipcheng asks;
WebMatrix – URLs, UrlData and Routing for SEO
(Mike Brind) This article examines how you can make use of the built-in support for Routing provided by ASP.NET Web Pages to not only create friendly URLs, but to work with parameters as well.
