Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi I want delete or remove or clear all label from my form how can I do this? is there any way that I can remove specific controls without it name?
You can iterate through all the controls on the form and check their type, thus identifying the labels. You can then decide whether to remove them or not.