What is the relationship(in oops) between codebehind and
inline code(.aspx to .aspx.cs)???
explain
Answer Posted / guest
Inheritance
.aspx.cs class inherits from .aspx class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why session management is required?
How can you handle exceptions in asp.net?
How to disable validator control by client side JavaScript?
How many types of validation are there?
What are tuples?
In ViewState How much lifespan items stored?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
Explain MVC model binders?
What is manifest in .net framework?
Which method is used to perform all validation at the page level?
What are the events that happen when a client requests an asp.net page from iis server?
What is the difference between “Web.config” and “Machine.Config”?
What are the different types of validation controls in asp.net?
What is difference in .net 1.1 and .net 2.0?
Explain the concept of event bubbling in ASP.NET?