Connecting Tech Pros Worldwide Help | Site Map

How to add the 2nd querystring in web.sitemap

 
LinkBack Thread Tools Search this Thread
  #1  
Old April 24th, 2006, 11:56 AM
ad
Guest
 
Posts: n/a
Default How to add the 2nd querystring in web.sitemap

I need add two querysting in a node in web.sitemap:

<siteMapNode url="~/LocalReport/RViewer.aspx?sKind=Acc_List"&MyYears=2006
title="WebReport" description="" roles="" />

But the compiler said that I can't use & in the siteMapNode.

How can I add the 2nd querystring in web.sitemap?



  #2  
Old April 24th, 2006, 12:25 PM
Bantha
Guest
 
Posts: n/a
Default Re: How to add the 2nd querystring in web.sitemap

HI

Have a looke here
http://www.extremeexperts.com/Net/FA...inURLLink.aspx

  #3  
Old April 24th, 2006, 02:16 PM
Swanand Mokashi
Guest
 
Posts: n/a
Default Re: How to add the 2nd querystring in web.sitemap

You can use &amp; instead of & and you should be fine as :
<siteMapNode
url="~/LocalReport/RViewer.aspx?sKind=Acc_List&amp;MyYears=2006">
title="WebReport" description="" roles="" />

HTH

--
Swanand Mokashi
Microsoft Certified Solution Developer (.NET) - Early Achiever
Microsoft Certified Application Developer (.NET)

http://www.dotnetgenerics.com/
DotNetGenerics.com -- anything and everything about Microsoft .NET
technology ...

http://www.swanandmokashi.com/
http://www.swanandmokashi.com/HomePage/WebServices/
Home of the Stock Quotes, Quote of the day and Horoscope web services




"ad" <flying@wfes.tcc.edu.tw> wrote in message
news:uUxMwN5ZGHA.1196@TK2MSFTNGP03.phx.gbl...[color=blue]
>I need add two querysting in a node in web.sitemap:
>
> <siteMapNode url="~/LocalReport/RViewer.aspx?sKind=Acc_List"&MyYears=2006
> title="WebReport" description="" roles="" />
>
> But the compiler said that I can't use & in the siteMapNode.
>
> How can I add the 2nd querystring in web.sitemap?
>
>[/color]


 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

Popular Articles

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 220,662 network members.