how to clear controls in asp.net c#
Use following code in you page. At Calling Statement send reference of page “this”. It Clears all text boxes and set all checkboxes on page to false private void ClearControls(Control parent) { foreach (Control...