Results for c#

Create a Directory c#

Bhaumik Patel 6:55 AM
Create a Directory add namespace using System.IO; // declare the directory path string _directoryName = @"C:\test\directory-test&qu...Read More
Create a Directory c# Create a Directory c# Reviewed by Bhaumik Patel on 6:55 AM Rating: 5

Dynamic META Tags in asp.net

Bhaumik Patel 6:53 AM
Dynamic META Tags in asp.net <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name=...Read More
Dynamic META Tags in asp.net Dynamic META Tags in asp.net Reviewed by Bhaumik Patel on 6:53 AM Rating: 5

Dynamic Title Tags add in asp.net

Bhaumik Patel 6:45 AM
Dynamic Title Tags in asp.net <title>lesson8 - Dynamic Title Tags</title> // Provide a title tag in the header if (Page.Header ...Read More
Dynamic Title Tags add in asp.net Dynamic Title Tags add in asp.net Reviewed by Bhaumik Patel on 6:45 AM Rating: 5

decimal format in datalist c#

Bhaumik Patel 6:24 AM
string.Format() formatting numbers Number formatting is culture dependant. For example, formatting a currency string on my laptop w...Read More
decimal format in datalist c# decimal format in datalist c# Reviewed by Bhaumik Patel on 6:24 AM Rating: 5

String Replace Case insensitive

Bhaumik Patel 3:19 AM
String Replace Case insensitive using System.Text.RegularExpressions; string myString = "String Replace Case insensitive in c# AND ...Read More
String Replace Case insensitive String Replace Case insensitive Reviewed by Bhaumik Patel on 3:19 AM Rating: 5

byte to Bitmap Image

Bhaumik Patel 7:13 AM
Convert byte to Bitmap Image Convert byte to bitmap image in wpf Byte[] _Image = null; BitmapImage bi = new BitmapImage(); bi.BeginInit...Read More
byte to Bitmap Image byte to Bitmap Image Reviewed by Bhaumik Patel on 7:13 AM Rating: 5

Convert ToList To DataTable

Bhaumik Patel 6:19 AM
Convert ToList To DataTable public DataTable ToDataTable (IList list) { PropertyDescriptorCollection props = TypeDesc...Read More
Convert ToList To DataTable Convert ToList To DataTable Reviewed by Bhaumik Patel on 6:19 AM Rating: 5

CKEditor

Bhaumik Patel 8:08 PM
CKEditor is a text editor to be used inside web pages. It's a WYSIWYG editor , which means that the text being edited on it looks as s...Read More
CKEditor CKEditor Reviewed by Bhaumik Patel on 8:08 PM Rating: 5

Auto Complete Textbox asp.net

Bhaumik Patel 7:11 AM
Auto Complete Textbox asp.net Autocomplete, when added to an input field, enables users to quickly find and select from a pre-populated lis...Read More
Auto Complete Textbox asp.net Auto Complete Textbox asp.net Reviewed by Bhaumik Patel on 7:11 AM Rating: 5

delegates events in c#

Bhaumik Patel 7:39 PM
Create delegates events in c sharp Whate is delegate ? A delegate is a type-safe object that can point to another method (or possibl...Read More
delegates events in c# delegates events in c# Reviewed by Bhaumik Patel on 7:39 PM Rating: 5
Uppercase first letter of a string in C# Uppercase first letter of a string in C# Reviewed by Bhaumik Patel on 1:27 AM Rating: 5
Lowercase first letter of a string in C# Lowercase first letter of a string in C# Reviewed by Bhaumik Patel on 1:22 AM Rating: 5
How to convert a generic List to one string in C# How to convert a generic List<string> to one string in C# Reviewed by Bhaumik Patel on 12:59 AM Rating: 5
Find and Replace text in all files of a given folder , including subfolders with C# Find and Replace text in all files of a given folder , including subfolders with C# Reviewed by Bhaumik Patel on 12:55 AM Rating: 5

word file create in wpf c#

Bhaumik Patel 7:18 PM
How to automate Microsoft Word to create a new document by using C# Creating Word document using C# Follow these steps: On the Proje...Read More
word file create in wpf c# word file create in wpf c# Reviewed by Bhaumik Patel on 7:18 PM Rating: 5

Country dropdown c#

Bhaumik Patel 7:36 PM
Country dropdown without list Add reference using System.Globalization; Country combobox without list of country with NativeName and so mor...Read More
Country dropdown c# Country dropdown c# Reviewed by Bhaumik Patel on 7:36 PM Rating: 5

Get url in asp.net

Bhaumik Patel 1:17 AM
Get url in asp.net string url = HttpContext.Current.Request.Url.AbsoluteUri; // http://localhost:1302/TESTERS/Default6.aspx string path = H...Read More
Get url in asp.net Get url in asp.net Reviewed by Bhaumik Patel on 1:17 AM Rating: 5

Email ID validation in wpf

Bhaumik Patel 7:26 PM
Email ID validation in wpf String RegExpression = "\\w+([-+.']\\w+)*@\\w+([-.]\\w+)*\\.\\w+([-.]\\w+)*"; System.Text.Regula...Read More
Email ID validation in wpf Email ID validation in wpf Reviewed by Bhaumik Patel on 7:26 PM Rating: 5

weather application c#

Bhaumik Patel 8:28 PM
weather application metro style application Config .Net 4.0 WPF xml parsing Screenshot : Download HereRead More
weather application c# weather application c# Reviewed by Bhaumik Patel on 8:28 PM Rating: 5

Get Internet Connected State c#

Bhaumik Patel 4:02 AM
Internet Connected State c# [DllImport("wininet.dll")] private extern static bool InternetGetConnectedState(out int Des...Read More
Get Internet Connected State c# Get Internet Connected State c# Reviewed by Bhaumik Patel on 4:02 AM Rating: 5