Hi Everybody,
I want to apply theme for a web page when it's calling from windows application using web Request class.
Here is the code in windows application
{
resq.Timeout = 99999999;
resq.Credentials =
resq.PreAuthenticate =
resp = resq.GetResponse();
sr =
strHtml = sr.ReadToEnd();
}
strHtml =
On the Web Application relavent page I override the PreInit Event with the Masterpage information and Theme .I get the content with out applying Theme.(Master page and Theme infomation are stored in DB).Please help me .
thank you
Sam