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 |
Can the nested class access, the containing class. Give an example?
Why do we need generics?
What is an int c#?
What is internal and protected-internal accessspecifier in c#.net?
What is the use of dll file in c#?
What is scope c#?
What is multithreading? What are the problems that comes with multithreading and how to manage them?
What are the different types of comments in c#?
What is activator c#?
What is type cast in C#?
0 Answers TryTechnicals Pvt Ltd,
How to use nullable types in .net?
What are the differences between value types and reference types?
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)