Hi sir
what are the differnce between id, name, value for html controls
please explain me.
Hi sidu,
The id attribute specifies a unique id for an HTML element. The value must be unique within the HTML document.
The value attribute specifies the value of an <input> element.
The name attribute is used when sending data in a form submission.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.