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

Explain how viewstate is being formed?

533


How to disable cut, copy and paste in TextBox using jQuery in asp.net?

626


What is the server of asp.net?

501


What is meant by web application?

535


What are the steps involved to fill a dataset?

548






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

545


What kind of programming language is ASP.NET?

595


What are the features of asp net?

508


Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?

555


What is the use of service provider?

580


What are the 3 types of web?

500


Explain asp.net web forms.

554


What are the Types of chaching. How to implement caching

556


How tooltip is set through code-behind in ASP.NET?

569


Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?

534