one thing that i have been searching since many days that confuses me is that the difference between ONCOMMNAD and ONROWCOMMAND,
Oncommand methid use parameters like "DELTEROW" EDITROW while ONROWCOMMAND uses DELETE, EDIT etc and both send different kinda objects like one send GridviewEventargs type object while another sends commandeventargs,
WHY ? Where to use ? HOW ?