I was wondering how people handle a ListBox control that has no items? e.g. I want to bind a list of search results but if no results are found i would like to display ‘No results found’.
The way i currently tackle this is that i hide the listbox if the result set count = 0 and show a label with the ‘No results found’ message. Ideally i would like something like the ASP .NET datagrid EmptyTemplate solution.
Cheers
I’ve had some success with this code: