Row command event of the gridview
Introduction: Hello guys, in this article i will explain that how we can work with the rowcommand event of the gridview. This article will very helpful for the .net developers. Implementation: Create a page named rw_commamnd.Place four textboxes and a button and a gridview. And set their id as txt_name,txt _age,txt_paswrd and txt_repswrd respectively. Code for .aspx page: head runat ="server"> < title > Row command event </ title > </ head > < body > < form id ="form1" runat ="server"> < div > < table > < tr > < td > ...