Posts
 
Reputation
Joined
Last Seen
Ranked #582
Strength to Increase Rep
+6
Strength to Decrease Rep
-1
95% Quality Score
Upvotes Received
23
Posts with Upvotes
18
Upvoting Members
21
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
8 Commented Posts
~51.9K People Reached
About Me

Love working with .NET and ASP.NET

Interests
Astronomy, Going to the gym, fishing.
Favorite Tags
Member Avatar for james6754

Hi everyone this is my first code snippet so be gentle.. I have written a basic client/server chat program that uses multithreading for listening and sending. I welcome any improvements or discussion... Thanks James

Member Avatar for Arpit_1
2
12K
Member Avatar for jjones0150

create a form that accepts an arrival and departure date for a reservation from the user and then calculates the number of nights and the total price for the reservation. Specifications The price per night should be $115. This application should validate both entries to make sure they are dates …

Member Avatar for james6754
-1
147
Member Avatar for james6754

Hi, I have just started php. I have a contact form on my website and am using the is_numeric function to check that the phone number entered is a number. What I want to do is, if the phone number is not a number to output a message just underneath …

Member Avatar for stekmil
0
2K
Member Avatar for kavitha_1

Hi, I need to create a Add-on for firefox I have tried the following methods and it is working fine 1. Using XUL runner 2. Drag and Dropping the .XPI file in the Mozilla Firefox.(using XUL, HTML,CSS and Javascript). Can anyone tell me How to create an Add-on for Firefox …

Member Avatar for james6754
0
70
Member Avatar for NCL89

I have data grid and I have two radio buttons in the datagrid i.e approve or reject and also one button in datagrid i.e submit what i want to do is when approved button is selected and submit button in the datagrid is clicked for one row I want the …

Member Avatar for james6754
0
190
Member Avatar for sagngh8

Hi Everyone, I have been programming in C# for quite some time now.I would like to know some of the good websites from where i can learn C# and do some projects to improve my coding skills.Please let me know those few websites.Also It would be great if i can …

Member Avatar for james6754
-1
100
Member Avatar for visweswaran28

Hi, I have 50 rows of data in Datagridview. My app will read all rows line by line then save it in DB. When I click the "Save" button my apps entering into not responding mode after sometime it has come back to normal state. Please suggest me to avoid …

Member Avatar for james6754
0
105
Member Avatar for elvis1

My question is : how do I put the results that I have obtained into an SQLite Db after a click event. I do not have handy my code but will post it ASAP. Thanks

Member Avatar for james6754
0
68
Member Avatar for Lemorlenny

Hi, I hope I'm in the right place, I'm not an ASP.NET expert, I'm developing a site where I use MSAccess to data base. All works well except for a Class, cut and pasted, where I tried to open my access table. I used the same namespace used in all …

Member Avatar for james6754
0
8K
Member Avatar for Victoryy

Hi All, I am developing a windows application which uses Ms Access Database. The code is working smoothly in Visual Studio. But, when I create a setup for that project and install it on any machine. I am not able to write data in that datbase. I think its because …

Member Avatar for Victoryy
0
193
Member Avatar for gyno

Is it possible to install two IDE like say Netbean and Eclipse on same system without the two disturbing each other?

Member Avatar for jwenting
0
228
Member Avatar for coding101

Im new to threads, and would like to get experience so I am trying to build a chat server. The idea is to have one thread read from the client socket, while another thread writes to the client socket. (like AIM) I cannot get them to execeute concurrently; Need help, …

Member Avatar for james6754
0
190
Member Avatar for Counterpartz

