• 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 |
Tell me about Dictionary Object?
What are the properties used to control the expiration of the page?
Whats the implicit name and type of the parameter that gets passed into the class set method?
Can be arrays resized by using the keyword redim?
Explain the difference between asp and html? Or why asp is better than html?
Define server object?
what is database deployment?
What are the methods in applet ? When is init(), start() called ?
When was asp released?
Explain the difference between post & get method in asp?
What is .asp in html?
How do I view an asp file?