What tags one need to add within the asp:datagrid tags to bind columns manually ?

A. Set AutoGenerateColumns Property to true on the datagrid tag
B. Set AutoGenerateColumns Property to false on the datagrid tag
C. Set AutomaunalColumns Property to true on the datagrid tag
D. It is not possible to do the operation
✅ The correct answer is option B.

If I’m developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing______________?

A. Maintain the login state security through a View State.
B. Maintain the login state security through a Session.
C. Maintain the login state security through a database.
D. All of the above
✅ The correct answer is option C.