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 create the blog in asp.net with C#?what is the data type u will use to store in sql server?

0 Answers   IBM,


Difference Between GridView And DataList

2 Answers  


List of words of preprocessor in .net?

0 Answers  


What is the T-SQL equivalent of IIF (immediate if/ternary operator) function of other programming languages?

1 Answers   Syntax Softtech,


What is the basic difference between asp and asp.net?

0 Answers  






What’s the use of “GLOBAL.ASAX” file?

0 Answers  


What object is used to encapsulate a rowset? a) DataSet b) DataAdapter c) DataRowSet d) DataTable

2 Answers   Syntax Softtech,


Explain the difference between asp.net mvc and asp.net webforms

0 Answers  


how to get the vb6.0 COM Component in to the .Net application?

3 Answers   iSoft,


What is role manager work in web.config? how to restrict perticular pages from the users using the role manager?

1 Answers   Infosys,


Where can I get the details on migration of existing projects using various technologies to asp.net?

0 Answers  


What is the Intermittent crashing of application in production?

0 Answers   Microsoft,


Categories