No announcements
Found 3800607 threads
-
1 Votes
How to get DataRowView's Current Row?
Hi Aland, ok in this case I will use binding source much more than I have ever used.Answered | 4 Replies | 7477 Views | Created by Murat YILDIZ - Monday, October 26, 2009 1:34 PM | Last reply by Murat YILDIZ - Thursday, October 29, 2009 10:24 AM -
0 Votes
how to get the selected value from DataGridViewComboBoxColumn in c#?
If on row, you can bind them to a datatable to perform the automation, but on columns :) seems not so convenient.Answered | 5 Replies | 9575 Views | Created by Aristocrat Khan - Tuesday, July 6, 2010 12:15 PM | Last reply by Helen Zhou - Friday, July 9, 2010 8:55 AM -
3 Votes
get selected row column value in datagrid C#
That way if the grid column order is changed it won't affect my code.Answered | 9 Replies | 107147 Views | Created by dan.jumar - Friday, March 14, 2008 3:48 PM | Last reply by BD9999 - Saturday, November 30, 2013 11:12 PM -
0 Votes
how to send current binding source to other form
In this scenario, you'd want form2 to display the current row from form1 as the user moves through the grid.Answered | 7 Replies | 938 Views | Created by Ahmed_Soft3 - Friday, August 29, 2014 7:42 PM | Last reply by BonnieB - Monday, September 1, 2014 3:42 PM -
2 Votes
How get column value by rows
; set;} public string Item { get; set; } public string Color { get; set; ...Answered | 6 Replies | 676 Views | Created by Suraj Singh Rana - Wednesday, February 19, 2014 6:30 PM | Last reply by Suraj Singh Rana - Thursday, February 20, 2014 10:04 AM -
0 Votes
Add new row to a binding source -combobox text and selected value
= 0 Then Dim row As DataGridViewRow = DataGridView1.Rows(e.RowIndex) ComboBox1.SelectedValue = ...Answered | 8 Replies | 717 Views | Created by Shan1986 - Sunday, April 12, 2020 7:46 AM | Last reply by Rebin Qadir - Sunday, April 12, 2020 5:41 PM -
0 Votes
Getting the value of the previous row in another calculated column
Hi Shashnak, In your scenario, you need to reference to previous row in your calculated column, right?Answered | 2 Replies | 2400 Views | Created by RavenousCoder - Tuesday, March 29, 2016 1:38 PM | Last reply by Charlie Liao - Wednesday, March 30, 2016 2:00 AM -
0 Votes
how to count the columns value from each row
The second will work only if Y can appear as single column value.Answered | 5 Replies | 4405 Views | Created by infyDiv - Thursday, December 24, 2009 5:42 AM | Last reply by Plamen Ratchev - Thursday, December 24, 2009 10:25 PM -
0 Votes
How to get Current Date in C
What are teh symptoms.Do you get an exception?Answered | 4 Replies | 3811 Views | Created by Roger Binny - Tuesday, December 23, 2008 3:58 PM | Last reply by AlexBB - Vista Ult64 SqlSer64 WinSer64 - Monday, December 29, 2008 7:19 PM -
2 Votes
current row add same column of previous row
DECLARE @T TABLE (id int identity(1,1), Field1 int) ; INSERT INTO ...Answered | 1 Replies | 662 Views | Created by Zaim Raza - Thursday, September 15, 2016 7:35 AM | Last reply by Sam Zha - Thursday, September 15, 2016 7:45 AM -
0 Votes
get the selected items value in a data binded listbox
thanks reed for the answer it works good i just want to make clear i tried both but the option with the binding source is not working in my situation because ...Answered | 5 Replies | 11582 Views | Created by jacob gold - Monday, April 16, 2012 8:23 PM | Last reply by Cor Ligthert - Tuesday, April 17, 2012 4:34 AM -
1 Votes
Binding to data source with dynamically created columns in DataGrid
I've still got to get the button for the SQL Server VarType to save its resultant value (from a pop-up window) in the correct cell, but I think that will ...Answered | 5 Replies | 6155 Views | Created by Sebastian Crewe - Friday, December 6, 2013 4:06 PM | Last reply by Terrence-Jones - Wednesday, December 11, 2013 5:01 AM -
0 Votes
Datagrid bind each object to a column instead of a row
Only then all your text get's rotated, but you could fix that with styles that modify the control templates.Answered | 4 Replies | 4222 Views | Created by Bing7167 - Tuesday, January 25, 2011 4:50 PM | Last reply by Sheldon _Xiao - Friday, January 28, 2011 2:55 AM -
6 Votes
how to find nearest value in next column if value doesn't exist in current column linq c#
Ho do we find closest value column wise instead of row wise C#Answered | 33 Replies | 2500 Views | Created by Gani tpt - Tuesday, September 22, 2020 2:39 AM | Last reply by Gani tpt - Monday, November 30, 2020 7:52 AM -
1 Votes
Update current row based on column in previous row?
I've tried (and searched) for other methods, like a CTE or CROSS APPLY and I cannot get them to work.Answered | 4 Replies | 16702 Views | Created by wdww - Wednesday, April 21, 2010 2:23 AM | Last reply by Jose Lugo - Friday, June 11, 2010 8:27 PM -
0 Votes
How to get a value from one column in c#?
Hi Oky Toky, You can use following expression to get it decimal qty = (decimal) results.First().Qty.Value; decimal qty ...Answered | 3 Replies | 750 Views | Created by OkyToky - Sunday, September 28, 2014 11:45 PM | Last reply by ThankfulHeart - Monday, September 29, 2014 4:45 AM -
0 Votes
how to get column value from data table to textbox in vb 2010?
See the below link: How to: Get the Selected Cells, Rows, and Columns in the Windows Forms DataGridView Control Paul ...Answered | 5 Replies | 22451 Views | Created by Mind-Reader - Monday, May 14, 2012 9:59 AM | Last reply by leshay - Sunday, April 23, 2017 3:01 PM -
0 Votes
How to get current row column value from binding source in c#
Hi All How to get current row column value from binding source in c# i ... -
2 Votes
how to save changes to the binding source
Hi Ondro, I’m not sure whether SQlite database can be connect through Data Source Configuration Wizard.Answered | 9 Replies | 9332 Views | Created by Ondro Tadanai ml - Thursday, February 16, 2012 8:37 AM | Last reply by Bob Wu-MT - Thursday, February 23, 2012 2:07 AM -
1 Votes
Evaluating Previous Row Value to Current Row Value and Performing Action
Even if column names are unique, it makes easier to maintain the query where we know which table columns come from.Answered | 13 Replies | 871 Views | Created by DanHaf - Tuesday, May 6, 2014 12:56 PM | Last reply by Naomi N - Wednesday, May 7, 2014 3:24 PM - Items 1 to 20 of 3800607 Next ›
No announcements