Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Need Help

hi,
i'm novice to ASP.NET,
in yahoo mail for the user sigunature we can paste the image,
like that i want to paste the image in my web page,
which control is suitable for that ...........
please help,
thanks in advanc
[276 byte] By [windows_mss] at [2007-11-11 10:16:38]
# 1 Re: Need Help
ASP.NET code runs on the Web server. The clipboard lives on the client (where the browser is running). Anytime you want to do something on the client, you must use JavaScript, not ASP.NET. See if this helps: http://www.faqts.com/knowledge_base/view.phtml/aid/8536
Phil Weber at 2007-11-11 23:11:59 >
# 2 Re: Need Help
hi,

thanks PhilWeber,

i want to Copy The Clipboard image to the web application,

i copied the Text and image with the URL to the webpage,

i have to copy the image without URL,

For example if we copied the Image from MS-Paint,

i have to paste that image in webform,

thanks in advance,
windows_mss at 2007-11-11 23:13:04 >