Autocomplete
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all I want to use autocomplete textbox's on my webpage for that i used this code http://munich.schwarz-interactive.de/autocomplete.aspx[^] on page load Dim txt As New AjaxAutoComplete txt.ID = "txtAutoComplete" txt.OnAutoComplete = New AjaxAutoComplete.AutoCompleteHandler(Me.OnAutoComplete) PlaceHolder1.Controls.Add(txt) but i am getting errors 'Type AjaxAutoComplete is not defined' plz tell me what i am missing in the code Than Q Keerthi