• 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 does Internet Information Server (IIS) assume to be the default language for Active Server Pages? A. Jscript B. JavaScript C. JAVA D. VBScript E. ECMAScript
What is the function of Buffer in Response Object?
Name and explain about the Objects in ASP?
Difference between GET and POST? Which is used when?
What is the common type system (cts)?
How do I open aspx files on android?
Any one tell me what GOOGLE GEARS and how to use it ?
How do I open aspx files on windows 10?
Explain the differences between asp and asp.net and is asp.net backward compatible to asp?
Short note on creation of job site in ASP.
Explain how do you box a primitive data type variable?
What is ClientCertificate collection?