Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
60% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~8K People Reached
Favorite Tags
Member Avatar for Exaktor

I have a problem with my computer and wonder if you guys could help me. The problem is that my computer runs but there is no display on Monitor. The problem is not with the monitor because I tried it with other computer. The problem started somedays ago because of …

Member Avatar for PcTestCard.com
0
1K
Member Avatar for Exaktor

How do you delete rows from a datagridview. I have a delete button to the right in the datagridview. I want to know how to delete a single row by clicking the delete button.

Member Avatar for ChrisHunter
0
4K
Member Avatar for Exaktor

Hi, I want to know how to select data from a database with two drop down menu. I can select a data from mysql database with one drop down menu. But I don't know how to combine two drop down menu to select data from database and show it in …

Member Avatar for diafol
0
78
Member Avatar for Exaktor

Hi, Does anybody have a tutorial where I can filter the table data with drop down menu?

Member Avatar for diafol
0
67
Member Avatar for Exaktor

I have this drop down menu but I want to select its value and run a SQL-query with php. How do I do that? <select name="SelectMake"> <option value="make">Make</option> <option value="toyota">Toyota</option> <option value="honda">Honda</option> </select>

Member Avatar for broj1
0
119
Member Avatar for Exaktor

Hi, I have want to build a database with car parts. The problem is that the car part can fit the car but from year 2000-2004 and not only just one year like 2001. For example: Make Model Part Year Toyota Camry Mirror 2000-2004 The thing is that the mirror …

Member Avatar for pritaeas
0
101
Member Avatar for Exaktor

Hi, I have designed an html layout which you can see in this page: [Click Here](http://dl.dropbox.com/u/69956139/layout/index.html). The problem is that under the header there is a white space. I don't know where that comes from could somebody help me. And if you see the link menu it is moved a …

Member Avatar for Exaktor
0
235
Member Avatar for Exaktor

When I edit the information from a database table from my program I have made, I get this error: [COLOR="Red"]Cannot update identity column 'ID'.[/COLOR] How do I [COLOR="Red"]SET IDENTITY_INSERT[/COLOR] To ON?

Member Avatar for sknake
0
103
Member Avatar for Exaktor
Member Avatar for Ramy Mahrous
0
132
Member Avatar for Exaktor
Member Avatar for Ramy Mahrous
0
129
Member Avatar for Exaktor

Hi, I have a datagridview in form1. I want that the values from the datagridview shows up in an another form named 'edit'. I have done textboxes in form named 'edit' so I can see the values from datagridview. Check this image it maybe helps you understand better. [URL="http://img532.imageshack.us/img532/5362/inventoryvalue.jpg"]http://img532.imageshack.us/img532/5362/inventoryvalue.jpg[/URL]

Member Avatar for Exaktor
0
346
Member Avatar for Exaktor

Hi, I am doing an inventory program for auto parts. I wonder if anyone here have done an inventory program in C#. If you have could you please give me the project? It doesn't have to be inventory program it is also okay if it is another program but uses …

Member Avatar for finito
0
120
Member Avatar for Exaktor

Hi, I want to make an inventory program and I need help with how to put an add and a delete button in a column. I want that the delete button deletes the row and when I click the edit button a forms comes up so I can edit the …

Member Avatar for Exaktor
0
371
Member Avatar for Exaktor

See the image below to understand better. [URL="http://img18.imageshack.us/img18/9086/inventoryadd.jpg"]http://img18.imageshack.us/img18/9086/inventoryadd.jpg[/URL] When I click add button in form2 it doesn't show any changes in the datagridview does anyone know what code I should use so the datagridview changes when I click add. I am now using a update button and that shows the …

Member Avatar for Exaktor
0
111
Member Avatar for Exaktor

I have a datagridview with data in it. I want to search the whole datagridview with a searchbox. This is the code I am using but it only searches the 'model' column not also the 'make' column. [CODE] DataView Dv = new DataView(); Dv.Table = partsDataSet.Tables["partsTable"]; Dv.RowFilter = " Make …

Member Avatar for finito
0
571
Member Avatar for Exaktor

Hi, When I add rows in a Datagridview it doesn't show up directly. I did an update button and when I click the update button the rows show up then. I don't want an update button. Can somebody help me to add a row directly to a datagridview without updating …

Member Avatar for kvprajapati
0
91
Member Avatar for Exaktor

Hi, I have 4 searchbox and with them i can search in a Datagridview. But the problem is that they are not connected to each other. So what I want is that they are connected to each other. If i search in 'firstname' then the firstname displays but when I …

Member Avatar for phoenix911
0
265