|
|
Stories recently tagged with 'ListView'
|
|
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...
2 comments
|
category: jQuery | Views: 138
|
|
tags:
tablesorter, ReadIt, jQuery, ListView | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: jQuery | Views: 2
|
|
tags:
truncate, bigTarget, jQuery, ListView | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: jQuery | Views: 16
|
|
tags:
ListView, jQuery | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: ASP.NET | Views: 26
|
|
tags:
ModalPopup, ListView, ASP.NET, jQuery | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: ASP.NET | Views: 29
|
|
tags:
ModalPopup, ListView, ASP.NET, jQuery | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: ASP.NET | Views: 367
|
|
tags:
Popup, jQuery, ListView, ReadIt, tooltip | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: ASP.NET | Views: 367
|
|
tags:
Popup, jQuery, ListView, tooltip, ReadIt | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: ASP.NET | Views: 81
|
|
tags:
dotnetcurry, picture, Album, ASP.NET, ListView | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: ASP.NET | Views: 50
|
|
tags:
.net3.5, 3.5, ASP.NET, ListView | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: ASP.NET | Views: 23
|
|
tags:
ListView, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: AJAX | Views: 79
|
|
tags:
ListView, Dashboard, TabContainer, AJAX, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: ASP.NET | Views: 43
|
|
tags:
ListView, 3.5, ASP.NET, .net3.5 | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|