I have a save button on a form with 20 textboxes. I have it set to enable = false till I detect some changes in the textboxes and then change it to enable = true...whats the most efficient way to do besides checking the change event for each textbox?
thanks




Reply With Quote