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
What is the use of web.config and machine.config files?
How Can assign alias name for ASP.NET Web API Action?
What are the properties of the eventargs argument when capturing keyboard events?
What is an example of an application service provider?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
How to find out what version of asp.net I am using on my machine?
Is there any alternative to avoid name collisions other then Namespaces?
What is application variable in asp.net?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
when a request is made in Life cycle of ASP.NET page .
What are validator? How do you disable them?
How do we implement bundling in MVC?
What is the use of express session?
In the Repeater control which way you can edit?
How do you handle server controls?