Hi,
There is not a available control. You can make a ModalPopup to show the information. You can define onchange event for textbox. When you click the button, it will call the web service with the value the user typed. In callback function, you can build a Panel to present the result.
The other way is you can use AutoCompleteExtender and do something to change the style of displaying. You can append an additional field to indicate "asp.net","asp.net blog" or other classifications on each item so that you can pass the list from serverside web service to the client. On client, you need custom the list panel to prensent these classifications.
Please check any one of these article to custom the AutoCompleteExtender.
http://vincexu.blogspot.com/search/label/AutoComplete