• 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 |
IN THREE TIER AMONG THREE LAYERS WHICH ONE IS INDEPENDENT LAYER AND HOW?
Is classic asp dead?
Is asp a scripting language?
What is asp give its application?
What is a form collection in asp?
Define application object?
What is n-tier system?
How do I create an aspx file?
Name the event handlers of application object?
What does asp stand for?
Explain the difference between cookies collection and form/querystring collection?
why many web.config files are used in are project