loop through and find the control as
If e.Item.Cells(4).Controls(index).GetType = Then..... System.Web.UI.WebControls.LinlButton???
e.Item.Cells(4).Controls(index).Text

I have never done this or I would give a better example