What is the use of Administration tool in Asp.net 2.0?
Answer Posted / nageswararao
Hi friens this is nag,
In ASP.NET introducing asp.net web.config tool for
administrating the entire Asp.net web site.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the properties of the eventargs argument when capturing keyboard events?
What is xaml? Are xaml file compiled or built on runtime?
How are sessions stored?
How can we prevent browser from caching an aspx page?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
Explain asp.net mvc request life cycle? : asp.net mvc
How many types cache in asp net?
In a Repeater control how one can provide an alternating color scheme ?
What is custom attribute? How to create?
Why session is used in asp.net?
Why we are using mvc instead of asp.net? : Asp.Net MVC
What is the syntax for datagrid and specifying columns?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
What is the Difference between MVC And MVP design pattrens