No announcements
Found 2879229 threads
-
0 Votes
Binding a grid from URI paths stored in a database
Thanks Matt, sorry about the delay, I have added a converter on the binding of the grid and I'm getting correctly loaded images to the object (not sure if this is what you mean by ...Answered | 3 Replies | 658 Views | Created by Eltial - Tuesday, February 10, 2015 3:29 AM | Last reply by Matt Small - Thursday, February 12, 2015 4:43 PM -
0 Votes
Gettting a Path syntax correct, Binding paths vs URI's
Hi michael hockstein, I think the URI is for refer or map to a resource file, all infomation about WPF URI is explained in MSDN ...Answered | 3 Replies | 2243 Views | Created by Michael Hockstein - Tuesday, January 17, 2012 1:44 PM | Last reply by Michael Hockstein - Thursday, January 19, 2012 5:39 PM -
0 Votes
Binding Path for custom control inside grid
It will not be the value coming from Lightswitch.Answered | 7 Replies | 4555 Views | Created by Dr. Holger Flick - Sunday, July 31, 2011 9:43 PM | Last reply by Sander Oosterwijk - Thursday, February 23, 2012 5:59 PM -
1 Votes
mediaElement source URI binding not working
Hi LazyCodingGuy, Yes, I can reproduce your issue in my side and get the invalid path error, it is because that when we use the FileOpenPicker to pick a file, the ...Answered | 3 Replies | 1142 Views | Created by LazyCodingGuy - Friday, October 16, 2015 7:29 AM | Last reply by Amy Peng - Wednesday, October 21, 2015 6:30 AM -
3 Votes
storing images in database| or paths
accomplish this,to make the "path" sort of dynamic, s from a form a user can enter where they want the picture stored. thanks for the helpAnswered | 22 Replies | 3707 Views | Created by Kemnet - Friday, April 27, 2012 5:03 PM | Last reply by Kemnet - Monday, April 30, 2012 3:32 PM -
2 Votes
How to render a canvas stored in a database via binding
I think that you could accomplish what you want by using a ValueConverter that converts the object name (string) into the Canvas by fetching it from the database, however I'd be ...Answered | 4 Replies | 4377 Views | Created by Mark Latham - Thursday, July 29, 2010 5:04 PM | Last reply by Mark Latham - Monday, August 2, 2010 2:20 PM -
0 Votes
Problem with unique URI on Oracle database
I think it is ridiculous for BizTalk to require a unique URI which, in this case, is essentially a connection string to a database.Answered | 13 Replies | 3604 Views | Created by MSDEVTECH - Thursday, November 17, 2011 4:36 PM | Last reply by MSDEVTECH - Monday, November 21, 2011 6:09 PM -
0 Votes
Binding Grid Background in Grid App template
what you can do: - set in the resources the ImageBrush <Page.Resources> <ImageBrush x:Key="Image" ...Answered | 3 Replies | 1337 Views | Created by ricky_21 - Wednesday, December 5, 2012 1:58 PM | Last reply by Dave Smits - Wednesday, December 5, 2012 2:46 PM -
2 Votes
[UWP]Binding a Grid control to an ItemControl
Public Property StatusGrid() As Grid Get Return DirectCast(GetValue(StatusGridProperty), Grid) End Get ...Answered | 2 Replies | 722 Views | Created by Jacob2014 - Friday, December 4, 2015 4:57 PM | Last reply by Jacob2014 - Tuesday, December 8, 2015 1:41 PM -
0 Votes
How do i set the uri for binding an image to an image control?
string Path = e.ClickedItem.ToString(); BitmapImage bi = new BitmapImage(); bi.UriSource = new Uri(this.BaseUri, Path); ...Answered | 2 Replies | 2126 Views | Created by JohnnyWalker9 - Friday, March 30, 2012 5:51 AM | Last reply by JohnnyWalker9 - Friday, March 30, 2012 11:19 AM -
0 Votes
related to the receive port uri
Alternatively, if you install LOB adapter SDK, it will install a nice plugin to your VS from where the binding file would be automatically generated which ...Answered | 9 Replies | 3432 Views | Created by sushil sahu - Wednesday, September 28, 2011 12:39 PM | Last reply by Beegala - Thursday, September 29, 2011 8:22 AM -
1 Votes
binding splist to Grid View
Hi Santto, Can you show how you bind the list to grid view control?Answered | 2 Replies | 1150 Views | Created by Santto - Wednesday, July 8, 2015 5:22 AM | Last reply by Patrick_Liang - Thursday, July 9, 2015 11:36 AM -
0 Votes
binding in grid
hi, how to bind a datatable to grid combobox cell elbyAnswered | 1 Replies | 3871 Views | Created by Elby Paul - Tuesday, December 8, 2009 10:58 AM | Last reply by Danijel Malik - Tuesday, December 8, 2009 2:08 PM -
0 Votes
Problems Binding a Datatable to Grid
If you are talking about a standard WPF Grid control (<Grid></Grid>) then no, you cannot databind a DataTable to this control.Answered | 1 Replies | 4695 Views | Created by Jonathon R - Friday, July 25, 2008 7:37 PM | Last reply by Brian Schwalm - Saturday, July 26, 2008 12:08 AM -
1 Votes
Binding of Path and scaling/resizing it
</Grid> </Window> As you can see if you run the above Window, the Paths will simply stretch to match the size of the underlying container (to ...Answered | 3 Replies | 7958 Views | Created by Stefan 000000 - Saturday, November 20, 2010 12:26 PM | Last reply by Stefan 000000 - Wednesday, November 24, 2010 1:24 PM -
1 Votes
Can no longer have a path in redirect URI
Hello all, We have restored the ability for you to enter a full path in the Redirect Domain field at the application management site.Answered | 7 Replies | 7652 Views | Created by DillingerBars - Friday, June 3, 2011 5:15 PM | Last reply by Steve Gordon - MSFT - Saturday, June 11, 2011 3:12 PM -
0 Votes
how to create store procedure and bind to gridview
Are you looking to retrieve SharePoint data from SQL and display it into a DataGrid?Answered | 4 Replies | 1385 Views | Created by PS_L - Wednesday, January 8, 2014 12:57 PM | Last reply by Narula.Srinivas - Wednesday, January 8, 2014 2:09 PM -
0 Votes
Data binding path for Effect
<Slider x:Name="xBrightnessSlider" Minimum="-1" Maximum="1" LargeChange="0.1" ...Answered | 5 Replies | 3722 Views | Created by icube - Monday, April 12, 2010 6:21 AM | Last reply by icube - Monday, April 12, 2010 6:57 AM -
0 Votes
How to store text file in database
In that case you can store the files on the file system and store in the table only the path to the files.Answered | 4 Replies | 3891 Views | Created by miruan - Wednesday, January 30, 2013 5:53 AM | Last reply by Kalman Toth - Wednesday, January 30, 2013 2:44 PM -
0 Votes
Get URI from proxy
However if I just write it to the console window it does give the URI of the remote object.Answered | 3 Replies | 4014 Views | Created by spanky4_3 - Wednesday, July 23, 2008 12:20 AM | Last reply by spanky4_3 - Thursday, July 24, 2008 3:21 AM - Items 1 to 20 of 2879229 Next ›
No announcements