• 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 can we do validation of the fields in a project?
How do I open aspx files?
What are private assemblies?
What is active server object model?
What is the full name of asp in vb net?
What is application object in asp?
Define html (hypertext markup language)?
Define an err object?
What is Extranet?
Name the control which would you use if you needed to make sure the values in two different controls matched?
what is the difference between sql server2000 and 2005
What are Scripting Objects?