How do you relate an aspx page with its code behind page ?
Answer Posted / banupriya
<%@ Page Language="C#" AutoEventWireup="false"
CodeFile="dd.aspx.cs" Inherits="ddsolved" %>
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
To redirect the user to another page which method do we use without performing a round trip to the client?
What are the session variables?
To wrap up a call to a Web service the standard used is..?
Explain exception handling in .net.
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
Explain login control and form authentication.
What is a session in programming?
In ViewState How much lifespan items stored?
What is meant by web application?
WSDL means?
Why we use content place holder in asp.net?
What is application and session in asp.net?
What are the differences between code behind and code inline?
What is Forms Authentication in ASP.NET?