What three Session State providers are available in ASP.NET 1.1? What are the pros and cons of each ?
1 1607Can 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?
988How 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?
1013
How are sessions stored?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
How can you debug your.net application?
How can we make sure that Web API returns JSON data only?
What is the difference between Classic ASP and ASP.Net?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
In asp.net, how can you validate drop down box?
What is Dynamic Web and discuss its usage with the help of real life examples?
What is the state management in asp.net?
How to find last error which occurred in Asp.net ?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
What is asp.net used for?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
how can create login from create and written conde in asp.net
What is a query string in a url?