GeekArticles
Microsoft
ASPEnable Customer Reviews
Author: fawcette.com |
Published: 10th Aug 2005 |
Visited: 129 times |
Add CommentFiled in: ASPAugust 2003 Issue Technology Toolbox: VB.NET, ASP.NET ADVERTISEMENT P opular e-commerce sites, such as Amazon and eBay, allow users to review and comment on products available for sale on the site. This functionality lets customers consider impartial comments when they choose among products, and helps sellers understand customer preferences. I'll show you how to implement your own reviewing functionality by using a powerful technique you can reuse on any page the ASP.NET custom control....n
Read Article Sponsored Links
Related Articles
• Grid Enable Your Java Applications with GridGain Grid computing, the idea of executing code among various computers to solve complex time- and resource-intensive algorithms, has intrigued researchers for decades. GridGain lets Java developers tap into the g ...
• Tablet-Enable Your Windows Application Without Changing the Code Today, millions of Windows applications exist around the world. They are written with various development tools, with different development languages, and are based on different libraries. Let's suppose that you are responsible for one of these - and then along comes the Tablet PC. Your users s ...
• Customer Builds e-Commerce Site Customer Jim Ascroft of BlooDoo reports on an e-commerce site they developed to handle a stock of 3000+ items, along with a system administrator site for content and data source management. Read Jim's report along with other customer experiences h ...
• Enable classcompletion of some implementation to add parameters QC#: 50623 Version: 10.0 Status: Open defect, requires resolution Description: Consider this:
function TMyClass.DoSomething:Integer;
it has also been implemented. So far so good.
Now I'd like to introduce a new param ID to it.
I change the implement ...