• 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 |
Define file system object object?
What is difference between Server.transfer and Response.redirect ?
plz send me interview model questions asked in KVB Clerk interview.
2 Answers Karur Vysya Bank KVB,
What is the use of global.asax?
What is asp in web technology?
What is msmq?
Which is better asp or php?
What is the command to display characters to the HTML page?
Name the asp objects?
What is difference between server.transfer and response.redirect ?
2 Answers CIStems Software, Effexoft, VebTel,
Explain the different types of session state management options available with asp.net?
what is cookies?