which directive is mandatory in page control
Answer Posted / sumalatha
<%@ Page Language="C#" AutoEventWireup="true"
CodeFile="Default.aspx.cs" Inherits="_Default" %>
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What does ascx stand for?
How to find last error which occurred in Asp.net ?
what is a .xap file? Explain with an example.
What is the usie of activex control in .net?
What is IPostBack? How to use it?
What are the disadvantages of using session?
What is the maximum number of classes that can be contained in one dll file?
Explain page output caching?
What are url fragments?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
How should I destroy my objects in asp.net?
How asynchronous call can be implemented using delegates?
Can we have multiple master pages in asp net?
From which base class all web forms are inherited?
Define authentication and authorization.