What is the relationship(in oops) between codebehind and
inline code(.aspx to .aspx.cs)???
explain

Answers were Sorted based on User's Feedback



What is the relationship(in oops) between codebehind and inline code(.aspx to .aspx.cs)??? explain..

Answer / divya

Inheritance
.aspx.cs class inherits .aspx class

Is This Answer Correct ?    3 Yes 0 No

What is the relationship(in oops) between codebehind and inline code(.aspx to .aspx.cs)??? explain..

Answer / divyaanumod

Inheritance
.aspx.cs class inherits .aspx class

Is This Answer Correct ?    3 Yes 0 No

What is the relationship(in oops) between codebehind and inline code(.aspx to .aspx.cs)??? explain..

Answer / guest

Inheritance
.aspx.cs class inherits from .aspx class

Is This Answer Correct ?    0 Yes 0 No

What is the relationship(in oops) between codebehind and inline code(.aspx to .aspx.cs)??? explain..

Answer / saket kumar

both are the class and we can relate both by using the
objects

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

Where session variables are stored?

0 Answers  


In try catch blocks one is normal catch block and another is sqlcatchexception block

3 Answers   Microsoft,


What are the modes of updation in an updatepanel? What are triggers of an updatepanel?

0 Answers  


Explain Factory pattern?

2 Answers   Microsoft,


i need code for insert,delete,update adn display records using stored procedure in C#

2 Answers  






When Garbage Collector will run and how its identifing whether the Object is used or Not.?

2 Answers   Verizon,


Why mvc is better than asp.net? : Asp.Net MVC

0 Answers  


What is the best Macanism to clear the Cache in asp.net

0 Answers   MCN Solutions,


What is the difference between a default skin and a named skin?

0 Answers   MindCracker,


What is .NetFramework?

1 Answers   Syntel,


How do you sign out from forms authentication?

0 Answers   MCN Solutions,


I am opening Crystal Report in asp.Net 3.5. Report is opening very well but when I click on Refresh button of Crystal Report then it gives "Missing Parameter values" I also tried property of CR Viewer like crViewer.ReuseParameterValuesOnRefresh = True But it is not working. Plz give me solution.

1 Answers  


Categories