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 are the elements of a website?
What is content page in asp net?
What is the use of ASP.NET routing?
What is autopost?
What is active web page?
What is state management in .net?
How do I upload a file from my ASP.NET page?
What is the use of placeholder control?
Explain the difference between web user control and web custom control?
Can you change a master page dynamically at runtime? How?
Can we have multiple master pages in asp net?
How will you load dynamic assembly? How will create assesblies at run time?
What are the Types of authentications in IIS
What is the difference between web.config and machine.config in ASP.NET?
In order to get assembly info which namespace we should import?