Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はDataListを持っています。Label と Grid は DataList の ItemTemplate の中にあります。Grid をバインドしていません。Label に Grid 列の合計を表示したいのです。グリッドの親コントロールに配置されるもの
次のコードを使用して、giridview 列をカウントできます。
int colCount = GridView1.Items[0].Cells.Count;