When we go for html server controls and when we go for web server controls?
Answer / Romi Awasthi
HTML Server Controls (HTC) are older controls used in ASP.NET 1.x and are based on HTML and HTP files. These controls have limited functionality compared to Web Server Controls.nnWeb Server Controls, introduced in ASP.NET 2.0, are based on the .NET Framework and offer a rich set of functionalities for building dynamic web applications. They provide built-in support for data binding, events, state management, security, and more.
| Is This Answer Correct ? | 0 Yes | 0 No |
What data providers available in .net to connect to database?
What is singlecall activation mode used for in .net?
Explain can the validation be done in the server side? Or this can be done only in the client side?
What is a metadata in .net?
What is the Difference between a sub and a function?
Explain the garbage collection process?
What is a DLL?
How can I tell if .net 3.5 is installed?
Explain .net framework overview?
what is the default value of CHAR type?in C# using asp.net?
What is the use of immutability?
What are Attributes in .NET?