Hi,
When i tried to use the CurrentPage method in Mater Page it is working fine in IE but not working in Mozilla.....
my code goes like below:
string imagesource = ((PageBase)Page).CurrentPage["SubBanner"] as string ?? string.Empty;
Can any one pls figure it out.....
Can't reproduce the error, which version of firefox are you using and which error are you getting?
This code is executed on the web server so I don't see how different browsers can affect it
Is there a PageAdaptor in play?
Hi,
When i tried to use the CurrentPage method in Mater Page it is working fine in IE but not working in Mozilla.....
my code goes like below:
string imagesource = ((PageBase)Page).CurrentPage["SubBanner"] as string ?? string.Empty;
Can any one pls figure it out.....