Asp.Net Interview Question and Answers for Experienced
46. | What does type safe mean? |
---|---|
This ensures that an object only references memory locations that its allowed to, preventing data corruption. Essentially, it means that one type of object cannot be used as another type accidentally. | |
47. | How ASP.NET different from ASP? |
---|---|
Scripting is separated from the HTML, Code is compiled as a DLL, these DLLs can be executed on the server. | |
48. | What two properties should every Validation control have? |
---|---|
ControlToValidate and ErrorMessage. | |
49. | Which property can be used to make a control post immediately to the server upon an event? |
---|---|
AutoPostBack | |
50. | What does the @Page directive do? |
---|---|
|
|