-----------------------------------------------------------

New Message on cochindotnet

-----------------------------------------------------------
From: Dotnet_shyam1
Message 1 in Discussion

Embedding and retrieving resources in custom controls
The custom controls that you develop not only contain the logic and data but 
also things such as images and JavaScript files. One easy way to make these 
images and script files available to your control at run time is to deploy them 
along with your control. This approach, though easy, is error prone. What if 
somebody deletes the images after the deployment? What if someone replaces the 
script files with malicious script? The best way is to embed such files in your 
control assembly itself and retrieve them in your code. Formally such files 
(images, script, multilingual strings etc.) are called as Resources. In this 
article we are going to learn various approaches taken to embed and retrieve 
resources in a custom control. 
http://www.dotnetbips.com/articles/displayarticle.aspx?id=500 
Author: Bipin Joshi
--
Regards,
Shyam
Course Coordinator BinaryIntellect Consulting
Looking for .NET Training in Mumbai? 
www.binaryintellect.com   

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/CochinDotNet/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member 
Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you 
received this message by mistake, please click the "Remove" link below. On the 
pre-addressed e-mail message that opens, simply click "Send". Your e-mail 
address will be deleted from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to