Category: FromSitesTree.com

File Downloading in C# Applications #Root #By Sayed Ahmed

For ASP.Net web form applications, you can use [for file download] Synchronously using System.Net; WebClient webClient = new WebClient(); webClient.DownloadFile(“http://mysite.com/myfile.txt”, @”c:myfile.txt”); or Asynchronously private void btnDownload_Click(object sender, EventArgs e) { WebClient webClient = new WebClient(); webClient.DownloadFileCompleted += new AsyncCompletedEventHandler(Completed); webClient.DownloadProgressChanged += new DownloadProgressChangedEventHandler(ProgressChanged); webClient.DownloadFileAsync(new Uri(“http://mysite.com/myfile.txt”), @”c:myfile.txt”); } private void ProgressChanged(object sender, DownloadProgressChangedEventArgs e) { progressBar.Value …

Continue reading

How to give a good presentation #Root #By Sayed Ahmed

From: http://sitestree.com/?p=1873 Categories:Root, By Sayed AhmedTags: Post Data:2015-01-11 11:16:11 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada

2nd part write c# tool to create html to pdf #Root #By Sayed Ahmed

2nd part write c# tool to create html to pdf [youtube http://www.youtube.com/watch?v=vyHsG_q4uW8?list=UUHrtq0pV8mEuTLGd2-Lp9ig&w=640&h=510] From: http://sitestree.com/?p=1686 Categories:Root, By Sayed AhmedTags: Post Data:2014-11-18 21:59:06 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada

o #Root #By Sayed Ahmed

Overview on HTML 5 From: http://sitestree.com/?p=1697 Categories:Root, By Sayed AhmedTags: Post Data:2014-11-23 20:33:24 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada

MySQL Workbench, Git, and Misc #Root #By Sayed Ahmed

MySQL Workbench, Git, and Misc From: http://sitestree.com/?p=1635 Categories:Root, By Sayed AhmedTags: Post Data:2014-11-07 19:59:01 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada

SASS Reusability Examples #Root #By Sayed Ahmed

SASS Reusability Examples .message { border: 1px solid #ccc; padding: 10px; color: #333; } .success { @extend .message; border-color: green; } .error { @extend .message; border-color: red; } .warning { @extend .message; border-color: yellow; } From: http://sitestree.com/?p=1642 Categories:Root, By Sayed AhmedTags: Post Data:2014-11-09 01:10:34 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com …

Continue reading

Step 1 : How to Setup Site to Site VPN with CISCO ASA 5505 #Root #By Sayed Ahmed

Step 1 : How to Setup Site to Site VPN with CISCO ASA 5505 [youtube http://www.youtube.com/watch?v=X3ktxTpfZ_4?list=UUHrtq0pV8mEuTLGd2-Lp9ig&w=630&h=390] From: http://sitestree.com/?p=1663 Categories:Root, By Sayed AhmedTags: Post Data:2014-11-10 22:37:57 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada

Most Basic ASP.Net User Control (ASCX), ASCX and DNN #Root #By Sayed Ahmed

Most Basic ASP.Net User Control (ASCX), ASCX and DNN ASCX controls are one way to add functionality/features to Dot Net Nuke (DNN)   Registration of User Control: <%@ Register TagPrefix=”uc” TagName=”dnn” Src=”dnn.ascx” %> <uc:dnn runat=”server”/> : how to use the control The most basic ASCX example can be seen at http://salearningschool.com/codes/ascx/most_basic_control/   From: http://salearningschool.com/codes/ascx/most_basic_control/dnn.ascx <%@ …

Continue reading

CISCO ASA 5505 Basic Configuration – Enabling the Privileged Mode #Root #By Sayed Ahmed

CISCO ASA 5505 Basic Configurations – Enabling the Privileged Mode In the Privileged Mode, you can configure the Router/Firewall for example for site to site VPN This link below helped me the best…before providing the link, some details Run the command: confreg Press y for the options: —Do you wish to change this configuration? y/n …

Continue reading

Using custom fonts in web sites and web applications #Root #By Sayed Ahmed

Using custom fonts in web sites and web applications [youtube http://www.youtube.com/watch?v=R0wXSWE-edA?list=UUHrtq0pV8mEuTLGd2-Lp9ig&w=854&h=510] From: http://sitestree.com/?p=1680 Categories:Root, By Sayed AhmedTags: Post Data:2014-11-17 20:33:48 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada