Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Graphical Website Counter

Reply
Thread Tools

Graphical Website Counter

 
 
Newbie
Guest
Posts: n/a
 
      11-21-2006
Can anyone get this counter working in ASP.NET 1.1 in VB.NET 2003 like in
the demo project?

http://www.allscoop.com/netcounter.php

I can get in to work in ASP.NET 2.0, but not ASP.NET 1.1, which I really
need

Thanks in advance,

Newbie


 
Reply With Quote
 
 
 
 
Scott M.
Guest
Posts: n/a
 
      11-22-2006
How about telling us what error you are getting?


"Newbie" <> wrote in message
news:%...
> Can anyone get this counter working in ASP.NET 1.1 in VB.NET 2003 like in
> the demo project?
>
> http://www.allscoop.com/netcounter.php
>
> I can get in to work in ASP.NET 2.0, but not ASP.NET 1.1, which I really
> need
>
> Thanks in advance,
>
> Newbie
>
>



 
Reply With Quote
 
 
 
 
Newbie
Guest
Posts: n/a
 
      11-22-2006
There is no error it don't seem to connect to the MDB


"Scott M." <s-> wrote in message
news:%...
> How about telling us what error you are getting?
>
>
> "Newbie" <> wrote in message
> news:%...
> > Can anyone get this counter working in ASP.NET 1.1 in VB.NET 2003 like

in
> > the demo project?
> >
> > http://www.allscoop.com/netcounter.php
> >
> > I can get in to work in ASP.NET 2.0, but not ASP.NET 1.1, which I really
> > need
> >
> > Thanks in advance,
> >
> > Newbie
> >
> >

>
>



 
Reply With Quote
 
Scott M.
Guest
Posts: n/a
 
      11-22-2006
What makes you say this? If you don't provide us with details, we can't
help you.


"Newbie" <> wrote in message
news:...
> There is no error it don't seem to connect to the MDB
>
>
> "Scott M." <s-> wrote in message
> news:%...
>> How about telling us what error you are getting?
>>
>>
>> "Newbie" <> wrote in message
>> news:%...
>> > Can anyone get this counter working in ASP.NET 1.1 in VB.NET 2003 like

> in
>> > the demo project?
>> >
>> > http://www.allscoop.com/netcounter.php
>> >
>> > I can get in to work in ASP.NET 2.0, but not ASP.NET 1.1, which I
>> > really
>> > need
>> >
>> > Thanks in advance,
>> >
>> > Newbie
>> >
>> >

>>
>>

>
>



 
Reply With Quote
 
Newbie
Guest
Posts: n/a
 
      11-22-2006
Download the project, change the path to the database & run it - nothing
happens in ASP.NET 1.1, but in ASP.NET 2.0 its fine

Follow my original link

In the code behind of the 1.1 example there is a form load sub, but this END
SUB isn't recognised, plus is in the HTML & not the VB file behind the page

That is all the info I have & have even e-mailed the author to ask

Please try it yourself in Vis Studio.Net 2003 (ASP.NET 1.1) & see if you get
the same result & a solution to getting this free code working



"Scott M." <s-> wrote in message
news:...
> What makes you say this? If you don't provide us with details, we can't
> help you.
>
>
> "Newbie" <> wrote in message
> news:...
> > There is no error it don't seem to connect to the MDB
> >
> >
> > "Scott M." <s-> wrote in message
> > news:%...
> >> How about telling us what error you are getting?
> >>
> >>
> >> "Newbie" <> wrote in message
> >> news:%...
> >> > Can anyone get this counter working in ASP.NET 1.1 in VB.NET 2003

like
> > in
> >> > the demo project?
> >> >
> >> > http://www.allscoop.com/netcounter.php
> >> >
> >> > I can get in to work in ASP.NET 2.0, but not ASP.NET 1.1, which I
> >> > really
> >> > need
> >> >
> >> > Thanks in advance,
> >> >
> >> > Newbie
> >> >
> >> >
> >>
> >>

> >
> >

>
>



 
Reply With Quote
 
Scott M.
Guest
Posts: n/a
 
      11-22-2006
Sorry, but I'm not going to download this project and make a database just
to see symptoms of something. Some folks might, but I think that is a bit
much to ask someone to do.

When posting messages, it will help you greatly if you can be as specific as
possible about what you are doing and what result you are getting.

