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
How can we register exception filter from the action?
What do you mean by authorization?
Is sql backend or frontend?
What is the use of placeholder control?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
Which method do you use to kill explicitly a users session?
What are the differences between application object and session object?
What is the difference between dispose() and finalize()?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
Explain the Session state management options available with ASP.NET?
What is the function used for removing an event listener?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
What does asax stand for?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
What is the used of "ispostback" property?