Visual Studio に Web パーツがあります。Web パーツには、3 つのテキスト ボックス、1 つのボタン、1 つのリスト表示が含まれます。
カスタム リストを Web パーツに表示するには、どのコントロールを使用しますか?
Visual Studio に Web パーツがあります。Web パーツには、3 つのテキスト ボックス、1 つのボタン、1 つのリスト表示が含まれます。
カスタム リストを Web パーツに表示するには、どのコントロールを使用しますか?
If you want to display the list in your webpart you can do it form the editing the page where you want to add your web part and add from the list & libraries section of available webparts. If you want your text boxes and button and list to display on your webpart then you can do the following.
Take a visual webpart in visual studio (deploy it as a farm solution).
add your controls over there. If you want to display list, you can show them in a grid control.