• 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 |
How does non-deterministic garbage collection affect my code?
What is the difference between asp and acp?
How do cross-process communication work in the common language runtime?
Hii My Question is How the Down Payment will clear in APP? Can any one help me
What is the difference between Cookies collection and Form/Querystring collection?
Explain the difference between a namespace and an assembly name?
Which choice is NOT a property of Dictionary Object? A. Key() B. CompareMode C. Item () D. Exists () E. Count
Define a scripting language?
What is difference between Physical path and Virtual path? Explanin with example.
very Simple Question i Know But I Cant Do It public int Y { get { return _y; } set { _y = value; } } How Can i Check for Value Y in Accessories Say if Y > 5
How do I open an asp file on a mac?
Juxtapose the HTTP verbs GET and POST. What is HEAD?