ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
How do you relate an aspx page with its code behind page ?
 Question Submitted By :: Pranab Mukherjee
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How do you relate an aspx page with its code behind page ?
Answer
# 1
using Page directive

<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" 
AutoEventWireup="true" CodeFile="LoginInformation.aspx.cs" 
Inherits="LoginInformation" Title="Untitled Page" %>
 
Is This Answer Correct ?    4 Yes 3 No
Sivasaravanan
 
  Re: How do you relate an aspx page with its code behind page ?
Answer
# 2
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 ?    4 Yes 3 No
Bhavani
 
 
 
  Re: How do you relate an aspx page with its code behind page ?
Answer
# 3
<%@ 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 ?    0 Yes 0 No
Vimal
 
  Re: How do you relate an aspx page with its code behind page ?
Answer
# 4
<%@ Page Language="C#" AutoEventWireup="false"
CodeFile="dd.aspx.cs" Inherits="ddsolved" %>
 
Is This Answer Correct ?    1 Yes 0 No
Banupriya
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
What is runtime host ? Digital-GlobalSoft2
what is soap? Microsoft3
which one is faster execute reader, scalar, execute non query ? Minecode18
what is assembly? Microsoft2
What is the use of mcommand ? mcommand.fill(ds,"orderdetails"); Netsweeper1
Asp.net and asp ? differences?  2
I have one .Net application and i have two databases which is in SQL server2000 and one more database in ORACLE? how can i access the database from different Databases? eXensys3
Where do you store the information about the user?s locale? Visual-Soft1
hai to all. what is the procedure for " web hosting ".If you know please message me at "yoursguna@gmail.com". Thank u...  1
What is an application domain ? Microsoft2
Explain the differences between Server-side and Client-side code?  2
Caching techniques in .NET ? Microsoft1
Explain which is best suited place in the Application Start and Session_Start subroutines with an example?  3
In a page there is dropdown list with the name of the cities like Bangalore,Pune,Chennai,Other and a text box that would enable the user to enter the name of the city if other is selected. How to enable validation on the text box if other is selected Proteans7
What data types do the RangeValidator control support?  2
RequiredFieldValidator--write code in javascript Wipro3
can any one tell about web services?  5
What are the different methods that are used during the page load?  1
How to create a permanent cookie? IBM1
What are Authentication mechanisms in .Net? Accenture5
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com