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
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
what is caching?
Describe a Windows Service and its lifecycle ?
What is smart navigation?
What is difference between URL and URI?
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.
• What are HttpHandlers? • What are HttpModules?
Explain the differences between managed and unmanaged code?
What is meant by server side scripting?
What is binding in web service ?
What does asp stand for in asp.net?
What are the various session state management options provided by asp.net?