This course will help prep you to earn the CompTIA Healthcare IT Technician certification showing that you have the knowledge and skills needed to succeed in installing, managing, and troubleshooting IT systems in medical and clinical settings.
Protected Sub GridView2_RowDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewRowEventArgs) Handles GridView2.RowDataBound
If e.Row.RowType = DataControlRowType.DataRow Then
e.Row.Cells(0).ToolTip = "abc" + ":" + " " + e.Row.DataItem(4) + Chr(13) + "abc" + ":" + " " + e.Row.DataItem(5) + Chr(13) + "abc" + ":" + " " + e.Row.DataItem(6) + Chr(13) + "abc" + ":" + " " + e.Row.DataItem(7) + Chr(13) + "abc" + ":" + " " + e.Row.DataItem(8) + Chr(13) + "abc" + ":" + " " + e.Row.DataItem(9) + Chr(13) + "abc" + ":" + " " + e.Row.DataItem(10) + Chr(13) + "abc" + ":" + " " + e.Row.DataItem(11) + Chr(13) + "abc" + ":" + " " + e.Row.DataItem(12)
End If
End Sub
Do more with
Premium Content
You need an Expert Office subscription to comment.Start Free Trial