Imports System
Imports System.Web
Imports System.Web.Caching
Imports System.Web.UI
Imports System.Data
Imports System.Data.SqlClient
Partial Class suppliers_home
    Inherits System.Web.UI.Page



    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
        CType(Suplierrightbanner1.FindControl("txtpwd"), TextBox).Attributes.Add("OnKeyPress", "javascript:if (event.keyCode == 13) __doPostBack('" + CType(Suplierrightbanner1.FindControl("imgbtnlogin"), ImageButton).UniqueID + "','')")
        Page.Form.DefaultButton = CType(Suplierrightbanner1.FindControl("imgbtnlogin"), ImageButton).UniqueID
    End Sub
End Class
