Clearly Explain the ispostback
Answers were Sorted based on User's Feedback
Answer / vikas
Usually used inside the Page_Load event handler, IsPostBack
checks if the page is being requested by client for the
first time or whether it is being sent as a result of a
postback(form submission). This help you change (or
maintain) the content on the page depending on the type of
request (fresh or postback).
| Is This Answer Correct ? | 22 Yes | 0 No |
Answer / kaushal
Ispostback (page.ispostback()) is a method which represents
whether the page state of page is postback or first time
loaded. If the page is postback it returns True and False
for the First Time loaded
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / 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 |
Answer / rohit
hey one mistake is there in place of before thr is after
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / rameshp
Post back means all form fields and other controls can be
declared to run on the server, and the server simply posts
the page back to itself and performs all the validation,
display and actions.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / deepak
this indicate all action will perform before page will be
post back like
if(ispostback)
{
}
| Is This Answer Correct ? | 5 Yes | 5 No |
If you are using components in your application, how can you handle exceptions raised in a component?
on modify statement, executeNonQuery returns zero rows affected even though there has been modification carried out sucessfully in the table.. can anyone tell me is this possible??? if yes, how..???
How do you access individual items of an Master Page
What is difference between View State and Hidden Field in ASP.NET?
What is difference between session and application in asp net?
Describe how to implement globalization and localization in the use interface in .net.
What is a transaction? a) A banking term. b) A concept used to describe a step in the business process. c) A combination of DML steps that must succeed or the data is retuned to its initial state. d) A combination of DDL steps that must succeed or the data is retuned to its initial state.
How to fetch a data from one table to another table in asp.net ?
What is data binding in asp net?
Can master pages be nested?
Explain Authentication mechanism in dotnet
What is http pipeline in asp.net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)