• How do you relate an aspx page with its code behind page?
Answer Posted / 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 |
Post New Answer View All Answers
What is querystring collection in asp?
What is http header?
How can I see what assemblies are installed in the global assembly cache?
Define .asp file?
What are the 3 types of internal controls?
How does asp differ from html?
Define response object?
Define application-scope?
Explain the difference between inline and code behind.
difference between partial and public ?
Explain the difference between sap r/2 and r/3?
Define a "virtual directory"?
How will u make automatic login program in asp as u see in yahoo messanger? When any body login to their system they no need to fill userid and password. It automatically fills the userid and password.
how to update text box value in c#.net project?
What are the advantages of asp?