What is ispostback method in asp.net? Why do we use that?
Answer / Nadine Pde
"IsPostBack"; is a property of the Page class in ASP.NET that indicates whether the page is being posted back (i.e., submitted through an HTTP POST request) or whether it's being requested for the first time (HTTP GET request). The purpose of IsPostBack is to differentiate between user interactions on the server-side and initial page loads, allowing developers to perform specific actions based on the state of the page.nFor example, when you want to reset form fields after a submission, you can check if the page is being posted back using IsPostBack: "if (!IsPostBack) {n // Code for setting default values or initializing form fieldsn}"
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the different methods that are used during the page load?
How to change Master page in ASP.Net using code?
What is active web pages?
What are the new navigation controls in asp.net 2.0?
What does this do? gacutil /l | find /i about
Which keyword you should use for class not to extend? Which keyword to be used for making the class accessible within the assembly only what are the authentication mode of ASP.NET How will you call a JavaScript function using code-behind? How will you define the Session Timeout? What are the methods to validate client-side whether the input is a correct Date format? You want to write a log when ASP.NET application starts. Which is the best place to write that peice of code? What are the page load events and what is there order? What is the difference between abstract class and interface? What are the differences between DataSet and DataReader? What are the two properties other than DataSource, which is required to populate the Drop Down Menu? What is difference between String and StringBuilder Classes? What are differences between Custom control and User control?
What are the disadvantages of asp.net?
Explain the use of duration attribute of @outputcache page directive.
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?
1 Answers AlKhaleej, Swatz Oils,
when u enter the data in one text box once u completed entering the text box data then one page has to be popuped and the text has to be displayed in the parent page
what is Impersonation
3 Answers Alliance One, Task Informatics,
differences between class inheritance and interface?
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)