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
Define viewstate in .net?
How do you identify that the page is postback?
Which browsers support the xmlhttprequest object?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
What are the events that happen when a client requests an asp.net page from iis server?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
How do I use a proxy server when invoking a web service?
What are the advantages of Web API?
Define repository pattern in asp.net mvc? : asp.net mvc
5. What three Specific Job Positions do you target from Swatz Oils GROUP U.K?
Are cookies stored on server or client?
Where code pages are used?
Explain the difference between debug.write and trace.write?
Who generates session id?
Define a web service in .net?