I have the following button on my page:
<asp:Button ID="SaveChangesButton"
runat="server"
OnClick="SaveChangesButton_Click"
Text="Save all changes"
Width="150px"
/>
And a property , named it "cur" ,in page load i fill some data to cur.
< ...
Go to the complete details ...