• 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

What is the default scripting language in asp?

0 Answers  


plz send me interview model questions asked in KVB Clerk interview.

2 Answers   Karur Vysya Bank KVB,


What happens to a html page?

0 Answers  


How many types of cookies?

0 Answers  


Write code for the following in ASP a)Display attributes of a file b) File copy c) get disk capacity.

0 Answers  






Explain the different types of session state management options available with asp.net?

0 Answers  


hello,please can any one tell me who is best faculty for asp.net in naresh it....i heard that mr.nagaraju and mr.rakesh sing both are best..so i am confused to take one particular faculty. classes ...so please if any attend classes just give me clarity of teaching style..i mean ..who is best...

0 Answers  


What is the work of asp?

0 Answers  


why many web.config files are used in are project

1 Answers  


explain joints in .net.

0 Answers  


Explain the difference between inline and code behind.

0 Answers  


What is the difference between 1.1 and 2.0 .Net framework?

2 Answers   DLI,


Categories