Hi,
I have been given a task to monitor all user behaviour on our web site, this has to include capturing all values of any control which have been changed.
I really want to create a standalone module which will do this for me, we have created our own controls - eg a IntegerTexBox that will only numbers, and a floatTextBox which will only accept decimals, and I am wondering if I could add method, or override an existing method, in these controls, to handle my task?
I am at a loss of where to start really.
Hope someone can maybe point me in the right direction?
Many thanks, in advance,
Janet
I have been given a task to monitor all user behaviour on our web site, this has to include capturing all values of any control which have been changed.
I really want to create a standalone module which will do this for me, we have created our own controls - eg a IntegerTexBox that will only numbers, and a floatTextBox which will only accept decimals, and I am wondering if I could add method, or override an existing method, in these controls, to handle my task?
I am at a loss of where to start really.
Hope someone can maybe point me in the right direction?
Many thanks, in advance,
Janet
Comment