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

How can u deifne the benefits and limitation of using Viewstate for state management?

0 Answers   QuestPond,


What are validator? Name the Validation controls in asp.net? How do u disable them?

2 Answers  


Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?

0 Answers   Siebel,


What is wrong with a line like this? DateTime.Parse(myString)

5 Answers   Metasys,


State Management (viewstate, session etc)

2 Answers   Syntel,






What is a web api? Which protocol is used in a web api?

0 Answers  


How do you a replicate a set of controls across a number of ASP Pages

2 Answers  


What r the asp.net list controls and difference between them?

0 Answers  


Explain the difference between AutoPostBack and IspostBack in ASP.NET?

0 Answers   Sans Pareil IT Services,


What is the difference between system.stringbuilder and system.string

0 Answers  


What is the use of response redirect in asp.net?

0 Answers  


What is the difference between an EXE and a DLL?

18 Answers   Infosys, JK Associates, Persistent, TATA, Technosoft, Wipro,


Categories