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
How does asp page work?
What are the elements of a website?
What are the server control tags in asp.net.?
Can more than one person use the same login?
What is AutoEventWireup attribute for ?
Where is the view state data stored in asp net?
How about the security in Activex DLL and Activex EXE ?
What is asp.net localization?
Explain MVC model binders?
what is the difference between response.write() and response.output.write()?
Where can I get the details on migration of existing projects using various technologies to asp.net?
How can you handle unmanaged code exceptions in asp.net?
What is form submit?
What are the layouts of ASP.NET Pages?
What is masterpage?