No announcements
Found 3222904 threads
-
0 Votes
Windows Forms Gridview binding source from multiple collections
Hi Ritmo2k, This forum is about the C# programming language, IDE, libraries, samples, and tools, as your issue is more related to the Windows Form development, we ...Answered | 2 Replies | 454 Views | Created by Ritmo2k - Sunday, March 20, 2016 3:16 PM | Last reply by Moonlight Sheng - Monday, March 21, 2016 9:53 AM -
1 Votes
data source multiple collections
Difficult to say from the information provided.Answered | 3 Replies | 653 Views | Created by Vladimir Kombarov - Thursday, February 11, 2016 7:57 AM | Last reply by Andy ONeill - Thursday, February 11, 2016 9:37 AM -
0 Votes
Postback to ASP gridview control from windows form
Hi, This is not an ASP.NET issue because I'm useing Net.WebRewuesr to get web page from windows forms.Answered | 5 Replies | 4115 Views | Created by vgjorgov - Tuesday, May 12, 2009 5:20 PM | Last reply by Kira Qian - Thursday, May 14, 2009 2:13 AM -
0 Votes
multiple binding sources
Harish Suhanda said: I think the ComboBox control provides exactly what you are looking for: Here is what you may try setting in ComboBox: IsReadOnly=True ...Answered | 3 Replies | 3981 Views | Created by Dragon89 - Sunday, June 29, 2008 8:04 AM | Last reply by Harish Suhanda - Monday, June 30, 2008 6:35 AM -
2 Votes
Populating a combobox with binding source
Hello, IMPORTANT I am mixing two languages here so if not comfortable with this than not use continuing but you might be tempted by the screen shot :-) The ...Answered | 4 Replies | 3366 Views | Created by o2code - Wednesday, April 16, 2014 12:51 PM | Last reply by o2code - Wednesday, April 16, 2014 4:00 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 | 1083 Views | Created by Ahmed_Soft3 - Friday, August 29, 2014 7:42 PM | Last reply by BonnieB - Monday, September 1, 2014 3:42 PM -
1 Votes
Binding a gridview to custom collection fails silently, test solution included
From your link, I can also see that I missed this: To: "Implement a collection that supports collection change updates.Answered | 8 Replies | 2862 Views | Created by mfayer - Thursday, July 19, 2012 2:45 PM | Last reply by Dave Sexton - Friday, April 5, 2013 12:43 AM -
8 Votes
Data Binding in WPF compare to Windows Forms
Hi, I think the main advantage of WPF over Windows Forms is not data binding, but data templating: the type of the data can determine the UI that is ...Answered | 6 Replies | 9688 Views | Created by Niketrk - Friday, May 14, 2010 4:41 AM | Last reply by Aland Li - Tuesday, May 25, 2010 2:11 PM -
0 Votes
How can I find binding source control on form?
You would have to add your own collection and manually add any component you are interested into that collection, or implement some other way of accessing the components of ...Answered | 4 Replies | 3460 Views | Created by CommanderKeen - Thursday, April 15, 2010 8:16 PM | Last reply by Yasser Zamani - Mr. Help - Thursday, April 15, 2010 9:52 PM -
2 Votes
How to bind the observable collection in bing map items source from Viewmodel
Please let me know to how to bind from viewmodel.Answered | 2 Replies | 1872 Views | Created by Shaafs - Friday, December 5, 2014 1:57 PM | Last reply by Shaafs - Thursday, December 11, 2014 4:55 AM -
1 Votes
Binding a Collection to an ItemsPage
arabisoft - I have reposted a simple version at 'XAML Image Source Absolute Image Path from C#'.Answered | 10 Replies | 1734 Views | Created by Steve Horsfall - Thursday, November 29, 2012 8:15 PM | Last reply by Steve Horsfall - Tuesday, December 4, 2012 6:49 PM -
5 Votes
WPF Collection Binding
All is working fine even without refreshing the items in multiple instances.Answered | 20 Replies | 7158 Views | Created by Eliezer Reis - Friday, November 13, 2009 11:27 AM | Last reply by codingsense - Friday, November 20, 2009 5:07 AM -
0 Votes
Programatically select multiple Items in listview binded with datacontex
Hi , Got the solution the exception was coming because the datacontext was not properly initializing becuase i was binding the listview in the forms constructor, i have ...Answered | 5 Replies | 6785 Views | Created by Vaibhav Nagar - Friday, October 30, 2009 1:18 PM | Last reply by Vaibhav Nagar - Wednesday, December 2, 2009 4:52 AM -
0 Votes
Nested Binding Sources and DataGridView
Testing in the back ground, either with Console Writelines, or breakpoints and watches, you can see that the nested binding source is working as expected.Answered | 5 Replies | 2315 Views | Created by JaedenRuiner - Thursday, March 24, 2016 9:12 PM | Last reply by Moonlight Sheng - Friday, April 1, 2016 7:50 AM -
0 Votes
Binding Collection to a Datagrid
<DataGrid x:Name="TheDataGrid" CanUserAddRows="False" CanUserSortColumns="true" ...Answered | 2 Replies | 1827 Views | Created by HardikPopat - Monday, July 2, 2012 12:51 PM | Last reply by Nair S - Monday, July 2, 2012 3:04 PM -
7 Votes
Multiple bindings to same source?
Your test first converted it to a string, then to double, then to int, not directly from double to int.Answered | 20 Replies | 5171 Views | Created by Paul Kinzelman - Sunday, May 29, 2011 2:16 PM | Last reply by Paul Kinzelman - Wednesday, June 8, 2011 1:14 PM -
0 Votes
Lightswitch for Sharepoint - Data from multiple Site Collections
It is one company site, but pulling from a different site collection (not a sub-site).Answered | 7 Replies | 891 Views | Created by binu.agrawal - Wednesday, December 17, 2014 2:56 PM | Last reply by binu.agrawal - Tuesday, December 30, 2014 3:26 PM -
1 Votes
Populating a GridView from a collection
Thanks a lot mate, cheers Primary platform is Windows 7 Ultimate 64 bit along with VS 2012/Sql2k8 for WPF/SilverLight projects.Answered | 3 Replies | 963 Views | Created by Enric Vives - Saturday, November 9, 2013 9:07 AM | Last reply by Enric Vives - Monday, November 11, 2013 6:19 PM -
0 Votes
change binding source from another thread
Hi Bill, If the static object will be changed by multiple threads at the same time, you may need to Monitor.Enter and Monitor.Exit method to make sure only one thread is ...Answered | 2 Replies | 4263 Views | Created by Bill Swartz - Saturday, August 22, 2009 9:26 PM | Last reply by Bruce.Zhou - Monday, August 31, 2009 2:53 AM -
0 Votes
Data binding about GridView
Implement it as a DependencyProperty and your binding should work.Answered | 9 Replies | 5559 Views | Created by cissytt - Wednesday, December 14, 2011 9:40 AM | Last reply by cissytt - Friday, December 16, 2011 5:14 AM - Items 1 to 20 of 3222904 Next ›
No announcements