what is PostBack Property exactly ? when It Returns True?
when it Returns False?
Answer Posted / neha
when some event is fired like drop down's text changed then
page is posted back from server to client.
for the very first time when the page loads then postback
is false and after postback it return true
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is a ashx file?
What is the maximum number of classes that can be contained in one dll file?
What is meant by ispostback in asp net?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
Explain the difference between the web config and machine config.
What is http response header?
What do you understand by aggregate dependency?
Which is better session or viewstate?
where can i gather the materials for MCP certification
How do you secure your configuration files to be accessed remotely by unauthorized users?
How many types of triggers are there in update panel?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
In asp.net, how can you validate drop down box?
Define tracing.
What is use of <% %> in asp.net?