You say "nothing happens", but you could be more specific than this. Does
the desired page come up? What, if anything, shows on the page? Did you
check the database after trying the page to see if the counter had been
increased? Do you even have this page set to the startup page of the
project?

Please be more specific than "nothing happens"..


Help us help you.



"Newbie" <> wrote in message
news:%...
> Download the project, change the path to the database & run it - nothing
> happens in ASP.NET 1.1, but in ASP.NET 2.0 its fine
>
> Follow my original link
>
> In the code behind of the 1.1 example there is a form load sub, but this
> END
> SUB isn't recognised, plus is in the HTML & not the VB file behind the
> page
>
> That is all the info I have & have even e-mailed the author to ask
>
> Please try it yourself in Vis Studio.Net 2003 (ASP.NET 1.1) & see if you
> get
> the same result & a solution to getting this free code working
>
>
>
> "Scott M." <s-> wrote in message
> news:...
>> What makes you say this? If you don't provide us with details, we can't
>> help you.
>>
>>
>> "Newbie" <> wrote in message
>> news:...
>> > There is no error it don't seem to connect to the MDB
>> >
>> >
>> > "Scott M." <s-> wrote in message
>> > news:%...
>> >> How about telling us what error you are getting?
>> >>
>> >>
>> >> "Newbie" <> wrote in message
>> >> news:%...
>> >> > Can anyone get this counter working in ASP.NET 1.1 in VB.NET 2003

> like
>> > in
>> >> > the demo project?
>> >> >
>> >> > http://www.allscoop.com/netcounter.php
>> >> >
>> >> > I can get in to work in ASP.NET 2.0, but not ASP.NET 1.1, which I
>> >> > really
>> >> > need
>> >> >
>> >> > Thanks in advance,
>> >> >
>> >> > Newbie
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >

>>
>>

>
>



 
Reply With Quote
 
Newbie
Guest
Posts: n/a
 
      11-22-2006
Nothing comes up except an image place holder showing no graphical number
pulled from the DB

Why bother answering me if you have no intention of downloading it, copying
to the WWWRoot folder & running it (2 mins). Me in VB.NET may write 400
lines of code to help someone out, but that is the difference between you &
I

So, stop answering such silly things

Anyone who does want to help please see the code here:

http://www.allscoop.com/netcounter.php

Thanks in advance,

Newbie


"Scott M." <s-> wrote in message
news:%23HsV%...
> Sorry, but I'm not going to download this project and make a database just
> to see symptoms of something. Some folks might, but I think that is a bit
> much to ask someone to do.
>
> When posting messages, it will help you greatly if you can be as specific

as
> possible about what you are doing and what result you are getting.
>
> You say "nothing happens", but you could be more specific than this. Does
> the desired page come up? What, if anything, shows on the page? Did you
> check the database after trying the page to see if the counter had been
> increased? Do you even have this page set to the startup page of the
> project?
>
> Please be more specific than "nothing happens"..
>
>
> Help us help you.
>
>
>
> "Newbie" <> wrote in message
> news:%...
> > Download the project, change the path to the database & run it - nothing
> > happens in ASP.NET 1.1, but in ASP.NET 2.0 its fine
> >
> > Follow my original link
> >
> > In the code behind of the 1.1 example there is a form load sub, but this
> > END
> > SUB isn't recognised, plus is in the HTML & not the VB file behind the
> > page
> >
> > That is all the info I have & have even e-mailed the author to ask
> >
> > Please try it yourself in Vis Studio.Net 2003 (ASP.NET 1.1) & see if you
> > get
> > the same result & a solution to getting this free code working
> >
> >
> >
> > "Scott M." <s-> wrote in message
> > news:...
> >> What makes you say this? If you don't provide us with details, we

can't
> >> help you.
> >>
> >>
> >> "Newbie" <> wrote in message
> >> news:...
> >> > There is no error it don't seem to connect to the MDB
> >> >
> >> >
> >> > "Scott M." <s-> wrote in message
> >> > news:%...
> >> >> How about telling us what error you are getting?
> >> >>
> >> >>
> >> >> "Newbie" <> wrote in message
> >> >> news:%...
> >> >> > Can anyone get this counter working in ASP.NET 1.1 in VB.NET 2003

