Problem with Response.Redirect!!

  • Thread starter Thread starter Jay
  • Start date Start date
J

Jay

Hello,

I have urls saved in a database. When you access the secutity.aspx it
accesses the grabs the url and redirects the client to his page Eg-
client.apsx.

Problem is that all the images in client.aspx is not showing up when I use
response.redirect.

But when I directly access it http://myserver/client.aspx it works.


Am I missing something?

Thanks.
jay
 
Response.Write the value are you SURE you are getting it correctly and in
the right format?
 
yeap i agree with Curt. if the URL being returned is correct there should be
no problems
The reason there should be no problem is that response.redirect caues the
request for the page to come from the client.
 
Back
Top