Server-side and Client-side code
Describe the differences between the Server-side and Client-side code?
Expert
Server side code functions on the server. For this to take place page has to be submitted or posted back. Events fired through the controls are executed on the server. Client side code executes in browser of the client devoid of submitting the page.
Example: In ASP.NET for webcontrols such as asp: button the click event of the button is executed on the server therefore the event handler for the similar in a part of code-behind (server-side code). All along the server-side code events one can as well attach client side events that are executed in the client’s browser that is, JavaScript events.
Illustrate the term event bubbling?
What is meant by the Runtime services?
How a color is picked from the ColorDialog box?
Explain the ToolTip control and how it can be associated with the other controls?
Explain the difference between the Response.Output.Write() and Response.Write() methods?
What are validation controls? How many validation controls are present in ASP.NET 4.0?
Which classes are used to handle standard menu in the MenuStrip control.
What is the use of Global.asax file?
Explain how is docking different from the anchoring?
What are the methods by which we can instantiate a complex number?
18,76,764
1948665 Asked
3,689
Active Tutors
1444360
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!