• 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

How do I open aspx files on android?

0 Answers  


What is asp contentplaceholder?

0 Answers  


How do in-process communication work in the common language runtime?

0 Answers  


Which is the default scripting language on the client side?

0 Answers  


What is difference between Physical path and Virtual path? Explanin with example.

2 Answers  






Define querystring collection?

0 Answers  


What is asp model?

0 Answers  


Can I use com objects from a .net framework program?

0 Answers  


Name the methods by which output stream is controlled?

0 Answers  


What are server variables collection?

0 Answers  


What is caching in asp?

0 Answers  


Define session object?

0 Answers  


Categories