Why do you use the app_code folder in asp.net?



Why do you use the app_code folder in asp.net?..

Answer / Pravendra Singh

A Query String is a collection of key-value pairs appended to a URL after the question mark (?). It's used for passing data from one page to another within an application or between different applications. Advantages include simplicity, statelessness, and ability to bookmark specific state. Limitations include security vulnerabilities, limited size, and readability issues.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is the difference between adding reference in solution explorer and adding references by using ?

1 Answers  


What is sequence of code in retrieving data from database?

3 Answers   Accenture,


when user is logged on the information is saved in a cookie, what is the name of that cookie?

5 Answers   Mind Tree,


What is the result when the Web Form containing the following line is complied and executed? <asp:Button id=?thebutton? onClick=?theEvent? /> a) The button control is created; theEvent is the click event handler. b) Compiler error; the control must be set to runat=?server?. c) Compiler error; onClick is not a valid attribute. d) Runtime Exception; the control must be set to runat=?server?.

3 Answers   Syntax Softtech,


What is difference between Server.Transfer and Response.Redirect in ASP.NET?

1 Answers   Sans Pareil IT Services,


What is view state management in asp net?

1 Answers  


which type of data u send through request.querystring()?and tell abt exact size?

1 Answers   CSC, Nay Company,


Explain a program using razor view engine to create a simple application? : asp.net mvc

1 Answers  


How tooltip is set through code-behind in ASP.NET?

1 Answers  


What is the difference between Webservice and WCF

9 Answers   IBM, ITC Infotech,


Differentiate between client-side and server-side validations in web pages.

1 Answers  


Which protocol is used in a web api?

1 Answers  


Categories