No announcements
Found 3963087 threads
-
0 Votes
how to get id in the gridview based on the selected row
Hi Praveen, You can set the “docid” in a control as a column in the gridview control, then in the click event of the button, you will ...Answered | 1 Replies | 1034 Views | Created by Praveenrangu - Monday, August 3, 2015 4:14 PM | Last reply by Patrick_Liang - Tuesday, August 4, 2015 4:51 AM -
0 Votes
Get GridView Row ID with..
Thank you..Answered | 2 Replies | 11831 Views | Created by Jake26 - Tuesday, November 25, 2008 7:52 PM | Last reply by SachinW - Wednesday, November 26, 2008 4:54 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 | 2568 Views | Created by Nikunj Parikh - Tuesday, November 17, 2015 6:40 AM | Last reply by Magnus (MM8) - Tuesday, November 17, 2015 5:02 PM -
2 Votes
How to select a row in a asp.net gridView, instead of the ugly 'Select' button
Many way you can do it.Answered | 2 Replies | 5756 Views | Created by Peter Larsen - Thursday, October 20, 2011 8:32 AM | Last reply by Min Zhu - Monday, October 24, 2011 6:10 AM -
2 Votes
iterate through gridview row by row
Hi C-Sharp Mamba, If you really want to know the way to implement iterating through DataGridView control row by row,please feel free to ...Answered | 3 Replies | 19801 Views | Created by C-Sharp Mamba - Tuesday, August 14, 2012 1:54 PM | Last reply by Jason Dot Wang - Thursday, August 16, 2012 4:27 AM -
0 Votes
How to take ID of a row in gridview when you press a button in a row
User-943250815 posted What you not understand Gridview control or VB code behind?Answered | 4 Replies | 106 Views | Created by Anonymous - Tuesday, June 2, 2020 5:04 PM | Last reply by Anonymous - Tuesday, June 2, 2020 8:30 PM -
0 Votes
Button event in GridView - how to process row?
Please provide the DataTemplate where the Button is to see how you can get to your object.Answered | 4 Replies | 3602 Views | Created by Igelis - Monday, December 22, 2008 11:17 AM | Last reply by Igelis - Monday, December 22, 2008 3:05 PM -
2 Votes
How to program the Update button to take values in text window to update a row?
Thank You.Answered | 7 Replies | 942 Views | Created by awcrestview - Friday, September 6, 2013 4:24 PM | Last reply by awcrestview - Friday, September 6, 2013 9:23 PM -
1 Votes
adding rows in Gridview from javascript
I understand that when it posts back, the code behind will not see it.Answered | 7 Replies | 38178 Views | Created by sandesh khare - Monday, February 26, 2007 7:27 AM | Last reply by jjwild - Thursday, December 9, 2010 12:59 AM -
0 Votes
highlight row when losing focus
When I press a button of a row, it will go to another form.Answered | 1 Replies | 3743 Views | Created by hi123456 - Saturday, December 25, 2010 1:28 AM | Last reply by Pavel Celba - Saturday, December 25, 2010 1:50 AM -
3 Votes
when deleting rows from a grid, how to update the Grid.RowProperty for the remaining rows?
the rest is just a grid where every row has a button in its first column which in turn calls the above code when clicked.Answered | 9 Replies | 3979 Views | Created by TomTom1234 - Friday, March 27, 2009 8:05 AM | Last reply by TomTom1234 - Monday, April 6, 2009 12:37 PM -
0 Votes
Listview with a Button on each row
Not to bother you too much, but can you give me an example of the "Code-Behind" way.Answered | 5 Replies | 4004 Views | Created by C.Adams - Monday, August 10, 2009 8:45 PM | Last reply by Nick Teeter - Tuesday, August 11, 2009 3:05 PM -
0 Votes
Get row ID of selected row for deletion.
You can delete the row from the datagridview: this.grid.Rows.Remove(this.grid.CurrentRow); This action remove the row from the UI.Answered | 3 Replies | 2842 Views | Created by Ratou - Wednesday, July 15, 2009 4:00 PM | Last reply by Ratou - Thursday, July 16, 2009 9:07 AM -
4 Votes
Count Gridview rows...
As Chevy B noted, this will effectively show you the GridView row count property.Answered | 19 Replies | 107026 Views | Created by Tom T. _ - Wednesday, February 21, 2007 2:21 AM | Last reply by CyberResearch - Friday, May 31, 2013 7:29 PM -
1 Votes
Complete second part of DataGridView row by clicking a button?
,how many weeks into a month you are, and more...Answered | 15 Replies | 1476 Views | Created by xThaitan - Friday, January 11, 2013 8:49 PM | Last reply by Maya Key - Friday, January 11, 2013 11:52 PM -
0 Votes
Update Single row which is latest row by ID
DECLARE @id INT; SELECT @id = TOP(1) id FROM sql_table WHERE key = @key ORDER BY id DESC; UPDATE sql_table SET name = @name, ...Answered | 2 Replies | 1467 Views | Created by want 2 Learn - Wednesday, July 24, 2019 6:29 AM | Last reply by - Saturday, August 17, 2019 10:30 PM -
3 Votes
Listview with "delete row" button?
Also don't forget to bind the Tag when declaring the button in the xaml.Answered | 13 Replies | 24843 Views | Created by DiamonDogX - Wednesday, August 8, 2007 12:40 PM | Last reply by Oleg S_ - Wednesday, March 16, 2011 9:03 PM -
0 Votes
How to get the row and column of button clicked, in the grid event handler?
I didn't make it clear in the original post that I am trying windows control grid, not gridview or datagrid.Answered | 6 Replies | 9381 Views | Created by ThomasJH - Thursday, April 29, 2010 3:45 AM | Last reply by Liliane Teng - Wednesday, May 5, 2010 8:39 AM -
2 Votes
5 rows of 15 buttons
Then your button goes at column * xgrid and row * ygrid.Answered | 5 Replies | 582 Views | Created by ieee488 - Monday, September 17, 2018 1:10 AM | Last reply by Ante Meridian - Tuesday, September 18, 2018 2:01 AM -
0 Votes
New Row In GridView
Jarrey, Do you have a link to that Winform Gridview control.Answered | 6 Replies | 4737 Views | Created by peace4all - Wednesday, April 27, 2011 8:34 AM | Last reply by Jarrey - Wednesday, May 4, 2011 5:38 AM - Items 1 to 20 of 3963087 Next ›
No announcements