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
How many types of sessions in asp.net?
What is the difference between the response.write() and response.output.write() methods?
What should you do is you want to remove an existing component but would like to make some funtionalities?
What is difference between asp state management and asp.net state management?
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
Define page output caching?
How you can stop the validation of ASP.NET controls from client side?
What is the current version of asp.net?
Describe how passport authentication works.
Is LINQ performance wise better or using sqlcommand?
What is http protocol and how it works?
Explain the difference between array and linkedlist?
What’s the difference between response .redirect and server.transfer?
Can a master page have more than one contentplaceholder?
What is the difference between response.redirect and server.transfer?