Forum: ASP.NET Jun 23rd, 2009 |
| Replies: 6 Views: 529 use can also compare the values in the databases and the current values in the textboxes and listboxes and see if the have changed ! |
Forum: ASP.NET Jun 23rd, 2009 |
| Replies: 6 Views: 529 well, you can use a flag..
set the flag to one on click of "submit button" and otherwise let it be zero....
and onclick of each link call a function check()
which see's if the flag is 0 gives an... |