• 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 |
What is http header?
How can you change the primary scripting language for a page?
What is meant by cookies? Explain the main features?
What is asp code?
What are the methods in session object in asp?
What is Cookies collection?
Short note on creation of job site in ASP.
How can I break Search
difference between SAP R/2 and R/3
Is asp a programming language?
What is a request body?
What are the methods in Application Object?