No announcements
Found 1118485 threads
-
1 Votes
webservice that uses sharepoint object model
Webservice files should be deployed to the ISAPI folder.Answered | 3 Replies | 4866 Views | Created by oh i dont know anymore - Saturday, November 7, 2009 8:36 PM | Last reply by Sohel Rana - Sunday, November 8, 2009 9:47 AM -
0 Votes
Message Box Direct binding Orchestration Exposed as Webservice
I have developed an orchestration with logical receive port as Direct Binding (routing Via Message box using appropriate Filter) with defined schema.Answered | 4 Replies | 6514 Views | Created by SenthilKumar.TMR - Friday, October 9, 2009 2:01 PM | Last reply by Ambar Ray - Sunday, October 11, 2009 10:40 AM -
0 Votes
How can I bind datasource to dataGrid control in runtime?
nbaoduy said:I try to bind datasource (ex. dataset) to dataGrid control in runtime.Answered | 2 Replies | 4586 Views | Created by nbaoduy - Monday, June 16, 2008 4:52 PM | Last reply by nbaoduy - Tuesday, June 17, 2008 3:57 PM -
0 Votes
"object reference not set to an instance of an object" after update datasource lightswitch
I though that deleting a datasource would also delete (or change) the related screens?Answered | 3 Replies | 1787 Views | Created by lekhanhky - Sunday, September 14, 2014 8:31 AM | Last reply by rmillersbs - Friday, May 1, 2015 11:54 PM -
0 Votes
dataGridView1.AutoGenerateColumns = false and binding list as datasource, what next?
10) { dataGridView1.AutoGenerateColumns = false; dataGridView1.Columns.Clear(); SetColumns() 'To Add the ...Answered | 1 Replies | 4002 Views | Created by hazz - Friday, April 9, 2010 7:31 PM | Last reply by Khanna Gaurav - Saturday, April 10, 2010 6:01 PM -
1 Votes
Binding JSON object
I read the template for grid app, but I don't want to create wrapper classes for my JSON objects..Answered | 3 Replies | 5923 Views | Created by molbal - Wednesday, October 10, 2012 9:41 PM | Last reply by Mohamed Ameen Ibrahim - Friday, December 6, 2013 5:03 AM -
7 Votes
CheckedListBox datasource
You can do it but you get a runtime error System.NullReferenceException occurred ...Answered | 7 Replies | 37330 Views | Created by CLProgrammer2 - Monday, January 9, 2006 10:07 PM | Last reply by Martín Castiñeira - Monday, August 5, 2013 2:32 AM -
0 Votes
How do i bind an object to the DataGridView?
Hi firend, could you name a book that i could learn a bit more about data object bindings...?Answered | 9 Replies | 2641 Views | Created by code_warrior - Thursday, December 10, 2009 6:34 PM | Last reply by MicTech Ravi - Friday, December 11, 2009 4:35 PM -
0 Votes
Object change binding issue
You must implement the INotifyPropertyChanged interface on the source object so that the source can report changes through events that the binding engine listens for.Answered | 1 Replies | 710 Views | Created by Reece Williams - Wednesday, November 13, 2013 1:27 PM | Last reply by Anne Jing - Thursday, November 14, 2013 5:45 AM -
0 Votes
Bind tiles to objects:
Even then, you can create the objects and add them.Answered | 4 Replies | 777 Views | Created by Santosh Umarani - Thursday, March 12, 2015 3:25 AM | Last reply by Andy ONeill - Monday, March 16, 2015 10:04 AM -
0 Votes
Get list of DataSources
yes possible by querying datasource/catalog tables in ReportServer Db and fetching result in ...Answered | 2 Replies | 1114 Views | Created by ykMohan - Thursday, November 6, 2014 9:31 AM | Last reply by Visakh16 - Thursday, November 6, 2014 9:42 AM -
0 Votes
WPF Binding with Collection of Objects?
To bind the datagrid: ItemsSource="{Binding Path=Loans, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}", in the textbox: Text="{Binding ...Answered | 4 Replies | 2703 Views | Created by Sivakanth trichy - Monday, July 25, 2011 4:56 AM | Last reply by DimitarGeorgiev - Monday, July 25, 2011 8:19 AM -
1 Votes
How to bind correctly this object
For example you can have Question business object with text, index, collection of answers and Answer business object which have text, isCorrectAnswerFlag and possible other ...Answered | 1 Replies | 4370 Views | Created by Serge Calderara - Sunday, July 18, 2010 11:19 AM | Last reply by tillias - Sunday, July 18, 2010 12:32 PM -
0 Votes
Binding ComboBox to object
Each ComboBox is bound to an object in a list, the object has a string "Key" and a bool "Included".Answered | 2 Replies | 732 Views | Created by Major_Major - Sunday, January 31, 2016 6:32 PM | Last reply by Major_Major - Sunday, January 31, 2016 10:41 PM -
0 Votes
Bind nested class object to datagrid
new { b.prop1, p2 = b.prop2.prop1, b.prop2.prop2 }) }; or dataGridView1.DataSource = list.Select(b => new { b.prop1, p2 = b.prop2.prop1, ...Answered | 5 Replies | 5774 Views | Created by Amit Jhingran - Tuesday, October 26, 2010 9:48 AM | Last reply by Louis.fr - Tuesday, October 26, 2010 11:46 AM -
0 Votes
how to dynamicaly binding the list
Simply set the Listview.itemDataSource property to your datasource.Answered | 1 Replies | 2539 Views | Created by gomathigm - Monday, April 23, 2012 5:59 AM | Last reply by Jeff Sanders - Tuesday, April 24, 2012 1:44 PM -
0 Votes
Binding Location at the Pushpin object
Hi Alexey, the actual version of the control doesn't support binding.Answered | 4 Replies | 4548 Views | Created by DreamTeam Mobile - Friday, June 22, 2012 10:38 PM | Last reply by Ricky_Brundritt - Friday, May 24, 2013 9:23 AM -
2 Votes
Bind datasource/query to combobox on Page Load
OleDbConnection odbConn = new OleDbConnection(con); Hi ...Answered | 10 Replies | 4901 Views | Created by fralo - Thursday, September 22, 2011 1:24 PM | Last reply by Neddy Ren - Friday, September 30, 2011 2:26 AM -
2 Votes
Binding to Object not update
I create one object named Arraysoure.Answered | 6 Replies | 3939 Views | Created by hungdoan - Friday, April 22, 2011 6:43 AM | Last reply by hungdoan - Friday, April 29, 2011 6:39 AM -
2 Votes
Use of DataSource
You probably want to know which data objects are best suited for data binding.Answered | 3 Replies | 3066 Views | Created by Kaushal106 - Sunday, April 4, 2010 9:25 AM | Last reply by Kaushal106 - Tuesday, April 6, 2010 3:29 PM
No announcements