こんにちは、私は ajax ツール キットのオートコンプリート エクステンダーを使用してデータベースからレコードを取得する方法に固執しています。以下を確認しました。
http://www.youtube.com/watch?v=2tZiVY8qs1c
http://www.andreavb.com/forum/viewtopic_9310.html
http://forums.asp.net/t/1626754.aspx/1
http://www.programmersheaven.com/article/100738-Using+AutoComplete+in+the+AJAX+Toolkit+in+VB.NET/info.aspx
http://www.ajaxtutorials.com/ajax-tutorials/using-autocomplete-in-the-ajax-toolkit-in-vb-net/
http://www.c-sharpcorner.com/uploadfile/cd3aa3/creating-auto-complete-textbox-using-autocompleteextender-control-of-ajax/
ここに示されているものはすべてウェブサイト駆動型であり、データベースではありません。データベースを使用してvb.net aspxページ2010でオートコンプリートを作成するのに役立つチュートリアルの作成または指示を手伝ってください。
1 つのテーブルと、テーブル内に次の属性を持つテスト データベースがあります。
TESTID int PK
Name nvarchar(100)
LName nvarchar(100)
助けてくれてありがとう
編集:
(オートコンプリート ページ メソッドの追加) を追加しようとすると、次のエラーが表示されます。
Unexpected error (TargetInvocationException); Exception has been thrown by the target of an invocation.
at System.RuntimeMethodHandle._InvokedMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignaureStruct@sig,
「そして、それはさらに多くの書き込みを続けます」
OKを押したら
私のaspxページには、緑色の下線が付いた次のコードが表示されます。
Partial Class _Default
Inherits System.Web.UI.Page
Public Function GetComletionList() As System.String[]
End Function