Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #10.5K
Ranked #2K
~8K People Reached
Favorite Forums
Member Avatar for computerbear

Hi, Continuation of a previous thread. This is different question, so new thread. I have an array of 5 taxpayers. User enters 5 SSNs and Incomes. An array is instantiated to fill this data. I need to display all five objects listing SSN, income and tax. I am having difficulty …

Member Avatar for computerbear
0
632
Member Avatar for VasquezPL
Member Avatar for VasquezPL
0
2K
Member Avatar for muzikhera

Guys need help with this one. Here's the condition / algorithm. "If first digit is number/int and last digit is letter add two zero in front of the string" Hoping for any idea! Thanks.

Member Avatar for Mitja Bonca
0
276
Member Avatar for irisadaf

In the name of God my IDE is visual studio 2010 (c#) I want to create 3 threads for 3 sort(bubble sort,quick sort & merge sort) to show which function sort quickly? for showing this I make 3 array of buttons(for every func. 1 arr) & I want to sort …

Member Avatar for Wegginho
0
203
Member Avatar for shyla
Member Avatar for Wegginho
0
55
Member Avatar for shack99

Hey everyone, I have an Xml file in which I want to compare elements; [CODE] <Students> <Student id = "a"> <Name>*** </Name> <Age>17 </Age> </Student> </Students> <Students> <Student id = "b"> <Name>*** </Name> <Age>17</Age> </Student> </Students>[/CODE] if student "a" is of the same age as "b" I want to display …

Member Avatar for shack99
0
684
Member Avatar for toadzky

My program talks to a USB device over a serial connection. I have WMI ManagementEventWatchers watching for the device to be plugged in and unplugged. If I try to enable, disable, or change anything about the GUI from the event handlers for the WMI Events, I get a InvalidOperationException because …

Member Avatar for toadzky
0
232
Member Avatar for arsheena.alam

Hi, I am creating the dll of my website by building the website. Now the problem is I am not getting the XML documentation file in the debug folder of the bin folder. There is no debug folder inside the bin folder!! I am unable to see comments in my …

Member Avatar for arsheena.alam
0
186
Member Avatar for KasunL

Hi! Can anyone please point me to any good C# book or tutorial, which includes a step-by-step guide to building an example Windows Database program?? Thanks for any help!

Member Avatar for techturtle
0
103
Member Avatar for leo88

Hi, i wants to add key and value of enumerator into a dictionary list, what should i do? My code as below: [code] public void Display1() { Dictionary<string, double> sortList2 = new Dictionary<string, double>(); Dictionary<string, double> sortList3 = new Dictionary<string, double>(); foreach (string sortComb in listbox1.Items) { if (!(sortList2.ContainsKey(sortComb))) { …

Member Avatar for leo88
0
377
Member Avatar for sourav_kings

Hello experts, My doubt is pretty simple, I suppose. But still I need assistance. I have a registration form as ASP.NET web form. There are 5-6 fields in it (username, password, email id, sex, country etc. ). I want to enter all the data, entered by a new user in …

Member Avatar for Wegginho
0
130
Member Avatar for ppatryk

Hi, im trying to do a filter, now what I want to do is to separate the Game Title into another textbox, any help appreciated my code - string tmp = textBox.Text; string filterString = "[Platform]" + " LIKE '" + tmp + "*'" + "OR [Game Title]" + " …

Member Avatar for Wegginho
0
131
Member Avatar for Arjun_Sarankulu

I have generated a utility to take a csv file and dump the data from csv to database. The utility is working fine. Now i want to add the categatory in the combo box which will come dynamically Due to categorised value the data will go in the respective table …

Member Avatar for akshintlakalyan
0
101
Member Avatar for glyvery.happy

hi. I was trying to choose data from the combobox then When I choose something.. it will also generate the other data into the textbox. I just wanted to choose a STUD_ID in the combobox and the fname and the lname should show in the textbox. actually.. I just did …

Member Avatar for rohand
0
2K
Member Avatar for borkarparesh

[code]private void webpage_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e) { SqlCommand cmd = new SqlCommand("SELECT * FROM [blacklist] WHERE BlackListed_Sites = '"+ webpages + "'", cs); cs.Open(); cmd.Connection = cs; SqlDataReader reader = null; reader = cmd.ExecuteReader(); if (reader.Read()) { CheckState.Checked.ToString(); MessageBox.Show("Blocked"); } else { string url = ComboAddress.Text; if (url == "") …

Member Avatar for Wegginho
-1
704
Member Avatar for jameslittle2104

Hi guys, I have a site which requires 'setting up' on the first time the application is run (once per application rather than once per user). If the comapnyInformation table has no rows, then the initial user is redirected to a 'setup' page which populates the table. From then on, …

Member Avatar for Wegginho
0
90