Hi, I'm having a little trouble with an assignment for my C# class. (The professor doesn't explain specifics, just the basics, and he isn't any help, he's extremely shy and awkward) using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Assignment_2_ITM_225 { class Program { static void Main(string[] …

Member Avatar for tinstaafl
0
236
Member Avatar for sundog1

Hi guys, I'm hoping you can help here with a problem I am having with regards to filling a Dataset. It was working fine but have had to amend the code to read a different data set and structure. Basics are 2 tables.. one customers, 1 orders. Joined on there …

Member Avatar for sundog1
0
328
Member Avatar for antrock101

Hello i'm getting theses to error with my sql code can anyone help me ot at all i'm really lost and can't find much to help where i'm going wrong.Code is below Error 3 The best overloaded method match for 'System.Data.SqlClient.SqlCommandBuilder.SqlCommandBuilder(System.Data.SqlClient.SqlDataAdapter)' has some invalid arguments Error 4 Argument 1: cannot …

Member Avatar for james6754
0
221
Member Avatar for Cameronsmith63

Ok so I do not know where this post belongs, but apparently, Java is the language that is used for Arduino boards...I thought that it would be C. I have no idea where to begin, but I am really interested in tinkering with Arduino boards. Like REALLY. So I need …

Member Avatar for Cameronsmith63
0
184
Member Avatar for james6754

Ok so I am writing an entry level CV. I have no previous experience in the computing industry although I have listed personal projects I have done for others etc... My question is, for the last five years or so I have worked in a factory, not related to computing, …

Member Avatar for mike_2000_17
0
90
Member Avatar for siralv1

i am trying to put train stations on the combo box in order for when the system is run using c# i will be able to pick which train station i want..can anybody help?

Member Avatar for james6754
0
268
Member Avatar for dhani09

Hi, I have a database (OLEDB) on which i perform operations like insert, delete and update. When i carry out these operations, the changes are reflected in the database during runtime but when i close the form everything goes back to normal. How can i get these modifications to relfect …

Member Avatar for dhani09
0
209
Member Avatar for plbo

Hi,I'm trying to do a parental control software project in C#. I made blocking and unblocking specific websites by using hosts file but the other part of my project is blocking the internet access. When I click a button, the internet access will be blocked and when another button is …

Member Avatar for james6754
0
789
Member Avatar for ChrisHunter

Now then, It's not often I start a thread but I'm struggling to find the answer after a lot of tries on Google. The issue is that I have a "Profession" comboBoxCell as well as a "Discipline" comboBoxCell which is populated/ repopulated with a short list of disciplines dependent on …

Member Avatar for james6754
0
2K
Member Avatar for kubiak

Hi, I have problem with my connection to the database generate from entity data model of Ado.Net Entity framework. I work in Console Application. My code looks like that: public static void Main(string[] args) { string connectionString = "Data Source=(localdb)\v11.0;Initial Catalog=BarDatabase;Integrated Security=True"; using(SqlConnection con = new SqlConnection(connectionString)) { string queryStatement …

Member Avatar for grarhakim
0
245
Member Avatar for ROSS679

Hi, I have created an application in C# and would like it viewed in a full screen that also covers Microsoft's taskbar, kind of like the way a PowerPoint is viewed in full screen. Is this possible? Sorry if i come off a bit confusing. Thanks

Member Avatar for ROSS679
0
93
Member Avatar for hiral2cool

mtxtBdate.Value = dataGridView1.SelectedRows[0].Cells["Birthdate"].Value.ToString(); i want this on data Grid view.. this type of syntax use in all other textboxs.. but now how to use this datepicker control syntax.. this sytax is wrong plzz tell me write meas any date that user select on the datetimepicker is show on the datagrid.. …

Member Avatar for AnnieCalvert
0
342
Member Avatar for tanu.jain.39566
Member Avatar for tanu.jain.39566
0
111
Member Avatar for dalip_007

Hey experts. I have two database, i want to fetch values from one of the table from one database and then insert that into another table on another databse, server is same. can i do it? if yes please give some suggestions how to make it hapoen. many thanks in …

Member Avatar for JorgeM
0
254
Member Avatar for king03

Okay so I am having a problem with my program, because everytime I run my program and login a registered username and password, these username and password are accepted by the program but once you try to save your schedule, and logout, the next time you login that username and …

Member Avatar for james6754
0
218
Member Avatar for JellybeanFB

sqlBulk.ColumnMappings.Add(new SqlBulkCopyColumnMapping("[W.C.V]", "WCV")); i'm importing excel data into sql database, a column in the excel file has special characters (W.C.V) I cannot get the code to accept the special characters; I've tried "IMEX=1" in connection string without success. It is difficult to change the column in the excel, as it …

Member Avatar for james6754
0
128
Member Avatar for james6754

I am trying to use the Sqlcecmd (command line tool for compact DB) but all it seems to do is open and close straight away... Any ideas?

Member Avatar for Mitja Bonca
0
87
Member Avatar for esedee

hi guys.. am having 10 buttons on my windows form and if at least 3 of the buttons are clicked, an error should be thrown......pls i need ur help...thanks

Member Avatar for esedee
0
148