PDA

View Full Version : Redirect


mthobisil
07-09-2009, 04:18 PM
Hi,

im doing a website with master page, i hide and show some images every now and then on the master page, when i hide and show without redirecting to another page it doesnt give me any problems, but when i navigate to another page i lose the hide and show changes, so nothing happens on my images, but yet it redirects to another page

can anyone help!!

Brandoe85
07-09-2009, 04:23 PM
How are you show/hiding them? With server code or javascript?

mthobisil
07-10-2009, 10:49 AM
How are you show/hiding them? With server code or javascript?

I tried both javascript and server code, with Style.Add("display", "inline"); which works fine, the problem occurs when i do the radirect,

scottk
07-16-2009, 01:15 AM
Do you have ViewStates enabled for the items not displaying properly?

mthobisil
07-22-2009, 10:21 AM
sorry to reply so late, but i found the solution, i used the Request.QueryString["param"] and it worked, thanks