本文介绍了如何将asp.net面板的内容保存为数据库中的图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在asp.net中有一个面板。面板可以有文本和图像..现在我想将这些内容保存为图像,以便它可以用作电子贺卡..

它就像用户可以写一些文字并将图像导入面板。然后点击按钮,面板内容就变成了可以保存或通过电子邮件发送的电子卡





plz帮帮我..提前谢谢你...

i have a panel in asp.net.the panel can have text as well as image ..now i want to save these contents as an image so that it can be used as an ecard..
Its like user can write some text and and import an image into the panel.then with the click of a button the contents of the panel is changed into an e-card that can be saved or emailed


plz help me ..thank you in advance...

推荐答案


这篇关于如何将asp.net面板的内容保存为数据库中的图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 05:32