How do you relate an aspx page with its code behind Page?

Answers were Sorted based on User's Feedback



How do you relate an aspx page with its code behind Page?..

Answer / velmani

<%@ Page CodeBehind="page.aspx.cs"
Inherits="Namespace.classname"%>

Is This Answer Correct ?    4 Yes 1 No

How do you relate an aspx page with its code behind Page?..

Answer / revathi

Inherits page.aspx.cs.

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More ASP.NET Interview Questions

Question asked by one of interviewer in panal is given below: We have 2 user control on same page ,1st user control contains textbox and a button while 2nd user control have label. when ever we click on button click of 1st custom control button the value of the textBox will get updated into Label of 2nd custom control. How to do this.Your help will be appreciated.

1 Answers  


version information of assembly consist of _________ values.

3 Answers   AG Technologies,


What is asp.net ajax?

0 Answers  


What is server side in asp.net?

0 Answers  


Web API supports which protocol?

0 Answers  






Describe the difference between inline and code behind.

5 Answers   Siebel Systems,


What is the difference between session and application?

0 Answers  


Differentiate between structure and class.

0 Answers  


How does the browser enable AutoPostBack functionality?

2 Answers  


What is different authentication mechanisms used in ASP.NET?

0 Answers   Amdocs,


What are the three parts of an http response?

0 Answers  


What is comparevalidator?

0 Answers  


Categories