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
Explain MVC model binders?
How to use multiple scriptmanager controls in a web page?
Define application state variable and session state variable?
Does web services support data reader like pom project?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
Why is string called immutable data type?
Briefly describe the role of global.asax?
In order to get assembly info which namespace we should import?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
Can you explain architecture of your project ?
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?
How to find last error which occurred?
What is the parent class of all web server control?
What is the difference between mvc and asp.net? : Asp.Net MVC