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
Can you explain one critical mapping? Performance issue which one is better?
Why do we use web config?
What are the built-in objects in asp.net?
Where viewstate value is stored in asp.net?
How do sessions work?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
What are directives in asp.net? List down all the important directives.
Define what is razor? : asp.net mvc
What is csrf attack in asp.net?
How would you turn off cookies on a page of a website?
What is the asp.net mvc folder conventions? : asp.net mvc
What are the server control tags in asp.net.?
What are the navigation ways between pages available in ASP.NET?
What is a web server? What are the load limits in it?