6. If we assign a value in textbox on Page_UnLoad event,
will it display?
Answer Posted / shraddha12
NO
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What's difference between constants and static readonly?
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?
What is exe file in c#?
If casting fails what type of exception is thrown?
What is difference between array and list in c#?
How to implement delegates in c#.net
What are the different ways of method can be overloaded?
What is public void in c#?
What is a datacontract?
Why can’t struct be used instead of class for storing entity?
What are object pooling and connection pooling and difference between them?
What is difference between private and static constructor?
Explain what is an interface in c#?
What is an xsd file?
what are windows services?