From: Dave on 27 May 2010 09:21 Is it possible to pass a URL as a querystring, and if so, what are the restrictions/limitations?
From: Dave on 27 May 2010 09:22 I neglected to say that this QueryString will be part of the URL in a SiteMap.
From: Andrew Morton on 27 May 2010 09:37 Dave wrote: > Is it possible to pass a URL as a querystring, Should be fine if you Server.UrlEncode it. -- Andrew
From: Dave on 27 May 2010 10:24 One more question on the same topic? The querystring will be used to provide the source for a Viewer. The URL in the SiteMap is: ~/Viewer.aspx?src=~/files/Logging_In.swf What would be the best way to populate the below parameter? <param name="movie" value="<% Request.QueryString("src") %>" / > I think this is the last issue that I've got with this. On May 27, 8:37 am, "Andrew Morton" <a...(a)in-press.co.uk.invalid> wrote: > Dave wrote: > > Is it possible to pass a URL as a querystring, > > Should be fine if you Server.UrlEncode it. > > -- > Andrew
From: Miro on 27 May 2010 16:47 A side note. The url has a maximum# of characters. It depends on the browser but its about 2000. If your query string gets too big, consider using a session variable perhaps. Miro "Dave" <Dave.Burkett(a)Jacobs.com> wrote in message news:17057933-afe9-4ddd-ab22-e5500d7482c9(a)k31g2000vbu.googlegroups.com... > One more question on the same topic? The querystring will be used to > provide the source for a Viewer. The URL in the SiteMap is: > > ~/Viewer.aspx?src=~/files/Logging_In.swf > > What would be the best way to populate the below parameter? > > <param name="movie" value="<% Request.QueryString("src") %>" / >> > > I think this is the last issue that I've got with this. > > > > > > > On May 27, 8:37 am, "Andrew Morton" <a...(a)in-press.co.uk.invalid> > wrote: >> Dave wrote: >> > Is it possible to pass a URL as a querystring, >> >> Should be fine if you Server.UrlEncode it. >> >> -- >> Andrew >
|
Next
|
Last
Pages: 1 2 Prev: AutoCompleteExtender question Next: Updating changed data transactionally |