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



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

Answer / sisir champati

The topmost line in an aspx page should be as follows:

<%@ Page Language="C#" AutoEventWireup="true"
CodeFile="MyFile.aspx.cs" Inherits="MyFile" %>

The part that says CodeFile="MyFile.aspx.cs" is the one that
links the code behind page to the aspx one.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More ASP Interview Questions

Explain the event handlers of session object?

0 Answers  


Define "virtual directory"?

0 Answers  


What is Session Object?

2 Answers  


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

1 Answers   3i Infotech,


What is Response Object?

2 Answers  






Can .net framework components be used from a com program?

0 Answers  


Hi, i am looking for join learn real time project on dotnet please tell me which is the best institute now i am staying in a ameerpet. thank u for advance.

0 Answers  


What is Querystring collection?

1 Answers  


What is difference between server.transfer and response.redirect ?

2 Answers   CIStems Software, Effexoft, VebTel,


how to implemet online examination in asp.net

0 Answers  


Name the methods by which output stream is controlled?

0 Answers  


what is SDLC in Software?pl.give proper explaination

0 Answers  


Categories