You ve defined one page_load event in aspx page and same
page_load event in code behind how will prog run?
Answer Posted / js_m
The Page_load method in the aspx page will only run.It takes
precedence over the one in the code behind.
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
How do I use response redirect?
What is the difference between session.abandon() vs clear()?
How many web.config files can I have in an application?
Why do we use web config?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
How do we access view state value of this page in the next page?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
Explain the significance of routing? : asp.net mvc
What is class and object in asp.net?
What is the sequence in which ASP.NET events are processed?
What is the difference between “Web.config” and “Machine.Config”?
What is the server of asp.net?
What are the main differences between asp and asp.net?
Explain login control and form authentication.
What is voluum?