I have textbox that displays a date in each row of my gridview. I'm hoping to put a link or button that, when clicked, automatically populates all textboxes except for the first one, with the value entered in the first one. So, I want the user to be able to enter a date in the textbox on the first row of the datagrid, then click and automatically populate the rest of the rows with the date they entered in the first row. Make sense? I'm not sure where to start with this.