How do you relate an aspx page with its code behind Page?
Answer Posted / velmani
<%@ Page CodeBehind="page.aspx.cs"
Inherits="Namespace.classname"%>
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is directive in asp net?
What is a web api?
What are the steps involved to fill a dataset?
What is a session in programming?
What is asp.net web application?
What is __ requestverificationtoken?
How many web config files can be created for an application?
How can you send an email message from an asp.net web page?
What is protected configuration?
How to handle errors in Web API?
What is Razor View Engine
Describe session handling in a webfarm, how does it work and what are the limits?
What are Master Pages in ASP.NET?
What is the exact purpose of http handlers?
What is data control in asp.net?