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

Answer Posted / bhavani

This is the top line of your export.aspx page.
<%@ Page Language="C#" CodeFile="Export.aspx.cs"
Inherits="Health_Export" %>
--------------------------------------...
this is the class Health_Export in your code behind which
your aspx page is inheriting.
public partial class Health_Export : System.Web.UI.Page

Is This Answer Correct ?    10 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between session and viewstate?

506


What is http request and response?

525


Any disadvantages in Dataset and in reflection ?

2813


To bind columns manually which tags do you need to add within the asp:datagrid ?

544


In a Repeater control how one can provide an alternating color scheme ?

556






What is custom attribute?

563


Is oauth for authentication or authorization?

579


Explain the use of dataadapter.

569


Can we set which type of comparison we want to perform by the CompareValidator control?

511


What ports must be open for DCOM over a firewall? What is the purpose of Port 135?

1862


How you will handle session when deploying application in more than a server?

577


What is request and response in asp.net?

500


How is it possible for .NET to support many languages?

293


Describe SOA and the tenets of it?

543


What are the benefits of view state?

540