Posts Tagged ‘listview’
Paging on a Datalist
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.
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.
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.
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.
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 »