B
Brad B.
Maybe a newbie question, but I'm trying to implement a
custom Tag processing routine. I'm having limited
success finding documentation on the following:
<%@Register TagPrefix="bla" .... %>
Can anyone point me to any kind of documentation on how
this mechanism works. Simply put, I want to be able to
put a custom tag in my ASPX file, and to have a block of
my code that is processed (when that tag is encountered)
which will be located in an assembly of my choosing, and
not another file such an .ASCX file.
custom Tag processing routine. I'm having limited
success finding documentation on the following:
<%@Register TagPrefix="bla" .... %>
Can anyone point me to any kind of documentation on how
this mechanism works. Simply put, I want to be able to
put a custom tag in my ASPX file, and to have a block of
my code that is processed (when that tag is encountered)
which will be located in an assembly of my choosing, and
not another file such an .ASCX file.