<type = "input" runat = "server">
I know that we have client-side controls, and we have server-side controls. Client-side controls are the basic HTML controls and all other tags, while server-side controls are similar to <asp:Button> and <asp: Textbox> .
Now, when I talk about something like that, I know that this will be executed on the server, so it is a server control, but it cannot claim asp control at the same time.
How is this functionally different from management?
+4