Search

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

Matching Posts

  • Re: Masterpages and the INamingContainer

    This has been a real pain for me too. I got around the problem in serverside code by having my page objects implement specific interfaces providing accessor methods for the controls they needed to share with other pages. Takes a bit more work, but it seems like the cleanest way to do it - looking controls up by id seems kind of fragile in principle anyway. One place I can't get around it without ugliness however is clientside code; javascript's document.getElementById() is rendered useless by INaming
Page 1 of 1 (1 items)