Search

You searched for the word(s): userid:835245

Matching Posts

  • Re: Global Master Page

    I had a similar problem and was able to solve my problem using the approach of Dan wahlin . When you precompile our application, behind the scenes all the HTML is converted to Literal objects and the page object is created. when the HTML is small enough then it is declared as string in the calss, if the HTML is big then it puts the HTML into a resource file and then reads it. Here lies the problem. when you put your precompiled assembly in another webapp, it does not know from where to pick up the
Page 1 of 1 (1 items)