Imports System
Partial Class help6
    Inherits System.Web.UI.Page

    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
        If Not IsPostBack Then
            If Request.QueryString("Name") <> Nothing Then
                hl1.Visible = False
                hl2.Visible = False
                hl3.Visible = False
                hl4.Visible = False
                hl5.Visible = False
                hl6.Visible = False

            End If
        End If
    End Sub
End Class
