Explain which is best suited place in the Application Start
and Session_Start subroutines with an example?

Answer Posted / rana rashid

Best suited place is Global.aspx..
in that file you put your application start and
session_start subroutines....
these initilize on the start of your application..

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are session objects?

727


Define the steps to set up validation control.

762


Explain the boxing and unboxing concept in .net?

583


When cookie will expire?

771


How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?

828


What is base class of button control in .net?

738


How to use a Master Database in Asp.net?

758


Are cookies client side or server side?

664


I’m having some trouble with cas. How can I diagnose my problem?

785


What are ASHX files?

794


What is new asp.net core?

763


When you use Ajax controls in the ASP.NET application?

771


How can you ensure a permanent cookie?

748


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.

1621


How does exception management works in ASP.NET?

828