C Sharp Solutions
Expand Updating dataGridView from different thread than UI thread
How do i update dataGridView from seperate thread than UI thread. I get runtime exception when i update datagridview from seperate thread. Any suggestion ..
2 months 5 days ago Lalita P 5 replies Resolved
Expand power operation
v = Convert.ToDouble (txtencrypt.Text); t = Math.Pow(v, d); MessageBox.Show(Convert.ToString(t)); MessageBox.Show(""+t.ToSt ...
3 months 4 days ago Cs Ss 2 replies  
Expand Problem using Encoding.UTF8.GetString() and Encoding.UTF8.GetBytes()
I get binary data from my encryption class. I tried to convert my binary data to string using Encoding.UTF8.GetString() so that I can store in string field in database. Later I read my s ...
4 months 2 wks ago Sagnik Majumder 4 replies Resolved
Expand Split alphabet character and number from alphanumeric string C#
I have a alphanumeric string which starts with Alphabet and ends with number. I need to separate/split this string into alphabet and number. I will always have my string starting with al ...
6 months 3 wks ago RaKumar 6 replies Resolved
Expand Create Triple DES key in C# .NET
How to create Triple DES key in C# .NET? I read that tripleDES key should include parity check.
8 months 4 wks ago Sam Buchana 3 replies Resolved
Expand CRVS2010 sp1 - crdb_adoplus.dll not found 10 months 2 days ago Hanni Tun 6 replies Resolved
Expand How to create compressed Zip file using C#? 10 months 1 wk ago Priya B 5 replies Resolved
Expand How to execute embedded application as resource using C# 10 months 3 wks ago Steve Hoow 8 replies Resolved
Expand NepaliDateTime Picker 11 months 3 hrs ago Mohd Qasim 7 replies  
Expand How to validate XML using schema (XSD) in C# .NET? 1 yr 1 month ago SBajra 4 replies Resolved
Expand Create dynamic array in C# 1 yr 1 month ago Harshal Chaudhari 3 replies Resolved
Expand Split Six digit numeric value from a sentence 1 yr 2 months ago SBajra 1 replies  
Expand Should I initialize string variable with String.Empty or NULL? 1 yr 5 months ago SBajra 1 replies Resolved
Expand C# - Hashtable or generic Dictionary<> ? 1 yr 5 months ago RaKumar 1 replies Resolved
Expand Ternary / tertiary operator and nullable INT type 1 yr 5 months ago Bikram Shrestha 2 replies Resolved