How to add new webpart in Kentico CMS

In this post I am going to show how to add new webpart in kentico CMS site. Before going in details I want to tell few words about KENTICO CMS. I like this CMS, it is easy for developer and administrator too. Please check with this video and steps to add new webpart in your site. [youtube=http://www.youtube.com/watch?v=aGCH2DAwwLI] Steps:- 1) Go to Kentico cms market place http://devnet.kentico.com/Marketplace.aspx 2) Then download new webpart package. 3) Then place downloaded package in the f...
More

How to add Alternate views for email in C#.net

Use the AlternateViews property to specify copies of an e-mail message in different formats. For example, if you send a message in HTML, you might also want to provide a plain text version in case some of the recipients use e-mail readers that cannot display HTML content. Code :- using System.Net.Mail; // import System.Net.Mail; //serverDetails - Your smtp server details //recipient    - To mail ID public void MultipleViewsMailSend(string serverDetails, string recipient) { MailMessage msg = ne...
More

Crazy bug in WordPress and YouTube too

In this post I am going show some interesting.  I found one interesting thing in Wordpress and YouTube too.. Those two sites are most popular in WWW now a days. They confirmed we can't deliver 100% bug free software. Some times things may go wrong, Like this. Video :- http://www.youtube.com/watch?v=QIlWKsRJEb8 When I am browsing I found one RSS feed list. it is added in one site. I clicked on one interesting thing. That time it is saying (Wodpress) The authors have deleted this blog. The cont...
More