Server events
Server control events are handled in the server whereas HTML control events are
handled in the page.
State management
Server controls can maintain data across requests using view state whereas HTML
controls have no such mechanism to store data between requests.
Browser detection
Server controls can detect browser automatically and adapt display of control
accordingly whereas HTML controls can't detect browser automatically.
Properties
Server controls contain properties whereas HTML controls have attributes only.
<<Previous
Next>>
.NET Code Security Interview questions with answers
What is code security? What are the types? | Define Principal
object. | Define declarative and imperative security. | Define role-based
security. | Explain code access security. | What is Code group? | Define the
use of Caspol.exe.
What is break mode? What are the options to step through
code? | Debug Vs Trace. | Define trace class. Define Listeners collection of
Trace and Debug objects. | Define Trace Switches.
Define Validation Control in ASP.NET. | What are the
validation types supported by ASP.NET? | Describe the steps to use Validation
Control.
Explain the .Net Framework. | Describe the .Net Framework
Architecture. | What are the components of the .Net Framework. | Explain the
role of assembly in the .Net Framework. | Describe the GAC in the .Net
Framework.
|