What does session_start () do?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

How Response.flush works in server.Execute

1 Answers  


How to find last error which occurred in Asp.net ?

0 Answers  


explain ado.net

6 Answers  


What does setting a control's EnableViewState property to false accomplish?

1 Answers  


What is difference between ASP and ASP.NET ?

3 Answers   TCS,






What is postback request?

0 Answers  


Is it possible for me to change my aspx file extension to some other name?

0 Answers  


Why do we need master page in asp.net?

0 Answers  


What is the purpose of the following segment? If ( !IsPostBack) { sqldataAdapter1.Fill (dsusers1); DataGrid1.DataBind (); } a) To populate the DataAdapter the first time the web page id displayed. b) To populate the DataSet every time the web page is displayed. c) To populate the DataAdapter every time the web page is displayed. d)To populate the DataSet the first time the web page is displayed.

2 Answers   Syntax Softtech,


What is Web API?

0 Answers  


I have one application, one user purchase some products in my application? and another person came he is also purchase some products?how can we identify which user purchase which items? my answer is by using session id? but i dont know how? can u give me programming for that?

1 Answers  


What are asynchronous callbacks ?

6 Answers   Accenture, BirlaSoft,


Categories