How do you relate an aspx page with its code behind page ?
Answer Posted / sivasaravanan
using Page directive
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master"
AutoEventWireup="true" CodeFile="LoginInformation.aspx.cs"
Inherits="LoginInformation" Title="Untitled Page" %>
| Is This Answer Correct ? | 29 Yes | 6 No |
Post New Answer View All Answers
Can you explain the basic use of dataview?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
Mention the execution process for managed code?
What is the web.config file in asp?
What is s2s tracking?
What is break mode?
Explain security types in asp.net?
Where is the session stored?
how to transfer the file from client to server using asp.net
Why is xap important?
Differentiate between a page theme and a global theme?
List of words of preprocessor in .net?
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server
What is the sequence in which ASP.NET events are processed?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.