> > like
> >> > in
> >> >> > the demo project?
> >> >> >
> >> >> > http://www.allscoop.com/netcounter.php
> >> >> >
> >> >> > I can get in to work in ASP.NET 2.0, but not ASP.NET 1.1, which I
> >> >> > really
> >> >> > need
> >> >> >
> >> >> > Thanks in advance,
> >> >> >
> >> >> > Newbie
> >> >> >
> >> >> >
> >> >>
> >> >>
> >> >
> >> >
> >>
> >>

> >
> >

>
>



 
Reply With Quote
 
Scott M.
Guest
Posts: n/a
 
      11-22-2006

> Nothing comes up except an image place holder showing no graphical number
> pulled from the DB


So, something does come up then...an image placeholder. The page does load
and you see the browser trying to display an image. That is not the same as
"nothing happens".

> Why bother answering me if you have no intention of downloading it,
> copying
> to the WWWRoot folder & running it (2 mins).


Because there is more than this involved. I'd have to create the database
table and alter the code to connect to that. I'd have to make a new Visual
Studio project and there is no need for any of this if you could provide a
more detailed explanation of what is happening.

> Me in VB.NET may write 400
> lines of code to help someone out, but that is the difference between you
> &
> I


Look, we are all here to help each other out. I think you will have a hard
time finding anyone here willing to code 400 lines to solve someone else's
problem when the problem hasn't even been identified.

> So, stop answering such silly things


Clearly, you are looking for someone to do your homework for you, rather
than for yourself. That's not what these newsgroups are for. I am trying
to help you and one of the things I'm trying to help you with is how to get
the best responses in these newsgroups.

By the way, you still haven't answered my question that I asked earlier
about checking the database to see if the counter had, in fact, been
increased.

Rather than demanding others completely replicate your project, you might
just try providing the information requested. Not doing so seems pretty
silly to me.

> Anyone who does want to help please see the code here:
>
> http://www.allscoop.com/netcounter.php
>
> Thanks in advance,
>
> Newbie
>
>
> "Scott M." <s-> wrote in message
> news:%23HsV%...
>> Sorry, but I'm not going to download this project and make a database
>> just
>> to see symptoms of something. Some folks might, but I think that is a
>> bit
>> much to ask someone to do.
>>
>> When posting messages, it will help you greatly if you can be as specific

> as
>> possible about what you are doing and what result you are getting.
>>
>> You say "nothing happens", but you could be more specific than this.
>> Does
>> the desired page come up? What, if anything, shows on the page? Did you
>> check the database after trying the page to see if the counter had been
>> increased? Do you even have this page set to the startup page of the
>> project?
>>
>> Please be more specific than "nothing happens"..
>>
>>
>> Help us help you.
>>
>>
>>
>> "Newbie" <> wrote in message
>> news:%...
>> > Download the project, change the path to the database & run it -
>> > nothing
>> > happens in ASP.NET 1.1, but in ASP.NET 2.0 its fine
>> >
>> > Follow my original link
>> >
>> > In the code behind of the 1.1 example there is a form load sub, but
>> > this
>> > END
>> > SUB isn't recognised, plus is in the HTML & not the VB file behind the
>> > page
>> >
>> > That is all the info I have & have even e-mailed the author to ask
>> >
>> > Please try it yourself in Vis Studio.Net 2003 (ASP.NET 1.1) & see if
>> > you
>> > get
>> > the same result & a solution to getting this free code working
>> >
>> >
>> >
>> > "Scott M." <s-> wrote in message
>> > news:...
>> >> What makes you say this? If you don't provide us with details, we

> can't
>> >> help you.
>> >>
>> >>
>> >> "Newbie" <> wrote in message
>> >> news:...
>> >> > There is no error it don't seem to connect to the MDB
>> >> >
>> >> >
>> >> > "Scott M." <s-> wrote in message
>> >> > news:%...
>> >> >> How about telling us what error you are getting?
>> >> >>
>> >> >>
>> >> >> "Newbie" <> wrote in message
>> >> >> news:%...
>> >> >> > Can anyone get this counter working in ASP.NET 1.1 in VB.NET 2003
>> > like
>> >> > in
>> >> >> > the demo project?
>> >> >> >
>> >> >> > http://www.allscoop.com/netcounter.php
>> >> >> >
>> >> >> > I can get in to work in ASP.NET 2.0, but not ASP.NET 1.1, which I
>> >> >> > really
>> >> >> > need
>> >> >> >
>> >> >> > Thanks in advance,
>> >> >> >
>> >> >> > Newbie
>> >> >> >
>> >> >> >
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >

