Protected Sub Suppliers_RowCreated(sender As Object, e As GridViewRowEventArgs) _ Handles Suppliers.RowCreated If e.Row.RowType = DataControlRowType.DataRow Then ' Grab a reference to the Literal control Dim output As Literal = _ CType(e.Row.FindControl("RadioButtonMarkup"), Literal) ' Output the markup except for the "checked" attribute output.Text = String.Format( _ "