• How do you relate an aspx page with its code behind page?
Answer / sisir champati
The topmost line in an aspx page should be as follows:
<%@ Page Language="C#" AutoEventWireup="true"
CodeFile="MyFile.aspx.cs" Inherits="MyFile" %>
The part that says CodeFile="MyFile.aspx.cs" is the one that
links the code behind page to the aspx one.
Is This Answer Correct ? | 3 Yes | 0 No |
Define application object?
what is diff c#and vb.net what is .net framework 3.5 what is webservice with expmles
What are the different types of html?
What is a Dictionary object?
What is the difference between razor and aspx view engine?
How do I open an aspx file in pdf?
What is an .asp file?
Name the two properties which are common in every validation control?
what is page
Which is the default Scripting Language of ASP (server- side)?
What is a FileSystemObject object?
Describe how a browser-based Form POST becomes a Server-Side event like Button1_OnClick