I'm relatively new with VB.net, so please bear with me...
I have a tabpage with 28 textboxes in it. These textboxes will be loaded with data and maybe changed. There is a Save button on the form that will take the data from these textboxes and save them in a SQL database. Right now it saves EVERY time, regardless of what is in the textboxes. I want to save this data ONLY if there has been changes. Is this possible? If it were a dataGrid, a simple .HasChanges
could be used, but this is textboxes. Because they are in a tabpage, they are all part of a group.
Any help is much appreciated!