re:
!> <asp:TextBox id=myTextBox ...> </asp:TextBox>
Although that *looks* like an xml namespace reference,
it's actually a reference to an ASP.NET web server control.
Just because the naming convention for an ASP.NET web server control
*uses* xml-like syntax, doesn't mean that it's an xml namespace reference.
For one, the <asp: reference exists within aspx source code, which isn't xml-based.
web.config and machine.config are xml documents.
*.aspx source code files aren't.
Juan T. Llibre, asp.net MVP
asp.net faq :
http://asp.net.do/faq/
foros de asp.net, en español :
http://asp.net.do/foros/
======================================