DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

Stories recently tagged with 'ListView' Subscribe to this feed
13
kicks
published 1 month, 2 days ago, submitted by beckelmw 1 month, 6 days ago

beckelman.net — I was recently asked to provide sorting on a ListView that I knew needed it, but had left off originally because I was having trouble with the way I normally handle sorting ListViews with this particular page. This led me to searching for another way. I think what I came up with may replace the way I have been handling user requested sorting (all server side) up until now. What I found was the jQuery TableSorter plugin plus a few extras. The plugin, like just about all jQuery plugins is really easy to use. You just point it at your table and it does the rest (make sure your table has thead and tbody tags though). Of course there are many options that you can set for your particular situation. Check out the demo. read more...

Add a comment 2 comments | category: | Views: 138
tags: , , , | tag it

2
kicks
submitted by beckelmw 1 month, 9 days ago

beckelman.net — I found a new jQuery plugin bigTarget.js via http://www.noupe.com/css/using-javascript-to-fix-12-common-browser-headaches.html. I thought the technique would work great to improve my ListView's where I am using the truncate plugin that I found and initially posted about here Truncate Lengthy Text for Cleaner Display in ASP.NET ListView Using jQuery. Essentially, instead of just presenting a more or less link for the user to click, the user can click anywhere in a cell to expand or contract the text. read more...

Add a comment add a comment | category: | Views: 2
tags: , , , | tag it

3
kicks
submitted by beckelmw 1 month, 10 days ago

beckelman.net — I have been looking for ways to provide as much data as possible to my users without cluttering up the screen too much. In my last post Truncate Lengthy Text for Cleaner Display in ASP.NET ListView Using jQuery I think I found a pretty good way to achieve this but it doesn't work for all situations. An example would be when you have multiple detail records per parent record such as notes, orders etc. read more...

Add a comment add a comment | category: | Views: 16
tags: , | tag it

3
kicks
submitted by beckelmw 1 month, 17 days ago

beckelman.net — For a page I was working on this week I needed a static progress indicator to give a visual representation of the status of a list of projects. read more...

Add a comment add a comment | category: | Views: 38
tags: , , | tag it

2
kicks
submitted by beckelmw 2 months, 8 days ago

beckelman.net — In my post last week I initially tried using the jQuery ThickBox plugin to popup a confirmation dialog from an ASP.NET ListView item. I had some trouble at the time getting it to work how I wanted so I moved on to using the SimpleModal plugin. This weekend I decided to go back and try the ThickBox plugin again. read more...

Add a comment add a comment | category: | Views: 26
tags: , , , | tag it

2
kicks
submitted by beckelmw 2 months, 11 days ago

beckelman.net — I have been using the ModalPopupExtender from the AjaxControlToolkit for quite some time now to confirm delete requests prior to allowing the page to be posted back to the server. Since I have been spending so much time with jQuery lately I thought I would try to put something together that was jQuery specific. read more...

Add a comment add a comment | category: | Views: 29
tags: , , , | tag it

20
kicks
published 2 months, 12 days ago, submitted by beckelmw 2 months, 15 days ago

beckelman.net — Just to prove there are a million ways to get something done I decided to try using the jQuery clueTip Plugin to provide more details about an item in an ASP.NET ListView via a popup. read more...

Add a comment add a comment | category: | Views: 367
tags: , , , , | tag it

20
kicks
published 2 months, 12 days ago, submitted by beckelmw 2 months, 15 days ago

beckelman.net — Just to prove there are a million ways to get something done I decided to try using the jQuery clueTip Plugin to provide more details about an item in an ASP.NET ListView via a popup. read more...

Add a comment add a comment | category: | Views: 367
tags: , , , , | tag it

2
kicks
submitted by dotnetfunda dotnetfunda 2 months, 15 days ago

dotnetfunda.com — This article describes how to display the Context Menu on each row of the ListView Control using DropDownExtender and Menu control read more...

Add a comment add a comment | category: | Views: 37
tags: , , | tag it

7
kicks
submitted by vivekamar vivekamar 4 months, 6 days ago

dotnetcurry.com — In this article, we will see how to create a Picture Album using the ListView control. We will explore the GroupTemplate of ListView and explore how we can group multiple images together in the ListView, thereby creating an album effect. read more...

Add a comment add a comment | category: | Views: 81
tags: , , , , | tag it

1
kicks
submitted by dotnetfunda dotnetfunda 4 months, 8 days ago

dotnetfunda.com — ListView control is a new control added into ASP.NET 3.5. It enables you to display data in a format specified by you using templates and styles. It is useful for data in any repeating structure just like DataList and Repeater controls. However, unlike those controls ListView control enable you to edit, insert, delete, sort, paginate data without any extra effort. read more...

Add a comment add a comment | category: | Views: 50
tags: , , , | tag it

1
kicks
submitted by eamonb 4 months, 10 days ago

eb.net.nz — Using a drop-down list in an List View control, "insert item template". read more...

Add a comment add a comment | category: | Views: 151
tags: , | tag it

5
kicks
submitted by mosessaur mosessaur 4 months, 15 days ago

mosesofegypt.net — Custom Paging with LINQ, ListView, DataPager and ObjectDataSource, more Efficient method read more...

Add a comment add a comment | category: | Views: 139
tags: , , , , | tag it

1
kicks
submitted by satheeshbabu 4 months, 16 days ago

codedigest.com — ListView is a new databound control that is shipped with ASP.Net 3.5. ListView control is similar to GridView, Repeater, and DataList which helps us to display a table of data with awesome additional features. read more...

Add a comment add a comment | category: | Views: 23
tags: , | tag it

5
kicks
submitted by crpietschmann crpietschmann 5 months, 12 days ago

mattberseth.com — As a user, I am a fan of dashboard pages. Many data centric web applications have these as landing pages (I know the one I am currently building does). These pages usually display a high-level summary of the data the application is managing for the user. A few weeks ago when I was playing around with some Google Analytic style skins I tried combining the AjaxControlToolkit's TabContainer control with a simple ListView rendered data table to see if I could mimic some of the dashboard controls that google uses. I thought it turned out pretty well so I figured I would write a quick post ... read more...

Add a comment add a comment | category: | Views: 79
tags: , , , , | tag it

3
kicks
submitted by crpietschmann crpietschmann 5 months, 12 days ago

mattberseth.com — Nearly 6 months ago a wrote a post showing how you can use ASP.NET 3.5's new ListView and LinqDataSource controls to create a pretty sweet looking grouping grid. Well I recently created a few additional skins for my original grid that I thought I would share. You can follow the link to the demo site to see them in action and if you are interested in learning more you should read my original post and then download the sample site and step through some of the code. read more...

Add a comment add a comment | category: | Views: 43
tags: , , , | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge