on the number of pages
you have, of course.
Eyvind.
-Opprinnelig melding-
Fra: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] På vegne av
Ryan Heath
Sendt: 12. juli 2007 10:10
Til: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
Emne: Re: [ADVANCED-DOTNET] Url generated int
Its also
fts up, and all your
logged incidents are all of a sudden against the wrong page.
HTH
Regards,
Daniel
-Original Message-
From: Discussion of advanced .NET topics.
[mailto:[EMAIL PROTECTED] On Behalf Of Paul Cowan
Sent: 11 July 2007 04:52 PM
To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
Subject
y 2007 04:52 PM
To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
Subject: Re: [ADVANCED-DOTNET] Url generated int
Hi,
What we want is a short int that we will put on the bottom of each page so
users can call operators and identify the page in question by this human
readable integer. In the same way as ea
L PROTECTED]
Date: Wed, 11 Jul 2007 16:46:08 +0200> From: [EMAIL PROTECTED]> Subject: Re: [ADVANCED-DOTNET] Url generated int> To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM> > Hi Paul,> > What's wrong with that integer?> What about using an hashtable-structure instead?
his number somehow. I was thinking
of something like the following:
string urlToHash = string.Empty;
for (int i = 0; i < Request.Url.Segments.Length; i++)
{
string candidate = Request.Url.Segments[i].Replace("/",
"").Replace(".aspx", "");
if (candidate.Length =
bject: Re:
> [ADVANCED-DOTNET] Url generated int> To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM>
> > Just playing devil's advocate, but why couldn't they> just tell the
> operator> what page they are on based on the title or the url?> I'm sure
> there is a&
Behalf
Of Paul Cowan
Sent: Wednesday, July 11, 2007 10:52 AM
To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
Subject: Re: [ADVANCED-DOTNET] Url generated int
Hi,
What we want is a short int that we will put on the
bottom of each page so
users can call operators and identify the page in
question by this
could use?
Cheers
Paul
[EMAIL PROTECTED]
> Date: Wed, 11 Jul 2007 16:46:08 +0200> From: [EMAIL PROTECTED]> Subject: Re:
> [ADVANCED-DOTNET] Url generated int> To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM>
> > Hi Paul,> > What's wrong with that integer?> What
Hi Paul,
What's wrong with that integer?
What about using an hashtable-structure instead? Would it be possible,
giving your requirements?
--
Efran Cobisi
http://www.cobisi.com
Paul Cowan wrote:
Hi,
I have a flowing quandary that I am struggling with. The long and the short of
it is that we