No announcements
Found 2879224 threads
-
4 Votes
Delete row with repeated data
How?Answered | 7 Replies | 4030 Views | Created by RobbKirk - Friday, September 11, 2009 9:01 AM | Last reply by RobbKirk - Sunday, September 13, 2009 11:03 PM -
3 Votes
Listview with "delete row" button?
Is there any way to display a simple button for each row of the listview control without using a resource?Answered | 13 Replies | 24325 Views | Created by DiamonDogX - Wednesday, August 8, 2007 12:40 PM | Last reply by Oleg S_ - Wednesday, March 16, 2011 9:03 PM -
1 Votes
How to add Datagridview column with no repeating for button ?
You need to only add the buttons column once - and on subsequent bindings skip this step, something like: if (SearchResultDataGridView.Columns.CountAnswered | 2 Replies | 3412 Views | Created by HESHAM HEMDAN - Wednesday, August 1, 2012 10:34 AM | Last reply by BlueblueSummerSky - Tuesday, August 21, 2012 10:16 AM -
3 Votes
Deleting row in listview with gridview using button
>On clicking the particular button of that row, the row should get deleted.Answered | 2 Replies | 2124 Views | Created by Nikunj Parikh - Tuesday, November 17, 2015 6:40 AM | Last reply by Magnus (MM8) - Tuesday, November 17, 2015 5:02 PM -
3 Votes
Get Selected checkbox repeating row
Hi Gilgamesh, Excellent, now use following code to get repeating table rows that contain checkbox column checked XPathNodeIterator myFields ...Answered | 4 Replies | 6876 Views | Created by Gilgamesh Mohn - Wednesday, October 28, 2009 3:28 PM | Last reply by Ashraf ul Islam - Thursday, October 29, 2009 9:15 AM -
1 Votes
Sharepoint 2010 Repeating table row limit
Select the repeating control on the Infopath form 2.Answered | 2 Replies | 7428 Views | Created by Hari,SBD - Friday, July 29, 2011 1:49 PM | Last reply by Hari,SBD - Thursday, August 4, 2011 7:48 AM -
0 Votes
Delete row
Clicking the Del button (if not disabled) should delete a row.Answered | 5 Replies | 354 Views | Created by Victor Costa-ES - Monday, September 5, 2016 5:48 PM | Last reply by Victor Costa-ES - Tuesday, September 6, 2016 12:08 PM -
4 Votes
how to delete duplicate rows in access
Interesting way to delete those rows repeated.Answered | 7 Replies | 8563 Views | Created by E_gold - Thursday, June 21, 2012 10:41 AM | Last reply by Miguel Arroyo Pérez - Friday, June 22, 2012 6:17 PM -
0 Votes
How to delete a row in a ListView with a DELETE button in each row?
I prefere the MVVM approach, so I have taken your sample to show how I would do it.Answered | 3 Replies | 6715 Views | Created by vidzai - Saturday, February 21, 2009 1:43 AM | Last reply by Tao Liang - Wednesday, February 25, 2009 3:52 AM -
0 Votes
Deleting rows linking sources from different databases
Here Lookup will be used for matched rows in MDB, Take a Oledb command where you will write delete query for matching record.Answered | 7 Replies | 777 Views | Created by Naveen JV - Thursday, December 10, 2015 8:01 AM | Last reply by Amit-Tomar - Friday, December 11, 2015 5:20 AM -
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 -
0 Votes
Rows deleted
The only possible exception may be the case when the number of affected rows is more than 2 billion (!)Answered | 4 Replies | 3681 Views | Created by Andy Fordyce - Friday, September 4, 2009 4:46 AM | Last reply by Varsham Papikian - Friday, September 4, 2009 5:43 AM -
0 Votes
get link buttons in a datagrid row
Hi WIJ, Please get a try on the following code snippet, I guess it would works for you: // Set its Visible property protected void ...Answered | 1 Replies | 2770 Views | Created by WIJ - Tuesday, June 26, 2012 9:20 PM | Last reply by Tony xiao - Thursday, June 28, 2012 5:00 AM -
3 Votes
when deleting rows from a grid, how to update the Grid.RowProperty for the remaining rows?
Hi, How about using UpdateLayout after deletion?Answered | 9 Replies | 3931 Views | Created by TomTom1234 - Friday, March 27, 2009 8:05 AM | Last reply by TomTom1234 - Monday, April 6, 2009 12:37 PM -
0 Votes
How to detect the tap on repeat button in scrollviewer
You can use following code to get binding detail for the row which is clicked.Answered | 3 Replies | 503 Views | Created by Ashishks1987 - Tuesday, June 14, 2016 12:04 PM | Last reply by Jayden Gu - Monday, June 20, 2016 12:41 PM -
1 Votes
How to repeat rows based on column value
1 ) SELECT * FROM Cte ORDER BY [Char],[Repeat] OPTION(MAXRECURSION 0) /* ...Answered | 6 Replies | 12745 Views | Created by Yvanlathem - Thursday, April 30, 2015 12:38 PM | Last reply by Suraj Kumar Programmer - Friday, February 21, 2020 5:39 PM -
4 Votes
How to delete selected row in a DataGridView?
, as long as I repeat the number you enter is actually a line that exists datagrid in order to avoid exceptions index out range exception at runtime.Answered | 7 Replies | 1749 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
Content control for repeating of rows in a table
Hi, To insert the repeating section content control in a table, we need to select the table row then add the control.Answered | 1 Replies | 2184 Views | Created by DeveloperAdrian - Tuesday, October 6, 2015 8:44 AM | Last reply by Fei Xue - Wednesday, October 7, 2015 6:46 AM -
3 Votes
Highlight a row in repeater control in ItemCommand event
There's a somehow difficult way to do that with ItemDataBound - but I used that ...Answered | 3 Replies | 16488 Views | Created by a.Net fan - Friday, February 26, 2010 1:37 PM | Last reply by paradonym - Friday, April 11, 2014 12:38 PM -
1 Votes
How to repeat last row of table in sql server
Moderator, please merge withAnswered | 7 Replies | 2022 Views | Created by Sumit.pareek - Tuesday, April 29, 2014 6:52 AM | Last reply by Sumit.pareek - Tuesday, April 29, 2014 12:32 PM - Items 1 to 20 of 2879224 Next ›
No announcements