>>
>>

>
>



 
Reply With Quote
 
Newbie
Guest
Posts: n/a
 
      11-23-2006
The entire 1 form project & second piece of code includin the one table,
two-columed access db all in the following zip file:

http://www.allscoop.com/downloads/netcounter.zip

on this page:

http://www.allscoop.com/netcounter.php

Is that too much trouble to unzip, open..? If so, you shouldn't be answering
posts on newsgroups like I have done for people since 1997 & 400 lines of
code is written by me if the answer requires it. I am not an MVP who pastes
a google link to code. I am a coder, but not an ASP.NET coder, just windows
or pic programming


"Scott M." <s-> wrote in message
news:O$...
>
> > Nothing comes up except an image place holder showing no graphical

number
> > pulled from the DB

>
> So, something does come up then...an image placeholder. The page does

load
> and you see the browser trying to display an image. That is not the same

as
> "nothing happens".
>
> > Why bother answering me if you have no intention of downloading it,
> > copying
> > to the WWWRoot folder & running it (2 mins).

>
> Because there is more than this involved. I'd have to create the database
> table and alter the code to connect to that. I'd have to make a new

Visual
> Studio project and there is no need for any of this if you could provide a
> more detailed explanation of what is happening.
>
> > Me in VB.NET may write 400
> > lines of code to help someone out, but that is the difference between

you
> > &
> > I

>
> Look, we are all here to help each other out. I think you will have a

hard
> time finding anyone here willing to code 400 lines to solve someone else's
> problem when the problem hasn't even been identified.
>
> > So, stop answering such silly things

>
> Clearly, you are looking for someone to do your homework for you, rather
> than for yourself. That's not what these newsgroups are for. I am trying
> to help you and one of the things I'm trying to help you with is how to

get
> the best responses in these newsgroups.
>
> By the way, you still haven't answered my question that I asked earlier
> about checking the database to see if the counter had, in fact, been
> increased.
>
> Rather than demanding others completely replicate your project, you might
> just try providing the information requested. Not doing so seems pretty
> silly to me.
>
> > Anyone who does want to help please see the code here:
> >
> > http://www.allscoop.com/netcounter.php
> >
> > Thanks in advance,
> >
> > Newbie
> >
> >
> > "Scott M." <s-> wrote in message
> > news:%23HsV%...
> >> Sorry, but I'm not going to download this project and make a database
> >> just
> >> to see symptoms of something. Some folks might, but I think that is a
> >> bit
> >> much to ask someone to do.
> >>
> >> When posting messages, it will help you greatly if you can be as

specific
> > as
> >> possible about what you are doing and what result you are getting.
> >>
> >> You say "nothing happens", but you could be more specific than this.
> >> Does
> >> the desired page come up? What, if anything, shows on the page? Did

you
> >> check the database after trying the page to see if the counter had been
> >> increased? Do you even have this page set to the startup page of the
> >> project?
> >>
> >> Please be more specific than "nothing happens"..
> >>
> >>
> >> Help us help you.
> >>
> >>
> >>
> >> "Newbie" <> wrote in message
> >> news:%...
> >> > Download the project, change the path to the database & run it -
> >> > nothing
> >> > happens in ASP.NET 1.1, but in ASP.NET 2.0 its fine
> >> >
> >> > Follow my original link
> >> >
> >> > In the code behind of the 1.1 example there is a form load sub, but
> >> > this
> >> > END
> >> > SUB isn't recognised, plus is in the HTML & not the VB file behind

the
> >> > page
> >> >
> >> > That is all the info I have & have even e-mailed the author to ask
> >> >
> >> > Please try it yourself in Vis Studio.Net 2003 (ASP.NET 1.1) & see if
> >> > you
> >> > get
> >> > the same result & a solution to getting this free code working
> >> >
> >> >
> >> >
> >> > "Scott M." <s-> wrote in message
> >> > news:...
> >> >> What makes you say this? If you don't provide us with details, we

> > can't
> >> >> help you.
> >> >>
> >> >>
> >> >> "Newbie" <> wrote in message
> >> >> news:...
> >> >> > There is no error it don't seem to connect to the MDB
> >> >> >
> >> >> >
> >> >> > "Scott M." <s-> wrote in message
> >> >> > news:%...
> >> >> >> How about telling us what error you are getting?
> >> >> >>
> >> >> >>
> >> >> >> "Newbie" <> wrote in message
> >> >> >> news:%...
> >> >> >> > Can anyone get this counter working in ASP.NET 1.1 in VB.NET

