define ispostback and give some examples
Answers were Sorted based on User's Feedback
Answer / khyati
When the page is executed for the first time this method
will return the value TRUE else FALSE
IsPostBack returns bool value and returns TRUE only for the
first time execution/loading of the page
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / vasanth
if(page.ispostback)
{
//Executed this code when page is posted back from the server
}
else
{
//Executed this code when page is posted for the first time
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Is ram a heap?
Is null == null c#?
What is the difference between finally and finalize block?
Distinguish between system.string and system.text.stringbuilder classes?
Explain about multithreading?
What is the best method to fill the GridView. using SqlDataReader or Dataset and why
what is the meaning of Object lifetime in OOPS
What is the wildcard character in SQL? Let?s say you want to query database with LIKE for all employees whose name starts with La.
Are structs value types or reference types?
What is a private constructor? where will you use it?
What does console mean c#?
What kind of the information stored inside the assembly?
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)