Ignoring specific tags in ASP.NET?
Hello,
is it possible to ignore specific tags in ASP.NET when scanning the project?
Especially i want to completely ignore everything where the "Bind()" syntax is used, such as ItemTemplates in GridViews. When the ML Addin adds "meta:resourcekeys" to those places in the ASPX source an exception is raised upon application start (it leads to a double definition of the text and that is not allowed)
It would be fine if the Addin would completely ignore tags where the Bind() or Eval() syntax is used when scanning ASP.NET pages.
Ciao,
Ralf