• 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 to delete an existing cookie?
what is the difference between sql server2000 and 2005
what is mean of ASP?
what is abstact class in asp.net?
What is aspx used for?
What is the use of following Statement Response.Expires=120 A.The page will be removed form cache after 120 Hours B.The page will be removed form cache after 120 Sec C.The page will be removed form cache before 120 Min D.The page will be removed form cache after 2 Hours
what is the difference between render event and prerender event
Which is an advantage of application service providers (asps)?
What are scripting objects in asp?
___________ and ____________ properity to be used to create localized version of a form
Where will you code OPTION EXPLICIT in an ASP application? WHY?
Name the control which would you use if you needed to make sure the values in two different controls matched?