I've tried everything but my AJAX autocomplete not working and no error produce, I don't know what is wrong with the code. I've searched and googling for 3 days and still doesn't know the problem.
Profile.aspx (no code behind)
<%@ Page Title="" Language="VB" MasterPageFile="~/system/PublicHeader.master" AutoEventWireup="false" CodeFile="profile.aspx.vb" Inherits="ApplicationSystemProfile" %>
<%@ Register TagPrefix="kklc" TagName="Profile" Src="~/system/usercontrol/UserProfile.ascx" %>
<asp:Content ID="ProfileBodyContent" ContentPlaceHolderID="BodyContent" Runat="Server">
<form runat="server" id="UserProfile" >
<kklc:Profile ID="ViewProfile" runat="server" />
</form>
</asp:Content>
...
Go to the complete details ...