No announcements
Found 462420 threads
-
0 Votes
UserControl and Two-way Binding
It is strange that it binds one way though -- and for a read-only control the context can be used (it seems).Answered | 8 Replies | 4470 Views | Created by WillemD - Sunday, September 14, 2008 2:43 PM | Last reply by WillemD - Tuesday, September 16, 2008 7:21 PM -
0 Votes
How to Convert Html to a RichTextBlock content
And after that, i just recreate a paragraph who contains my converted Html.Answered | 11 Replies | 8150 Views | Created by mman2606 - Tuesday, July 31, 2012 4:22 PM | Last reply by Rob Caplan [MSFT] - Saturday, June 15, 2013 3:25 PM -
0 Votes
To convert HTML to RTF and RTF to HTML programatically
As far as I know , C# language does covert HTML to RTF and convert RTF to HTML .Answered | 4 Replies | 22141 Views | Created by Shru_Patil - Friday, September 23, 2016 5:21 PM | Last reply by Sabah Shariq - Wednesday, October 5, 2016 11:18 AM -
0 Votes
Convert HTML to XML
I have string in the HTML format and I want to convert it to XML string.Answered | 1 Replies | 2992 Views | Created by AshokTeli - Friday, January 15, 2010 6:05 AM | Last reply by Dharmalinga Raja - Friday, January 15, 2010 6:35 AM -
0 Votes
Two way binding + converter HTML
I`ve been working on it and I've managednot to use a converter.Answered | 2 Replies | 655 Views | Created by etait - Friday, November 29, 2013 9:38 AM | Last reply by etait - Monday, December 2, 2013 9:03 AM -
0 Votes
ListView: binding with HTML from a post
hum...well, I've ended up using the summary info instead of putting the html...Answered | 2 Replies | 2737 Views | Created by Luis Miguel Abreu - Friday, June 15, 2012 8:32 AM | Last reply by Luis Miguel Abreu - Friday, June 15, 2012 5:23 PM -
0 Votes
Problem with two way data binding to user control
I had to change the binding on my BaySizesItemSource to TwoWay.Answered | 4 Replies | 3859 Views | Created by David_Turvey - Friday, December 19, 2008 9:43 AM | Last reply by David_Turvey - Friday, December 19, 2008 10:54 AM -
0 Votes
Questions on converter functions for data-win-bind property
To pass in more parameters you have to create an object with the parameters you wish to pass in, and then pass that object to the binding converter.Answered | 3 Replies | 3742 Views | Created by Vista Xia - Sunday, September 9, 2012 7:58 AM | Last reply by Aratys - Saturday, September 15, 2012 3:45 PM -
2 Votes
JS: StringFormat or converter in Binding?
If you mean is there a way to just specify 'Format this a certain way' without a converter...Answered | 3 Replies | 2677 Views | Created by Elad R Katz - Thursday, May 10, 2012 5:52 PM | Last reply by Jeff Sanders - Monday, May 14, 2012 12:45 PM -
1 Votes
Word to html converter dlls
Yes, this is just what happens when an HTML page refers to a missing image.Answered | 8 Replies | 4205 Views | Created by Rajagadda - Monday, March 19, 2012 7:11 AM | Last reply by Patrice Scribe - Monday, March 19, 2012 4:03 PM -
0 Votes
Problem during Converting xlsx to HTML
Hi JO_LO, As far as I know, excel object model doesn’t provide the way to do that.Answered | 1 Replies | 380 Views | Created by JO_LO - Wednesday, June 3, 2015 6:02 PM | Last reply by Starian chen - Thursday, June 4, 2015 7:53 AM -
0 Votes
converting a html file into tiff image
Thank you, Nick Metnik Please mark my response as helpful if it has helped you in any way or as the ...Answered | 6 Replies | 3547 Views | Created by Cas Raj - Wednesday, November 14, 2012 4:11 PM | Last reply by Nicklaus Metnik - Thursday, November 15, 2012 4:56 PM -
2 Votes
Binding Converter and Path
Your converter is triggering without any path because Text property of TextBlock is binding to itself.Answered | 5 Replies | 3922 Views | Created by Dmitry1975 - Friday, September 5, 2008 12:11 PM | Last reply by Lalit Singh Sisodia - Friday, September 5, 2008 4:51 PM -
1 Votes
Binding to two ElementName
Rather than binding to the DataContext of a DockPanel, I am just binding the Header of the TreeViewItems to a TextBlock's Text property using MultiBinding.Answered | 6 Replies | 4230 Views | Created by beautiful_sunshine - Thursday, June 24, 2010 3:47 PM | Last reply by BBauer42 - Monday, June 28, 2010 8:10 PM -
0 Votes
Binding and Converter issue
Is it really necessary to create two entire other classes to achieve this?Answered | 5 Replies | 3541 Views | Created by Aibynn - Saturday, December 27, 2008 1:23 PM | Last reply by Dmitry1975 - Monday, December 29, 2008 3:06 AM -
1 Votes
Binding converter to a class of properties
public object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) { return _converter.Convert(value, targetType, parameter, ...Answered | 2 Replies | 1573 Views | Created by Linus Törnil - Monday, September 23, 2013 8:42 AM | Last reply by Magnus (MM8) - Tuesday, September 24, 2013 10:07 AM -
0 Votes
The way to access binding source in ConvertBack()?
It is pretty common to expose properties on your converter class so that you can tweak the way a particular instance performs conversion.Answered | 12 Replies | 13240 Views | Created by HenryW_AU - Tuesday, August 26, 2008 5:24 AM | Last reply by Max Palmer - Friday, July 22, 2011 10:31 AM -
0 Votes
Binding validation when converters are involved
So there's literally no way I can "catch" the exception that occurs in the converter, outside of the converter (aside from the global dispatcher exception ...Answered | 2 Replies | 3789 Views | Created by chaiguy1337 - Sunday, December 21, 2008 3:35 PM | Last reply by chaiguy1337 - Tuesday, December 23, 2008 4:40 PM -
0 Votes
syntax for binding to root object with converter
I'm not sure that I fully understand what your using the converter for but the line you say doesn't compile has a comma after the word binding.Answered | 2 Replies | 5222 Views | Created by DenisCoteReno - Wednesday, March 17, 2010 5:49 PM | Last reply by DenisCoteReno - Wednesday, March 17, 2010 6:21 PM -
0 Votes
Converting HTML to a Word .doc file
Hi, I want to convert an .html file to a .doc file, I know i can do it using Office.Interop but i need that it will work on ...Answered | 3 Replies | 3164 Views | Created by IdanSl - Sunday, March 16, 2014 9:14 AM | Last reply by Christopher84 - Thursday, March 20, 2014 11:33 AM - Items 1 to 20 of 462420 Next ›
No announcements