2003
> >> > like
> >> >> > in
> >> >> >> > the demo project?
> >> >> >> >
> >> >> >> > http://www.allscoop.com/netcounter.php
> >> >> >> >
> >> >> >> > I can get in to work in ASP.NET 2.0, but not ASP.NET 1.1, which

I
> >> >> >> > really
> >> >> >> > need
> >> >> >> >
> >> >> >> > Thanks in advance,
> >> >> >> >
> >> >> >> > Newbie
> >> >> >> >
> >> >> >> >
> >> >> >>
> >> >> >>
> >> >> >
> >> >> >
> >> >>
> >> >>
> >> >
> >> >
> >>
> >>

> >
> >

>
>



 
Reply With Quote
 
Scott M.
Guest
Posts: n/a
 
      11-23-2006
It's clear that you are more interested in forcing an answer to your
question your way (which IS too much to ask), rather than follow simple,
tried and true, troubleshooting techniques.

If you've been involved with newsgroups since 1997, then there is no way you
could possibly tell me that you don't understand the concept of posting a
complete question, or the concept that creating a duplicate project is not
the first step in troubleshooting.

It has already been established (by you), that your original description of
the circumstances you are in was inaccurate. With the additional
information you have revealed, it appears that your code is sound, but is
still lacking something. I have asked you for reasonable details about your
situation. You still have not answered my database question.

I'm sorry if you don't understand or disagree with the premis that asking
questions before making a duplicate of a project makes sense, but quite
frankly, I could care less if you understand it or not, it is the sensible
approach if you are interested in solving a problem with minimal effort.

But hey, I'm not the one having the problem, you are. And, if you really
want to just be stubborn and stick with your "Help me solve my problem by
doing exactly what I tell you to do, rather than what makes sense to most
people." attitude, then fine, good luck with your issue.

