Explain about asp.net state management?
Is asp.net still used?
Is object a value type or referenced type?
Can we throw exception from catch Block?
What threading model used in asp and asp.net?
Explain about ASP.NET?
How do you change the session time-out value?
0 Answers TryTechnicals Pvt Ltd,
What definition correctly defines a label server control with the name set to lblHoop? a) <asp:Label name=?lblHoop? runat=?server? /> b) <Label id=?lblHoop? runat=?server? /> c) <asp:Label id=?lblHoop? runat=?server? /> d) <server label name=?lblHoop? runat=?asp? />
How do you do validations. Whether client-side or server-side validations are better.?
Derive WSDL?
In which event of the page viewstate is available?
What is session management in web application?
What is the difference between abstract class vs interface? Can give me the real time examples?