|
Q1 - What is AJAX?
Q2 - Can Ajax be implemented in browsers that do not support the XmlHttpRequest object?
Q3 - Can AJAX technology work on web servers other than IIS?
Q4 - Which browsers support the XmlHttpRequest object?
Q5 - How to we create an XmlHttpRequest object for Internet Explorer? How is this different for other browsers?
Q6 - What are the properties of the XmlHttpRequest object? What are the different types of readyStates in Ajax?
Q7 - What is the ASP.NET Ajax Framework? What versions have been released so far?
Q8 - What are Ajax Extensions?
Q9 - What is the ASP.NET Control Toolkit?
Q10 - What is Dojo?
Q11 - How to handle multiple or concurrent requests in Ajax?
Q12 - How to create an AJAX website using Visual Studio?
Q13 - What is the role of ScriptManager in Ajax?
Q14 - Can we override the EnablePartialRendering property of the ScriptManager class?
Q15 - How to use multiple ScriptManager controls in a web page?
Q16 - Whats the difference between RegisterClientScriptBlock, RegisterClientScriptInclude and RegisterClientScriptResource?
Q17 - What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
Q18 - What is an UpdatePanel Control?
Q19 - What are the modes of updation in an UpdatePanel? What are Triggers of an UpdatePanel?
Q20 - How to control how long an Ajax request may last?
Q21 - What is ASP.NET Futures?
Q22 - What are limitations of Ajax?
Q23 - How to make sure that contents of an UpdatePanel update only when a partial postback takes place (and not on a full postback)?
Q24 - How to trigger a postback on an UpdatePanel from Javascript?
Q25 - Which request is better with AJAX, Get or Post?
1 - Describe the security authentication process in aspnet
2 - What is the Website Administrative Tool in Visual Studio 2005?
3 - What is Authentication in ASP.NET?
4 - What is Authorization in ASP.NET?
5 - What is IIS Metabase?
6 - What is mixed mode Authentication in ASP.NET?
7 - What is Provider Model and Personalization in Aspnet 2.0?
|