What is the difference between Postback and Ispostback
Property?
Answer Posted / rajender chauhan
Postback: Postback is a event which fire when page data
goes to server.
IsPostBack: Ispostback is page property of bool type and it
become true when page come again to browser.
| Is This Answer Correct ? | 64 Yes | 15 No |
Post New Answer View All Answers
Why cyclomatic complexity is important?
What is a user developed application?
What is the difference between a cookie and a pixel?
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
What is the use of the tag in the web.config file?
How can we prevent browser from caching an aspx page?
Which method do you use to enforce garbage collection in .net?
Explain the significance of routing? : asp.net mvc
Explain the different types of assemblies?
What is the difference between asp.net and mvc?
Define msil.
What are early binding and late binding.
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
Name some asp objects?
How do you design a website with multilingual support in ASP.NET ?