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

What is viewstate?

6 Answers   Abacus, Microsoft, Sopra,


Should sn.exe be used before gacutil.exe ?

2 Answers   Accenture, BirlaSoft,


Can I have a unique key as foreign key?

0 Answers  


What is Cookies Less Session?

0 Answers  


How do you sign out from forms authentication?

0 Answers   MCN Solutions,


what is aspcompat? what it does?

1 Answers  


what is webservices ? and what is web server ?

1 Answers   Wipro,


• What Session State providers are available in ASP.NET? What are the pros and cons of each?

2 Answers   Infosys,


Is data can be edited in the Repeater control?

2 Answers  


What are query strings used for?

0 Answers  


My website has around 100 aspx. Out of this, a certain 20 aspx files should be made available to the users only if they are logged in. How can I achieve this with the web.config file?

1 Answers   Techno Solutions,


Take one textbox if I am inputting abc alphabet in capital letter or in small letter on the button click it will be bcd or if I enter 123 and it would be 234 like that in ASP.NET?

3 Answers   DNS,


Categories