PC Review


Reply
Thread Tools Rate Thread

ASP.NET Web app params question

 
 
Duy Lam
Guest
Posts: n/a
 
      11th Mar 2008
William Johnston wrote:
> Hello,
>
> My params are not shown correctly in an HTML page.
>
> Here is the URL:
>
> http://tenbase2.com/DavidHeadlineWebApp.aspx?archiveName="cnn"&headline="Sources: Moving cash set feds on Spitzer's trail"&formalNewsName="CNN.com"&date=Tuesday, March 11, 2008"
>
> Even with backslashes before the quotes, the only parameter shown is "archiveName=\".
>
> Any suggestions?
>
> Thanks,
> William Johnston
>



Why your parameters have character " in query. A normal url with
parameter occur like:
http://www.microsoft.com/downloads/B...n&categoryid=9
There is no " in url.


--
Thanks,
Duy Lam Phuong
 
Reply With Quote
 
 
 
 
William Johnston
Guest
Posts: n/a
 
      11th Mar 2008

Hello,

My params are not shown correctly in an HTML page.

Here is the URL:

http://tenbase2.com/DavidHeadlineWebApp.aspx?archiveName="cnn"&headline="Sources: Moving cash set feds on Spitzer's trail"&formalNewsName="CNN.com"&date=Tuesday, March 11, 2008"

Even with backslashes before the quotes, the only parameter shown is "archiveName=\".

Any suggestions?

Thanks,
William Johnston

 
Reply With Quote
 
William Johnston
Guest
Posts: n/a
 
      11th Mar 2008
"William Johnston" <(E-Mail Removed)> wrote:
>
>Thanks,
>William Johnston
>


Sorry. Jsut omitted the quotes, params are now shown.

William Johnston

 
Reply With Quote
 
sloan
Guest
Posts: n/a
 
      11th Mar 2008
I would read about the concept here
http://www.albionresearch.com/misc/urlencode.php

and check the DotNet code here
http://msdn2.microsoft.com/en-us/lib...urlencode.aspx


"William Johnston" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> Hello,
>
> My params are not shown correctly in an HTML page.
>
> Here is the URL:
>
> http://tenbase2.com/DavidHeadlineWebApp.aspx?archiveName="cnn"&headline="Sources:
> Moving cash set feds on Spitzer's
> trail"&formalNewsName="CNN.com"&date=Tuesday, March 11, 2008"
>
> Even with backslashes before the quotes, the only parameter shown is
> "archiveName=\".
>
> Any suggestions?
>
> Thanks,
> William Johnston
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Same question, passing params from querydef to querydef. Edwin Knoppert Microsoft ADO .NET 0 8th Dec 2006 08:40 AM
using MSSCriptControl with C#, params keyword question Jozsef Bekes Microsoft C# .NET 1 26th Jul 2005 02:03 PM
'params' in C++ MuZZy Microsoft C# .NET 1 11th May 2005 08:57 PM
passing a params-array to another function with params-array Tobias Olbort Microsoft C# .NET 2 14th Jan 2004 04:57 AM
params question Scherbina Vladimir Nickolaevich Microsoft C# .NET 4 1st Aug 2003 08:01 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:36 PM.