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.
画像フォルダー内に画像があります。コードビハインドから入力されたデータテーブルを使用してRadGridでそれを示したい
どうすればこれを達成できますか?
DataTable dt = new DataTable(); dt.Columns.Add("Image Column"); dt.Rows.Add("<img src= ../image/image.png />"); RadGrid1.DataSource = dt;