
Partial Class Buyer_newBuyerSearch
    Inherits System.Web.UI.Page

    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
        If Page.IsPostBack = False Then
            Session("ID") = "Buyer"
           
        End If

    End Sub
End Class
