I been using ajax and jquery . autocomplete . but I did not get the funtion event which is in need
Like ajax has only a support for display only.. but Jquery has a funtion for Display as well as id value. work fine for upto some extend. like we can select the list using arrow , UP, DOWN. and event fire having auto postback . set the true. the real problem
is. event does not fire. on clicking by mouse
eg.
Dim customerId As String = Request.Form(hfCustomerId.UniqueID)
CustomerText.text=customerId
i will be gratefull if somebody help me . to get the event fire. on mouse click
Go to the complete details ...