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.
AJAX offers benefits to both end users and developers. For end users, it reduces
the “rich or reach” conflict; for developers, it helps in overcoming the
constraints raised by HTTP.............
ASP.NET AJAX is the name of Microsoft’s AJAX solution, and it refers to a set of
client and server technologies that focus on improving web development with
Visual Studio. Other companies have their own AJAX solution, often taking a
radically different approach..........
In addition to ASP.NET AJAX, many third-party AJAX libraries are available that
can be used with ASP.NET, although not all of them were specifically designed
for it. Some are mostly focused on providing JavaScript libraries for use from
within the browser to make manipulation of the browser DOM (Document Object
Model) easier..................
Without the advanced use of JavaScript running in the browser, web applications
have their logic running on the server. This means a lot of page refreshes for
potentially small updates to the user’s view. With AJAX, much of the logic
surrounding user interactions can be moved to the client..........
With ASP.NET 2.0, Microsoft has raised the bar to a much higher level by
providing excellent out-of-thebox features that are not only geared toward
increasing the productivity of developers but also toward simplifying the
administration and management of ASP.NET 2.0 applications...............
One of the important goals of ASP.NET 2.0 is 70% code reduction. The data
controls supplied with ASP.NET 2.0 play an important role in making this
ambitious goal a reality. Data source controls provide a consistent and
extensible method for declaratively accessing data from web pages..............
In addition to the new controls, ASP.NET 2.0 also provides numerous enhancements
to existing controls that make these controls more versatile than ever before
in building component-based web pages. For example, the Panel control now has a
DefaultButton property that specifies which button should be clicked if the
user presses the Enter key while the panel has the focus.........
|