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.
ASP.NET標準のGridViewを使用しています。プロパティGridLines="None"にCSSスタイルを追加するにはどうすればよいですか?
試す
最終的に、グリッドビューは、次のようなことができるよりもテーブルとして変換されます
ただし、以下では、gridview コントロールを div 要素の下に配置する必要があります。
div table { border : 1px red; }