What three Session State providers are available in ASP.NET 1.1? What are the pros and cons of each ?
1 1724Can 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?
1094How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
1109
Explain the basic functionality of garbage collector?
Explain Optimization technique description?
What is server redirect?
What is http response header?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
Why we use content place holder in asp.net?
What does aspcompat="true" mean?
What are the cookies types in asp.net?
Why would a company use an application service provider?
Define page fragment caching?
To bind columns manually which tags do you need to add within the asp:datagrid ?
How could you modify xaml content from javascript?
Define application state variable and session state variable?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
How to deploy/publish webservices?How many ways?Plz explain me