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 a session in asp.net?
What are the Types of state management techniques
How u refer webservices?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What r the asp.net list controls and difference between them?
What is rending process in ASP.NET?
What is a pixel url?
What is new asp.net core?
What is a session in programming?
What is server side session?
How to find last error which occurred in Asp.net ?
What is hidden field in asp.net?
What is considered a service provider?
Can we store object in viewstate?