Stories recently tagged with 'ListView'

Client Side ASP.NET ListView Sorting via jQuery TableSorter Plugin Dem(beckelman.net)

submitted by beckelmwbeckelmw(2755) 3 years, 3 months ago

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: |Views: 485

tags: another

When Truncating Text Increase the Size of the Read More Target - ASP.N(beckelman.net)

submitted by beckelmwbeckelmw(2755) 3 years, 3 months ago

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: |Views: 13

tags: another

ASP.NET ListView Expansion Via jQuery(beckelman.net)

submitted by beckelmwbeckelmw(2755) 3 years, 3 months ago

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: |Views: 245

tags: another

jQuery Progress Indicators(beckelman.net)

submitted by beckelmwbeckelmw(2755) 3 years, 4 months ago

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 |category: |Views: 342

tags: another

Delete Confirmation Popup in ASP.NET ListView Item Using ThickBox jQue(beckelman.net)

submitted by beckelmwbeckelmw(2755) 3 years, 4 months ago

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: |Views: 180

tags: another

Modal Delete Confirmation in an ASP.NET ListView Using SimpleModal jQu(beckelman.net)

submitted by beckelmwbeckelmw(2755) 3 years, 5 months ago

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: |Views: 127

tags: another

Details Popup Via jQuery clueTip Plugin(beckelman.net)

submitted by beckelmwbeckelmw(2755) 3 years, 5 months ago

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: |Views: 732

tags: another

Details Popup Via jQuery clueTip Plugin(beckelman.net)

submitted by beckelmwbeckelmw(2755) 3 years, 5 months ago

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: |Views: 732

tags: another

Create a Picture Album using ListView in ASP.NET 3.5 (dotnetcurry.com)

submitted by vivekamarvivekamar(5940) 3 years, 6 months ago

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: |Views: 688

tags: another

Drop-Down List in a ListView InsertItem Template(eb.net.nz)

submitted by eamonbeamonb(60) 3 years, 6 months ago

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

add a comment |category: |Views: 783

tags: another

Custom Paging with LINQ, ListView, DataPager and ObjectDataSource 2(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 7 months ago

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

add a comment |category: |Views: 709

tags: another

ListView Control in ASP.Net 3.5(codedigest.com)

submitted by satheeshbabusatheeshbabu(1565) 3 years, 7 months ago

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: |Views: 57

tags: another

Creating a Simple Dashboard using the TabContainer and ListView Contro(mattberseth.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 8 months ago

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: |Views: 385

tags: another

4 New Grouping Grid Skins for ListView: Vista, Bold, Win2k3 and Soft(mattberseth.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 8 months ago

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: |Views: 150

tags: another

Create In-line Data Editing with the ASP.NET 3.5 ListView Control(mattberseth.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 8 months ago

I am lovin' the total control the ListView control is giving me. This past week a link to Telerik's new RadGrid control was floating around the office - and the general consensus was that the in-line editing capabilities control was pretty cool. And I completely agree - the in-line edit feature is pretty useful. But ... you don't need to buy the RadGrid to create a grid like this. ASP.NET 3.5's ListView control provides excellent out of the box support for scenarios like this. read more...

add a comment |category: |Views: 839

tags: another

Asp.net ListView - Too much CSS Friendly(geekswithblogs.net)

submitted by kazimanzurrashidkazimanzurrashid(3960) 4 years, 5 months ago

The new Asp.net ListView control is too much CSS friendly - Check it out. read more...

2 comments |category: |Views: 314

tags: another