- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
17 Posted Topics
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 … | |
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. | |
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 … ![]() | |
Hi, Does anybody have a tutorial where I can filter the table data with drop down menu? ![]() | |
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> | |
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 … | |
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 … | |
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? | |
Hi, Does anyone know how to use a datagridview from form1 into another form2. | |
Hi, Does can anyone tell me how to change the startup form? | |
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] | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … |
The End.