What Are The Difference Between AutoEventWireup="true" and
AutoEventWireup="False"
Answer Posted / ruchika garg
First of all the above answer that default value for auto
eventwireup=true is false bcoz the default value of
autoeventwireup=false in c#
A false value indicates that you must explicitly write a
code to bind events related to a page ,such as the load
event of a page
and true value indicates that events will be generated
automatically
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What is session and application variable in asp net?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
What do you mean by authorization?
How does the service stream content?
Which protocol is used to call web service?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
What does asp in asp.net stand for?
Explain an object, class and method.
Which of the following .NET framework supports Web API?
What is autopostback in dropdownlist in asp net?
Can we have a web application running without web.config file?
Define reflection in .net?
Which property is used to identify the Page is Post Back in ASP.NET?
Do gac'ed assemblies have fulltrust?