473,480 Members | 1,663 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

page / product clicks ?

Hi

I have list of products listed from a search criteria, Now I wanna show the
client TOP VIEWED LIST OF PRODUCTS or number of hits for each product. So
the page hits using the counter component will give me the hits for the
entire which has all the products.

Perhaps I could catch it in the product DETAIL page, how do I list the
number of hits for each product. Secondly I have IIS 4.0 make sure you
recomend the right component.

Thanks much!
Jul 19 '05 #1
2 1452
Store the clicks for each product in say product table. When user clicks on
the product detail page, update this count -- use a stored proc/method to do
this.

There are multiple ways of doing this, but my generic statement is because
of lack of details on your application. Hope that helps.

--
Manohar Kamath
Editor, .netBooks
www.dotnetbooks.com
"Girish" <gi********@yahoo.com> wrote in message
news:Ow**************@TK2MSFTNGP12.phx.gbl...
Hi

I have list of products listed from a search criteria, Now I wanna show the client TOP VIEWED LIST OF PRODUCTS or number of hits for each product. So
the page hits using the counter component will give me the hits for the
entire which has all the products.

Perhaps I could catch it in the product DETAIL page, how do I list the
number of hits for each product. Secondly I have IIS 4.0 make sure you
recomend the right component.

Thanks much!

Jul 19 '05 #2
I got the idea of updating once you get detail page by setting an increment
counter (say x) like Update table name set x=x+1 where
productid=request(id), how do I store the clicks? I guess I need to insert
one record for each unique product setting x = null or zero.... right?

Please tell me how would you do it, feel free to ask me specifics.

Appreciate it.

"Manohar Kamath [MVP]" <mk*****@TAKETHISOUTkamath.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Store the clicks for each product in say product table. When user clicks on the product detail page, update this count -- use a stored proc/method to do this.

There are multiple ways of doing this, but my generic statement is because
of lack of details on your application. Hope that helps.

--
Manohar Kamath
Editor, .netBooks
www.dotnetbooks.com
"Girish" <gi********@yahoo.com> wrote in message
news:Ow**************@TK2MSFTNGP12.phx.gbl...
Hi

I have list of products listed from a search criteria, Now I wanna show

the
client TOP VIEWED LIST OF PRODUCTS or number of hits for each product. So the page hits using the counter component will give me the hits for the
entire which has all the products.

Perhaps I could catch it in the product DETAIL page, how do I list the
number of hits for each product. Secondly I have IIS 4.0 make sure you
recomend the right component.

Thanks much!


Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
3122
by: Chris Ericoli | last post by:
Hi, I am working with an 'in session' ado dataset with an asp.net application. My dataset is comprised of two tables, one of which maintains a few calculated datacolumns. For some reason these...
4
7825
by: Christopher | last post by:
I am trying to load a UserControl which inherits from one of our customer classes which in turn inherits from UserControl. We use Page.LoadControl() from within our ASP.NET pages to load these...
0
1481
by: Patrick Olurotimi Ige | last post by:
I want to insert checkbox Y/N or 1/0 into a SQL table. I know i can do that using a bit field or Char field. My Question is i have Datalist that lists products and i want to put this checkBoxes...
15
1919
by: dee | last post by:
Hi, I'm curious why MS decided to have Transfer hide the target page's url invisible? Any guesses ? Thanks. Dee.
0
1353
by: PointyPointy | last post by:
Hey, I'm hoping some can help me out with a small problem I'm having. I've got two frames - Frame1 and Frame2. Both have aspx pages (Primarily VB) loaded in them but to keep this explination...
1
1671
by: crater | last post by:
I have a problen getting some information to display on my internet store's web page. Normally, to view the store's shopping cart the user clicks the "View Cart" button. If there are any items...
102
4942
by: BoogieWithStu22 | last post by:
I am running into a problem with a web page I have created when viewing it in IE6 on some machines. The page has a database lookup. The user enters an account name or number and clicks a lookup...
5
2126
by: jainritesh | last post by:
Dear all, I am new to PHP and Mysql, and have created a table in Mysql to store product details and have written a form to upload product details (Title, image url, description, download link,...
5
2514
by: rmurgia | last post by:
I have set up an ASP web page which connects to an Access database using VBA. After the user clicks submit, the Access database is updated. I need to be able to update the page before the user...
0
7037
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6904
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7034
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7076
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
6886
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5324
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4472
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
1
558
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
174
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.