Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 19th, 2005, 11:39 AM
Girish
Guest
 
Posts: n/a
Default 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!


  #2  
Old July 19th, 2005, 11:39 AM
Manohar Kamath [MVP]
Guest
 
Posts: n/a
Default Re: page / product clicks ?

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" <girishkiss@yahoo.com> wrote in message
news:Owgqwjq6DHA.1636@TK2MSFTNGP12.phx.gbl...[color=blue]
> Hi
>
> I have list of products listed from a search criteria, Now I wanna show[/color]
the[color=blue]
> 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!
>
>[/color]


  #3  
Old July 19th, 2005, 11:39 AM
Girish
Guest
 
Posts: n/a
Default Re: page / product clicks ?

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]" <mkamath@TAKETHISOUTkamath.com> wrote in message
news:%23E4gLAr6DHA.2472@TK2MSFTNGP10.phx.gbl...[color=blue]
> Store the clicks for each product in say product table. When user clicks[/color]
on[color=blue]
> the product detail page, update this count -- use a stored proc/method to[/color]
do[color=blue]
> 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" <girishkiss@yahoo.com> wrote in message
> news:Owgqwjq6DHA.1636@TK2MSFTNGP12.phx.gbl...[color=green]
> > Hi
> >
> > I have list of products listed from a search criteria, Now I wanna show[/color]
> the[color=green]
> > client TOP VIEWED LIST OF PRODUCTS or number of hits for each product.[/color][/color]
So[color=blue][color=green]
> > 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!
> >
> >[/color]
>
>[/color]


 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles