This is a mirror of official site: http://jasper-net.blogspot.com/

29 important ASP.NET interview questions - Part 1

| Sunday, December 26, 2010
This section will cover the most asked questions related to ASP.NET interview questions by the interviewer so have a look on the following and do revise it when ever you go for the ASP.NET interview. Normally the ASP.NET interviewer starts with.....
  • What’ is the sequence in which ASP.NET events are processed?
  • In which event are the controls fully loaded?
  • How can we identify that the Page is Post Back?
  • How does ASP.NET maintain state in between subsequent request?
  • What is event bubbling?
  • How do we assign page specific attributes?
  • How do we ensure viewstate is not tampered?
  • What is the use of @ Register directives?
  • What is the use of Smart Navigation property?
  • What is AppSetting Section in “Web.Config” file?
  • Where is View State information stored?
  • What is the use of @ Output Cache directive in ASP.NET?
  • How can we create custom controls in ASP.NET?
  • How many types of validation controls are provided by ASP.NET?
  • Can you explain “AutoPostBack”?
  • How can you enable automatic paging in Data Grid?
  • What is the use of “GLOBAL.ASAX” file?
  • What is the difference between “Web.config” and “Machine.Config”?

Read more: QuestPond

Posted via email from .NET Info

0 comments: