|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
I want the # pound in the URL QueryString, not a bookmarkI am hoping there is a way to encode the querystring part of a URL reached
from a hyperlink that will cause the Request to not drop the info after the # in the URL string. Any clues or links to details on how I would do this? Thanks! Hello Larry,
> I am hoping there is a way to encode the querystring part of a URL Why don't you URL encode all # characters? Instead of http://host/to/path/file.aspx?a#b, > reached from a hyperlink that will cause the Request to not drop the > info after the # in the URL string. Any clues or links to details on > how I would do this? Thanks! use http://host/to/path/file.aspx?a%23b. Cheers, -- Joerg Jooss news-re***@joergjooss.de Sounds great, except I've never needed it before, so I don't know how to
implement it. Do you have any links that explain it? Thanks again. Show quoteHide quote "Jörg Jooss" wrote: > Hello Larry, > > > I am hoping there is a way to encode the querystring part of a URL > > reached from a hyperlink that will cause the Request to not drop the > > info after the # in the URL string. Any clues or links to details on > > how I would do this? Thanks! > > Why don't you URL encode all # characters? Instead of http://host/to/path/file.aspx?a#b, > use http://host/to/path/file.aspx?a%23b. > > Cheers, > -- > Joerg Jooss > news-re***@joergjooss.de > > >
how can you use mshtml DOM object to grab rendered asp.net page?
Windows authentication from ASP.net application to Sql Server Webresource.axd problem in asp.net 2.0 Uploading Files Sortable/pagable datagrid with hyperlink column 2.0: Deleting Temporary ASP.NET Files? Capturing Enter Key Microsoft JET database error while trying to open excel file from ASP.NET aspnet_wp.exe stopped unexpectedly error web.sitemap |
|||||||||||||||||||||||