• How do you relate an aspx page with its code behind page?
Answer Posted / 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 |
Post New Answer View All Answers
Destructors CANNOT be implemented in which one of the following?
What are the stored procedure and why they are needed?
What is Response object? How is it related to ASP's Response object?
How does asp differ from html?
What is the common language specification (cls)?
Define .asp file?
How do in-process and cross-process communication work in the common language runtime?
What is an .asp file?
What is server control
Define application object?
Explain how do you box a primitive data type variable?
Explain the post and get method or explain the difference between them?
What is asp contentplaceholder?
Define application-scope?
What purpose is served by the application.lock method?