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

How do cookies work?

594


Define web.config in .net?

639


Can one dll file contains the compiled code of more than one .net language?

540


How do you implement sql caching in asp.net?

566


Explain culture and uiculture values.

549






What are the namespaces used in asp.net mvc? : asp.net mvc

518


What is the page life cycle in asp.net?

562


Give 2 examples for scenarios when routing is not applied?

603


What is latest version of asp.net mvc? : Asp.Net MVC

477


How can you identify that the page is post back?

558


What are the new navigation controls in asp.net 2.0?

538


can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?

1753


What is the best Macanism to clear the Cache in asp.net

714


What is Dynamic Web and discuss its usage with the help of real life examples?

598


What are directives in asp.net?

534