• 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 asp in web technology?
Write code for the following in ASP a)Display attributes of a file b) File copy c) get disk capacity.
explain joints in .net.
Explain the difference between asp and html? Or why asp is better than html?
What do you need to run asp?
What is the difference between server-side validation and client-side validation?
Define asp?
Why does my code get a security exception when I run it from a network shared drive?
Who invented asp?
Name the property which is on a combo box do you set with a column name, prior to setting the data source, to display data in the combo box?
How do in-process communication work in the common language runtime?
we are doing Design of Placement Website as our academic project. Home page is in c#.net format and register page is in asp.net format. We met a problem in this.register page is not linked in home page. how i complete my project with out any change..?
What is asp and how it works?
What are scripting objects in asp?
What are the tasks performed by <> tags?