いくつかのデータ コントロールを使用しましたが、どのコントロールを使用し、どのコントロールを使用しないかを知るには十分な経験がありません..
gridview に非常に多くのイベントとプロパティがある場合、ListView、Repeater、FormsView を使用する理由は何ですか?
Repeater または FormsView の使用を選択するのはいつですか?
いくつかのデータ コントロールを使用しましたが、どのコントロールを使用し、どのコントロールを使用しないかを知るには十分な経験がありません..
gridview に非常に多くのイベントとプロパティがある場合、ListView、Repeater、FormsView を使用する理由は何ですか?
Repeater または FormsView の使用を選択するのはいつですか?
I had typed up some long, verbose answer, but found this article that illustrates each data control's supported functionalities.
The most flexible data control is the ListView, where you have full control over the layout, paging, sorting, grouping.
The repeater doesn't have any bells and whistles except for a flexible layout. Quick and dirty data displaying.