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.
newRow[colConvert] = "<a href='newPage'>" + row["Convert"].ToString() + "<a/>";
もちろん、キャストする前に、データベースの値を null でテストする必要があります。また、StringBuilder を使用してリンクを生成することも最適です。