What is the difference between Postback and Ispostback
Property?
Answer Posted / sanjay maurya
postBack is a event is reload page on the server.
And the IsPostBack property of
the page object may be used to check whether the page
request is a postback or not. IsPostBack property is of the
type Boolean.
| Is This Answer Correct ? | 18 Yes | 6 No |
Post New Answer View All Answers
What is the use of asp.net web api?
Which is better union or union all?
How dataadapter.fill works?
What are query strings used for?
What is web configuration file and how to use in web application
How do I publish my asp.net application to my isp's web server?
What is considered a service provider?
From which base class all web forms are inherited?
What are the differences between clr & cts?
Explain about asp.net state management?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
Please brief not about xsd,xslt & xml?
Describe the method to create a permanent cookie?
What is %20 in a url?
What is the current version of asp.net?