When we go for html server controls and when we go for web server controls?



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

Post New Answer

More Dot Net General Interview Questions

What data providers available in .net to connect to database?

1 Answers  


What is singlecall activation mode used for in .net?

1 Answers  


Explain can the validation be done in the server side? Or this can be done only in the client side?

1 Answers  


What is a metadata in .net?

1 Answers  


What is the Difference between a sub and a function?

9 Answers   Wipro,


Explain the garbage collection process?

1 Answers  


What is a DLL?

1 Answers  


How can I tell if .net 3.5 is installed?

1 Answers  


Explain .net framework overview?

1 Answers  


what is the default value of CHAR type?in C# using asp.net?

7 Answers   Bosch,


What is the use of immutability?

1 Answers  


What are Attributes in .NET?

1 Answers  


Categories