|
List Info
Thread: Web.SiteMap with Multiple Querystring
|
|
| Web.SiteMap with Multiple Querystring |

|
2007-02-23 16:16:21 |
|
Hi,
I have an entry in the web.sitemap file:
<siteMapNode url="sampepage.aspx?GroupID=1&ProductID=1" title="product 1" description="" />
I got a Configuration Error when using the sitemappath control to read the file.
The problem is at the second querystring variable, the "&" symbol location. Do you have any idea to fix it?
-- Thanks,
Albert
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group.
To post to this group, send email to DotNetDevelopment googlegroups.com
To unsubscribe from this group, send email to DotNetDevelopment-unsubscribe googlegroups.com
For more options, visit this group at
http://cm.megasolutions.net/forums/default.aspx -~----------~----~----~----~------~----~------~--~---
|
| Re: Web.SiteMap with Multiple
Querystring |
  United States |
2007-02-23 23:28:43 |
Hi Albert,
I suggest you use " & " instead of
'&'.
Regards,
Gurmukh
On Feb 24, 3:16 am, "Albert Chow"
<albertcho... gmail.com> wrote:
> Hi,
>
> I have an entry in the web.sitemap file:
>
> <siteMapNode
url="sampepage.aspx?GroupID=1&ProductID=1"
title="product 1"
> description="" />
>
> I got a Configuration Error when using the sitemappath
control to read the
> file.
>
> The problem is at the second querystring variable, the
"&" symbol location.
> Do you have any idea to fix it?
>
> --
> Thanks,
>
> Albert
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "DotNetDevelopment, VB.NET, C# .NET,
ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting"
group.
To post to this group, send email to DotNetDevelopment googlegroups.com
To unsubscribe from this group, send email to
DotNetDevelopment-unsubscribe googlegroups.com
For more options, visit this group at
http:
//cm.megasolutions.net/forums/default.aspx
-~----------~----~----~----~------~----~------~--~---
|
|
| Re: Web.SiteMap with Multiple
Querystring |

|
2007-02-24 06:39:16 |
|
Hi Gurmukh,
That's it.
On 2/24/07, yoursgs gmail.com">yoursgs gmail.com < yoursgs gmail.com">yoursgs gmail.com
> wrote: Hi Albert,
I suggest you use " & " instead of '&'.
Regards, Gurmukh
On Feb 24, 3:16 am, "Albert Chow" < albertcho... gmail.com">albertcho... gmail.com> wrote: > Hi, > > I have an entry in the web.sitemap
file: > > <siteMapNode url="sampepage.aspx?GroupID=1&ProductID=1" title="product 1" > description="" /> > > I got a Configuration Error when using the sitemappath control to read the
> file. > > The problem is at the second querystring variable, the "&" symbol location. > Do you have any idea to fix it? > > -- > Thanks, > > Albert
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group.
To post to this group, send email to DotNetDevelopment googlegroups.com
To unsubscribe from this group, send email to DotNetDevelopment-unsubscribe googlegroups.com
For more options, visit this group at
http://cm.megasolutions.net/forums/default.aspx -~----------~----~----~----~------~----~------~--~---
|
[1-3]
|
|