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

Answer Posted / sivasaravanan

using Page directive

<%@ Page Language="C#" MasterPageFile="~/MasterPage.master"
AutoEventWireup="true" CodeFile="LoginInformation.aspx.cs"
Inherits="LoginInformation" Title="Untitled Page" %>

Is This Answer Correct ?    29 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When using the Pager object, inorder to know which page to go, which property you have to set to grid?

544


Which type if caching will be used if we want to cache the portion of a page instead of whole page?

482


Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?

500


Explain ViewState?

554


What is ispostback method in asp.net? Why do we use that?

546






Define the term Scavenging in Caching?

558


What are the Types of objects in ASP

561


What is difference between View State and Hidden Field in ASP.NET?

624


List the types of authentication supported by asp.net?

504


Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net

1475


What is viewstate in asp net with example?

505


How will you load dynamic assembly? How will create assesblies at run time?

438


What is directive in asp net?

518


What is preprocessor in .net?

508


How can you handle unmanaged code exceptions in asp.net?

529