Hi I have a grid view in Ajax UpdatePanel. In a column of a grid view I have a button call btnAddNewRecord. I need to fire btnAddNewRecord.Click event once I click on that. How can I do this? ...