
Partial Class UserControl_NewTopHome
    Inherits System.Web.UI.UserControl

    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

        Page.Form.DefaultButton = CType(HomeSearch2.FindControl("ImageButton1"), ImageButton).UniqueID
    End Sub
End Class
