Asp.Net Interview Question and Answers for Experienced
26. | Explain the differences between server side and Client side code? |
---|---|
|
|
27. | What is the difference between user and server controls? |
---|---|
User controls are created by the developer to allow for the reuse of controls that need specific functionality, while the Server controls are built–in. | |
28. | Define Page class? |
---|---|
Page class is the part of System.Web.UI namespace from which all ASP.NET pages are derived. | |
29. | What are some ways to manage state in an ASP.NET application? |
---|---|
|
|
30. | What is a post back? |
---|---|
A way for the page to notify the asp.net application that some even occurred (button clicked, etc.) | |