Recent Posts
Calendar
May 2013
S M T W T F S
« Apr    
 1234
567891011
12131415161718
19202122232425
262728293031  

Posts Tagged ‘listview’

Sorting the ListView in ASP.NET

Are you confused about how to implement sorting in the new ListView control in ASP.NET 3.5?  Join me as I show you in this step by step video showing you exactly how to sort a ListView, even when it isn’t in gridview mode.

Read the rest of this entry »

Republished by Blog Post Promoter

Paging on a Datalist

ARTS0021

This morning, my email had the following question:

“I am having a problem with datalist. Is it possible to do paging on datalist? If yes, what is the solution? I am using VB.NET on Microsoft Visual Studio 2008. Any recommend extension or solution?”

While I’m pretty sure I’ve addressed this in a previous article, I couldn’t find it doing a quick search, so I’ll review this issue again this morning.

Read the rest of this entry »

Converting a DataList to a ListView

Yesterday, I spent the bulk of the day converting a DataList to a ListView.  I thought I’d spend a little time relating the process for those of you who might be interested in doing the same.

Read the rest of this entry »

Add/Edit/Delete with ListView

Last week we took a short look at the new ListView control in ASP.NET 3.5.  Today, we’ll take a brief look at Add/Edit/Delete.  This is actually pretty simple stuff.

Read the rest of this entry »

ListView and the DataPager

One of the new controls that Visual Studio 2008 brings us is the ListView.  Now, the ListView control is really several different controls all rolled into one.  There is a lot to see with this control.  So, today is just going to be a small introduction.  We’ll come back another day and do a presentation that goes deeper than we have time for today. Read the rest of this entry »

Bear