Give an example of what might be best suited to place in the application_start and session_start subroutines?


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

Post New Answer

More ASP.NET Interview Questions

how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool

0 Answers   Satyam,


what is caching?

4 Answers   Microsoft,


Describe a Windows Service and its lifecycle ?

0 Answers   Siebel,


What is smart navigation?

1 Answers  


What is difference between URL and URI?

0 Answers   MCN Solutions,






accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.

1 Answers  


• What are HttpHandlers? • What are HttpModules?

2 Answers  


Explain the differences between managed and unmanaged code?

0 Answers  


What is meant by server side scripting?

0 Answers  


What is binding in web service ?

1 Answers   TCS,


What does asp stand for in asp.net?

0 Answers  


What are the various session state management options provided by asp.net?

0 Answers  


Categories