I'm hardly a new commer to newsgroups myself and I can tell you that you
won't get a very warm response from most people around these newsgroups with
your attitude towards the help process (and I'd think that someone who has
been using ng's since 1997 would know that already).

I can't help but think of an analogy of the way you have acted.....

A man goes to the doctor complaining of sharp pain in his leg. The doctor
asks the patient if he has had any recent injuries or trauma's and the man
responds by demanding surgery on his leg. The doctor asks the man again for
some basic information and a chance to look at the leg more carefully, but
the man refuses and repeats his demand for surgery.

In the end, perhaps surgery is required. But that is hardly the point. It
could be as simple as discovering that the man has a bad splinter. And if
it was, then wouldn't surgery be a bit drastic and more involved than just
pulling out the splinter?


"Newbie" <> wrote in message
news:...
> The entire 1 form project & second piece of code includin the one table,
> two-columed access db all in the following zip file:
>
> http://www.allscoop.com/downloads/netcounter.zip
>
> on this page:
>
> http://www.allscoop.com/netcounter.php
>
> Is that too much trouble to unzip, open..? If so, you shouldn't be
> answering
> posts on newsgroups like I have done for people since 1997 & 400 lines of
> code is written by me if the answer requires it. I am not an MVP who
> pastes
> a google link to code. I am a coder, but not an ASP.NET coder, just
> windows
> or pic programming
>
>
> "Scott M." <s-> wrote in message
> news:O$...
>>
>> > Nothing comes up except an image place holder showing no graphical

> number
>> > pulled from the DB

>>
>> So, something does come up then...an image placeholder. The page does

> load
>> and you see the browser trying to display an image. That is not the same

> as
>> "nothing happens".
>>
>> > Why bother answering me if you have no intention of downloading it,
>> > copying
>> > to the WWWRoot folder & running it (2 mins).

>>
>> Because there is more than this involved. I'd have to create the
>> database
>> table and alter the code to connect to that. I'd have to make a new

> Visual
>> Studio project and there is no need for any of this if you could provide
>> a
>> more detailed explanation of what is happening.
>>
>> > Me in VB.NET may write 400
>> > lines of code to help someone out, but that is the difference between

> you
>> > &
>> > I

>>
>> Look, we are all here to help each other out. I think you will have a

> hard
>> time finding anyone here willing to code 400 lines to solve someone
>> else's
>> problem when the problem hasn't even been identified.
>>
>> > So, stop answering such silly things

>>
>> Clearly, you are looking for someone to do your homework for you, rather
>> than for yourself. That's not what these newsgroups are for. I am
>> trying
>> to help you and one of the things I'm trying to help you with is how to

> get
>> the best responses in these newsgroups.
>>
>> By the way, you still haven't answered my question that I asked earlier
>> about checking the database to see if the counter had, in fact, been
>> increased.
>>
>> Rather than demanding others completely replicate your project, you might
>> just try providing the information requested. Not doing so seems pretty
>> silly to me.
>>
>> > Anyone who does want to help please see the code here:
>> >
>> > http://www.allscoop.com/netcounter.php
>> >
>> > Thanks in advance,
>> >
>> > Newbie
>> >
>> >
>> > "Scott M." <s-> wrote in message
>> > news:%23HsV%...
>> >> Sorry, but I'm not going to download this project and make a database
>> >> just
>> >> to see symptoms of something. Some folks might, but I think that is a
>> >> bit
>> >> much to ask someone to do.
>> >>
>> >> When posting messages, it will help you greatly if you can be as

> specific
>> > as
>> >> possible about what you are doing and what result you are getting.
>> >>
>> >> You say "nothing happens", but you could be more specific than this.
>> >> Does
>> >> the desired page come up? What, if anything, shows on the page? Did

> you
>> >> check the database after trying the page to see if the counter had
>> >> been
>> >> increased? Do you even have this page set to the startup page of the
>> >> project?
>> >>
>> >> Please be more specific than "nothing happens"..
>> >>
>> >>
>> >> Help us help you.
>> >>
>> >>
>> >>
>> >> "Newbie" <> wrote in message
>> >> news:%...
>> >> > Download the project, change the path to the database & run it -
>> >> > nothing
>> >> > happens in ASP.NET 1.1, but in ASP.NET 2.0 its fine
>> >> >
>> >> > Follow my original link
>> >> >
>> >> > In the code behind of the 1.1 example there is a form load sub, but
>> >> > this
>> >> > END
>> >> > SUB isn't recognised, plus is in the HTML & not the VB file behind

> the
>> >> > page
>> >> >
>> >> > That is all the info I have & have even e-mailed the author to ask
>> >> >
>> >> > Please try it yourself in Vis Studio.Net 2003 (ASP.NET 1.1) & see if
>> >> > you
>> >> > get
>> >> > the same result & a solution to getting this free code working
>> >> >
>> >> >
>> >> >
>> >> > "Scott M." <s-> wrote in message
>> >> > news:...
>> >> >> What makes you say this? If you don't provide us with details, we
>> > can't
>> >> >> help you.
>> >> >>
>> >> >>
>> >> >> "Newbie" <> wrote in message
>> >> >> news:...
>> >> >> > There is no error it don't seem to connect to the MDB
>> >> >> >
>> >> >> >
>> >> >> > "Scott M." <s-> wrote in message
>> >> >> > news:%...
>> >> >> >> How about telling us what error you are getting?
>> >> >> >>
>> >> >> >>
>> >> >> >> "Newbie" <> wrote in message
>> >> >> >> news:%...
>> >> >> >> > Can anyone get this counter working in ASP.NET 1.1 in VB.NET

> 2003
>> >> > like
>> >> >> > in
>> >> >> >> > the demo project?
>> >> >> >> >
>> >> >> >> > http://www.allscoop.com/netcounter.php
>> >> >> >> >
>> >> >> >> > I can get in to work in ASP.NET 2.0, but not ASP.NET 1.1,
>> >> >> >> > which

> I
>> >> >> >> > really
>> >> >> >> > need
>> >> >> >> >
>> >> >> >> > Thanks in advance,
>> >> >> >> >
>> >> >> >> > Newbie
>> >> >> >> >
>> >> >> >> >
>> >> >> >>
>> >> >> >>
>> >> >> >
>> >> >> >
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >

>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

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 On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Page File counter and Private Bytes Counter George2 C++ 1 01-31-2008 09:27 AM
Website visit counter in JavaScript TomCat Javascript 6 05-18-2005 10:38 PM
Performance Counter not working on one website John ASP General 1 04-20-2005 02:47 PM
Session("counter") vs. ViewState("counter")...a newbie question The Eeediot ASP .Net 3 12-22-2004 09:31 PM
Free website hit counter Martin R. Howell Computer Support 4 12-16-2004 12:51 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57