Answer Posted / khyati
When the page is executed for the first time this method
will return the value TRUE else FALSE
IsPostBack returns bool value and returns TRUE only for the
first time execution/loading of the page
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What’s thread.sleep() in threading ?
Can you inherit multiple classes in c#?
In which order the destructor is called for an inherited class?
What is the difference between “constant” and “readonly” variables in c#?
What is the use of getcommandlineargs() method in c#.net?
What is the difference between “dispose” and “finalize” variables in c#?
What are the types of parameters in c#?
What is difference between assembly and dll?
Does c# support multiple inheritance (mi)?
Why do we Need of static class in c#?
Hi Friends, I am going through Siemens Interview Procedure from last 1+1/2 months. I went through 1 written + 2 Technical + 1 Managerial Round process after which I got call from HR informing that "you are selected and we would like to meet you for HR round". HR round was very nominal compared to MR. HR Round last for hardly 5 mins. They told me that you will get the final result on Friday. Still I have not received any feedback from them. Please help!!!
Difference between value and reference type. What are value types and reference types?
What is the difference between int16 and int32 in c#?
How to use nullable types in .net?
What to implement on my class Finalize or IDisposable