TagPrefix
and substitute some of my own and some from examples I've found , I always
run into a compilation error dealing with the tag prefix. For example, if I
code the aspx file like this: <%@Register TagPrefix="CJ"......and complete
the rest of the code from an example I'm using, when it reaches the section
of code "<CJ:xmlDocReader.... it tells me that tagprefix CJ is not part of
the project. How do I correct this problem.
Thanks

