What is the relationship(in oops) between codebehind and
inline code(.aspx to .aspx.cs)???
explain
Answer Posted / divyaanumod
Inheritance
.aspx.cs class inherits .aspx class
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
What is route in web api?
How you can access the properties and controls of master pages from content pages?
What is cookies in asp net?
How may clustered index we can create in table?
Differentiate between globalization and localization.
What is the use of autowireup in asp.net?
What are client activated objects?
What is round trip in asp.net?
Which type of state management is provided by Query String in ASP.NET?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is the difference between dispose() and finalize()?
What are the different properties of server control that exists?
How would you implement inheritance using c#?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?