Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load If Not Page.IsPostBack Then Ajax.Utility.RegisterTypeForAjax(GetType(Page_Path)) ddlCharge.Attributes.Add("onchange", "$('#<%=txtPostFix.ClientID%>').val('hello world')") End If End Sub