How do you relate an aspx page with its code behind page ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / banupriya
<%@ Page Language="C#" AutoEventWireup="false"
CodeFile="dd.aspx.cs" Inherits="ddsolved" %>
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / vimal
<%@ Page Language="C#" AutoEventWireup="true"
CodeFile="solvedtickets.aspx.cs" Inherits="solvedtickets" %>
ya this is the correct answer in aspx page we are we are
defined d codefile naaa
| Is This Answer Correct ? | 4 Yes | 0 No |
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
What is the use of service provider?
When does the application ONEND event handler fire?
1 Answers C Squared Systems, Verinon Technology Solutions,
Explain the difference between or and orelse?
How many types of validation controls are provided by ASP.NET?
suppose i am Admin in my application and i have to terminate the session of the particular user in my application.........how can i do it....?????
What is http only cookie?
How do you turn off cookies for one page in your site?
Is it possible to change the index of primary key on table?
What is Auto-event wireup? what is the default value for this? when u change the value what will happen?
In what order do the events of an ASPX page execute. As a developer, why is it important to understand these events?
5 Answers Syntax Softtech, TCS,
Should sn.exe be used before gacutil.exe ?
2 Answers Accenture, BirlaSoft,
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)