How to find out what version of asp.net I am using on my machine?
What are the new web part controls in asp.net 2.0 ?
Can asp.net work on an nt server?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
Is it possible to write code in many languages in one asp.net project?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
Why will you usually create an aspnet user account in the database for an asp.net web application?
Can I read the hard disk serial # of the client computer using asp.net?
Why does my asp.net file have multiple tag with runat=server?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
What are themes and skins in 2.0, explain usage scenario?
What is the equivalent of date() and time() in asp.net?
What are the new navigation controls in asp.net 2.0?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
How do I publish my asp.net application to my isp's web server?