Saturday, 23 March 2013

c#

What’ is the sequence in which ASP.NET events are processed?

Following is the sequence in which the events occur:-
• Page_Init.
• Page Load.
• Control events
• Page- Unload event.
Page_init event only occurs when first time the page is started, but Page Load occurs in subsequent request of the page.

Wednesday, 20 March 2013

kumaresan munusamy - dot net developer





Technical reference for Dot net  

  • Asp dot net
  • c# dot net
  • sql data base development
  • ajax 
  • crystal reports 
  • jquary
  • javascript
  • html
  • wpf
  • wcf
  • php
  • mysql
  • access database
  • web service 
  • mvc framework  

interface abstract class
Interface definition begins with a keyword interface so it is of type interface Abstract classes are declared with the abstract keyword so it is of type class