S
S. Justin Gengo
I'm thinking of building a component that, when dropped onto a .aspx page,
will intercept all form post back button clicks (maybe even all postback
events triggered by a .net control) using the bubble event and writing to
the website log in order to record the event. I did a little bit of
searching and didn't find that anyone has built anything like this yet. But
maybe I'm using the wrong search words? Does anyone know of a component that
logs post-back event clicks of a .aspx page to the log in a way that common
log analyzers will then be able to interpret them as link clicks?
If not, does anyone know if I'll run into any file locking problems if I try
to write directly to the weblogs of a site. Otherwise I could always write
to a database or an xml file. But I was hoping to write the information in a
way that is already standardized.
--
Sincerely,
S. Justin Gengo, MCP
Web Developer / Programmer
www.aboutfortunate.com
"Out of chaos comes order."
Nietzsche
will intercept all form post back button clicks (maybe even all postback
events triggered by a .net control) using the bubble event and writing to
the website log in order to record the event. I did a little bit of
searching and didn't find that anyone has built anything like this yet. But
maybe I'm using the wrong search words? Does anyone know of a component that
logs post-back event clicks of a .aspx page to the log in a way that common
log analyzers will then be able to interpret them as link clicks?
If not, does anyone know if I'll run into any file locking problems if I try
to write directly to the weblogs of a site. Otherwise I could always write
to a database or an xml file. But I was hoping to write the information in a
way that is already standardized.
--
Sincerely,
S. Justin Gengo, MCP
Web Developer / Programmer
www.aboutfortunate.com
"Out of chaos comes order."
Nietzsche