Hi all, I'm using vb.net. How do I set the defaultbutton property for a button in my gridview's footer row? Is it anything like this?Page.Form.DefaultButton = GridView2.FooterRow.FindControl("bt_insert") ...