Answer Posted / raj
Ispostback is a method which represents whether the page
state of page is postback or first time loaded or it’s a
round robin process. If the page is postback it returns
True and False for the First Time loaded. The result will
come as Binary 0,1.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the basic difference between asp and asp.net?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
Explain the use of errorprovider control in .net?
Explain how dot net compiled code will become platform independent?
When does a session actually start?
explain code with multi inhertance
What are Master Pages in ASP.NET?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
What is full trust in asp.net?
How does session work in asp net?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
How can we provide the WebParts control functionality to a server control?
What is the use of placeholder control?
Describe the method to create a permanent cookie?
what is meant by sitemapnode ?