What is the property available to check if the page posted or not
Answer / kirti
The Page_Load event handler in the page checks for IsPostBack property value, to ascertain whether the page is posted. The Page.IsPostBack gets a value indicating whether the page is being loaded in response to the client postback, or it is for the first time. The value of Page.IsPostBack is True, if the page is being loaded in response to the client postback; while its value is False, when the page is loaded for the first time. The Page.IsPostBack property facilitates execution of certain routine in Page_Load, only once (for e.g. in Page load, we need to set default value in controls, when page is loaded for the first time. On post back, we check for true value for IsPostback value and then invoke server-side code to
update data).
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how you can send the result back in JSON format in MVC?
What are the contents of assembly?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
What is Value type and reference type in .Net
I am going for H1B visa interview, I am not having bank statement ,is it neccesary for stamping process? how to handle the,consulate people without that statement ?
Can Static Constructor be Overloaded?Justify it?
what is scalar property?
what is entity sql?
how do you query in entity model when the result has a join from from different database other than the entity model?
Is .net core replacing .net framework?
Give an example for authorization filters in an asp.net mvc application?
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?