Hi all
I have a onChange checkbox event that if checked stores currentUserName in a datalabel control there for is persisted on database when view executes update.
The problem is when I load the page it's not the user from db that is shown but the current user.
It means that the onChange checkbox event is fired on page load
I want to avoid firing the change event on the checkbox (by using on click event for example)
Any ideas please ?

