我是一名asp.net軟件培訓生。將div標籤的內容轉換爲圖像格式
這是我的div標籤。現在
<div id="contentsDiv">
<b>Write some thing</b>
<br/><br>
<img alt="Koala" src="Images/Koala.jpg" width="400" height="400" />
<br< /><br>
<i>Some thing means any thing </i>
</div>
<asp:Button ID="Export" runat="server" Text="Export" onclick="Export_Click" />
,出口點擊按鈕,我想標籤的內容轉換爲圖像並保存在特定文件夾中的形象。
它顯示了一些錯誤,請告訴我在哪個文件中這個代碼必須寫入ie.fileName.aspx.cs或fileName.cs – Jumbo 2012-02-06 10:47:09
它在.net framework 3.5控制檯應用程序中的代碼 – 2012-02-06 17:59:22