(Suprotim Agarwal) In this short article, I will demonstrate how to search and filter items of an ASP.NET DropDownList using jQuery. This article is a sample chapter from my EBook called 51 Tips, Tricks and Recipes with jQuery and ASP.NET Controls.
Tag: Development
How To Sort and Group ListItems in a WPF ListBox
(Ged Mead) I was going to title this blog “What’s in a name?” because William Shakespeare’s famous question smacked me on the head recently after what seemed like several hours of frustration. The answer in this particular case is “Quite a lot!”. As you’ll see when I cover the syntax used to group i
Using Regular Expressions In Javascript (A General Overview)
(Ben Nadel) I love regular expressions; they are the cat’s pajamas. I find that hardly a day goes by where I don’t use them in some way to solve a problem. But, as much as I love them, there has always been something about using them in Javascript that has felt a bit shaky. I think it’s simply that
WPF ValueConverter Using Enumeration and Image Paths
(Ged Mead) In the previous blogs on ValueConverters – here and here – the conversion was from Integer type to Brush. In this blog I will cover the situation where you want to include a small image or icon in the ListView.
How To: Web Service Load Testing Using VSTS 2010
(Syed Aslam Basha) Apart from performance testing for web sites, I have done load testing on web services for many of our projects. I will show how to create a web test for web service using Visual studio team system 2010 (VSTS) which can be used in load testing.
ASP.NET MVC View Model Patterns
(Steve Michelotti) Since MVC has been released I have observed much confusion about how best to construct view models. Sometimes this confusion is not without good reason since there does not seem to be a ton of information out there on best practice recommendations. Additionally, there is not a “o
jQuery Star Rating with ASP.NET MVC
(Mike Brind) There are a number of jQuery star rating plugins to choose from. All have their pros and cons. For this site, I decided to implement the one from FyneWorks because it allows for split stars. Here’s how I did it.
Shaped Windows in WPF
(Mahesh Chand) If you come from Windows Forms background, you must have heard of shaped Windows Forms or non-rectangular Windows Forms. A non-rectangular Windows Forms has a user interface that is not a typical rectangular Window you see in Windows user interfaces. The window can be of any shape suc
Developing with the Taskbar in Windows 7
(Sergey Zwezdin) Windows 7 contains a large number of innovations and improvements. These improvements touch on safety, productivity, reliability, etc. A lot of attention is also given to user interface. This operational system is interesting for developers of applications based on Windows platform.
Using jQuery’s UI Slider For Page Sizes
(Malcolm Sheridan) Recently I did an article on Efficient Server Side Paging With ASP.NET and jQuery where I explained how jQuery’s Ajax functionality could be used to eliminate the need to use page heavy server controls such as the GridView, and prevent bloating your page with tonnes of ViewState.
