No announcements
Found 3252853 threads
-
1 Votes
SQL Deleting a Row
It might be a better id to add a isDeleted column to your table, defaulting to 0, and setting it to 1 when you want to delete a row.Answered | 9 Replies | 1116 Views | Created by William Carr Rogers - Saturday, March 14, 2015 2:53 AM | Last reply by Patrick Hurst - Tuesday, March 17, 2015 3:57 PM -
0 Votes
Is Code Analysis keeping up with VS enhancements?
You can add comment under his/her idea or post a new idea.Answered | 1 Replies | 320 Views | Created by David.Hary - Monday, December 21, 2015 5:44 PM | Last reply by Weiwei Cai - Tuesday, December 22, 2015 8:47 AM -
4 Votes
How to delete selected row in a DataGridView?
ok, you can enhance it with the variable an integer, as long as the present DataGrd, me for example I used e.RowIndex, but no ...Answered | 7 Replies | 1748 Views | Created by MrigaShira - Tuesday, June 19, 2012 7:24 PM | Last reply by Carmelo La Monica - Tuesday, June 19, 2012 9:44 PM -
0 Votes
Bindingnavigator control can't add or delete the items.
It goes out gets the data and anything you do to the data is not sent back to the database until you call the dataadapter or tableadapters update method.Answered | 5 Replies | 3611 Views | Created by R1ZWAN - Monday, June 26, 2006 3:02 PM | Last reply by Ken Tucker - Tuesday, June 27, 2006 10:45 AM -
0 Votes
deleting rows
if so, how?Answered | 5 Replies | 1115 Views | Created by Ron399 - Sunday, May 26, 2013 11:50 AM | Last reply by Dan Guzman - Sunday, May 26, 2013 12:42 PM -
1 Votes
how to delete a specific row from a database
Hi OurNed, i'm not concern with the data, i only want to delete the data that is on the second row, whatever it is, it should delete the second ...Answered | 8 Replies | 14398 Views | Created by OurNed - Friday, January 21, 2011 9:29 PM | Last reply by Hugo Kornelis - Sunday, January 23, 2011 12:21 AM -
50 Votes
How do I delete Product Backlog Items or Work Items?
Just add a freaking delete feature.Answered | 18 Replies | 56680 Views | Created by Rui Ribeiro da Silva - Tuesday, October 11, 2011 2:17 AM | Last reply by Yann Duran - Sunday, February 15, 2015 11:20 PM -
0 Votes
DELETE not deleting all applicable rows
Each time I run it, rows are deleted, but not all of them.Answered | 6 Replies | 5179 Views | Created by evaleah - Monday, March 14, 2011 2:04 PM | Last reply by --CELKO-- - Tuesday, March 15, 2011 1:43 AM -
3 Votes
Deleting a row form the DataView
how to do this?Answered | 10 Replies | 3465 Views | Created by Tommy_in_.net - Sunday, January 3, 2010 7:33 AM | Last reply by Levi Domingos - Monday, January 4, 2010 3:41 PM -
0 Votes
Restore deleted row in DataSet
Try something like this instead: foreach (MyDataRow row in MyDataSet.MyDataTable) { if (row.RowState == DataRowState.Deleted) ...Answered | 5 Replies | 13101 Views | Created by WhiteBahamut - Monday, November 15, 2010 1:17 PM | Last reply by BonnieB - Wednesday, January 26, 2011 4:38 PM -
2 Votes
How to delete rows using SPQuery
Try below code SPQuery qry = new SPQuery(); qry.Query="<Where><Eq><FieldRef Name='DocumentId'/><Value ...Answered | 6 Replies | 3725 Views | Created by Rauf Ab - Monday, April 9, 2012 12:38 PM | Last reply by Dharnendra Shah - Tuesday, April 10, 2012 6:49 AM -
2 Votes
Unable to delete rows
Code should be in Standard SQL as much as possible and not local dialect.Answered | 7 Replies | 1814 Views | Created by Database Junior - Thursday, November 29, 2012 4:53 PM | Last reply by Satheesh Variath - Thursday, November 29, 2012 6:16 PM -
2 Votes
How do I add cascade on delete to an existing table?
In CASCADE feature if a delete statement affects one or more rows in a foreign key table, those rows will be deleted when the primary key ...Answered | 3 Replies | 12827 Views | Created by new to sql server - Saturday, June 26, 2010 4:00 PM | Last reply by kapil khalas - Monday, June 28, 2010 6:24 AM -
8 Votes
How to delete list items?
I tried the ListBox1.Items.RemoveAt(ListBox1.SelectedIndex) but it didn't work.Any other ideas of how to delete the selected item of a list?Answered | 4 Replies | 735 Views | Created by John Ap - Saturday, November 16, 2013 6:38 PM | Last reply by Piotr Jabłoński - Friday, November 22, 2013 6:03 PM -
0 Votes
how the get the value of not selected item in the listbox?
Please seeAnswered | 4 Replies | 937 Views | Created by alluka - Wednesday, January 29, 2014 6:00 AM | Last reply by HomeGrownCoder - Wednesday, January 29, 2014 6:35 AM -
7 Votes
deletion of rows in table
As already mentioned , the amount of rows attempted to be deleted is low.Answered | 7 Replies | 968 Views | Created by venkatesh1985 - Tuesday, May 5, 2015 9:20 PM | Last reply by Olaf Helper - Wednesday, May 6, 2015 7:54 AM -
2 Votes
Add list item to pre-existing row
I just need to search through a list, and based on the email entered in a textbox on a web part, find that email address thats already in the list and add the extra information to that ...Answered | 4 Replies | 4262 Views | Created by ChrisC_26 - Friday, November 13, 2009 7:40 PM | Last reply by Jevgeni Borozna - Friday, November 13, 2009 11:24 PM -
1 Votes
Add Listbox items to Array
But, the code I sent only shows how to renumber the items that already exist in the listbox when I perform a delete of an item.Answered | 20 Replies | 2815 Views | Created by In10sity70 - Tuesday, March 24, 2015 2:50 PM | Last reply by Frank L. Smith - Thursday, March 26, 2015 5:10 PM -
0 Votes
DELETE row and show previous row.
But the above delete code is noit setting the previous row as the current row.Answered | 12 Replies | 3177 Views | Created by Vital_Parsley705 - Saturday, September 19, 2009 4:57 PM | Last reply by Vital_Parsley705 - Monday, September 21, 2009 5:38 AM -
2 Votes
How to delete data by row from table?
Its up to you retrieve the rows in certain ordering and display.Answered | 25 Replies | 2498 Views | Created by Caulson - Monday, July 9, 2012 6:11 AM | Last reply by Naomi N - Monday, July 9, 2012 12:22 PM
No announcements