- priority: 5 --> 6
Hello,
I wanted to say thanks for the work you've done on NUnitASP so far - it's great!
and add that the documentation is somewhat misleading for the tester generation. While it says that for AspControlTester and its subclasses that the ID attribute in the constructor is the ASP control ID, in certain situations (I think master pages and nested server controls would be among them) this is not the case; NUnitASP is actually looking for the ClientID passed in HTML source.
I spent a while trying to figure out why using the ASP IDs wouldn't work like the docs said they would until I realized that. If you could update this that would be fantastic--thanks.
Reference: http://weblogs.asp.net/mhawley/archive/2004/04/14/113121.aspx