× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



From: Maurice O'Prey
Hi Nathan
The ASP.NET ListView control was introduced in 3.5 for just this?

Maurice,

I watched a demo of using the ListView control at http://www.asp.net. It struck me that there were both similarities and contrasts between server-side component libraries like asp.net and client-side component libraries like Ext js.

They're similar in that they both use declarative syntax to define components along with bindings with data sources.
They contrast in that server-side components generate HTML on the server and output it to the browser, while client-side components run entirely in the browser and generate DOM elements. And client-side components implement rich behaviors. Another contrast is in the support tooling. Visual Studio offers wysiwyg, drag & drop, wizards, code complete, and property sheets to assist with code generation. I'm not aware if that kind of tooling is available for rich UI component libraries.

The approach I'm starting to settle on is more in the middle. I see value in implementing a few rich-UI behaviors, but I don't like being saddled with downloading a boat-load of JavaScript to the client. I lean more toward creating a few light-weight components of my own that implement essential UI behaviors, but implement most of the presentation layer in HTML, using Dreamweaver - for now.

Nathan.



As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.