Click here to Skip to main content
15,915,770 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: MouseUp-Event doesn't react on left mouse button [modified] Pin
MyPiano7-Aug-09 10:22
MyPiano7-Aug-09 10:22 
GeneralRe: MouseUp-Event doesn't react on left mouse button Pin
Mark Salsbery7-Aug-09 11:41
Mark Salsbery7-Aug-09 11:41 
GeneralRe: MouseUp-Event doesn't react on left mouse button Pin
MyPiano7-Aug-09 12:14
MyPiano7-Aug-09 12:14 
GeneralRe: MouseUp-Event doesn't react on left mouse button Pin
Mark Salsbery7-Aug-09 13:13
Mark Salsbery7-Aug-09 13:13 
GeneralRe: MouseUp-Event doesn't react on left mouse button Pin
MyPiano8-Aug-09 8:02
MyPiano8-Aug-09 8:02 
QuestionDatabinding in Silverlight with databases other than with SQL Server Pin
pisanis7-Aug-09 4:53
pisanis7-Aug-09 4:53 
AnswerRe: Databinding in Silverlight with databases other than with SQL Server [modified] Pin
Mike Marynowski7-Aug-09 6:30
professionalMike Marynowski7-Aug-09 6:30 
AnswerRe: Databinding in Silverlight with databases other than with SQL Server [modified] Pin
Mark Salsbery7-Aug-09 7:23
Mark Salsbery7-Aug-09 7:23 
pisanis wrote:
I am of the understanding that Silverlight (any version) will need to call a WCF web service


You don't have to use WCF.

For example a plain old XML (POX) web service could be used. Silverlight
can bind directly to the returned XML or if necessary
you could convert the
returned XML to an object or collection of objects using perhaps LINQ to XML.
*edit* Oops - drifted into WPF Land there Smile | :)


pisanis wrote:
How do I go about gettings rows of information, like, a resultset from my database and into SL ?

pisanis wrote:
once I get that dataset, I do not know how to return it to silverlight


There's a variety of ways to accomplish this.

If you choose to use WCF, you could return a collection of objects of a class that
represents a row of data. You would convert dataset rows to this collection of
objects, perhaps using LINQ to DataSet.


You may also want to look into .NET RIA Services, which is still in development and
will probably be officially part of .NET 4, but there is a preview version[^] available
which is now licensed to use live.

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

modified on Friday, August 7, 2009 1:30 PM

AnswerRe: Databinding in Silverlight with databases other than with SQL Server Pin
Michael Sync8-Aug-09 6:08
Michael Sync8-Aug-09 6:08 
GeneralDynamically loading Silverlight UserControl from a single.xap [modified] Pin
Amit Rai Sharma6-Aug-09 23:37
Amit Rai Sharma6-Aug-09 23:37 
QuestionNeed just idea or suggestion can u help me? Pin
wasimsharp6-Aug-09 23:12
wasimsharp6-Aug-09 23:12 
AnswerRe: Need just idea or suggestion can u help me? Pin
#realJSOP7-Aug-09 0:54
professional#realJSOP7-Aug-09 0:54 
QuestionNeed an advice about starting a raster drawing program with WPF Pin
Cristoff6-Aug-09 22:54
Cristoff6-Aug-09 22:54 
AnswerRe: Need an advice about starting a raster drawing program with WPF Pin
#realJSOP7-Aug-09 0:57
professional#realJSOP7-Aug-09 0:57 
GeneralRe: Need an advice about starting a raster drawing program with WPF Pin
Cristoff7-Aug-09 2:23
Cristoff7-Aug-09 2:23 
GeneralRe: Need an advice about starting a raster drawing program with WPF PinPopular
#realJSOP7-Aug-09 3:43
professional#realJSOP7-Aug-09 3:43 
GeneralRe: Need an advice about starting a raster drawing program with WPF Pin
Cristoff7-Aug-09 3:53
Cristoff7-Aug-09 3:53 
GeneralRe: Need an advice about starting a raster drawing program with WPF Pin
Pete O'Hanlon7-Aug-09 3:56
mvePete O'Hanlon7-Aug-09 3:56 
GeneralRe: Need an advice about starting a raster drawing program with WPF Pin
Cristoff7-Aug-09 4:58
Cristoff7-Aug-09 4:58 
GeneralRe: Need an advice about starting a raster drawing program with WPF Pin
Veldrain7-Aug-09 11:31
Veldrain7-Aug-09 11:31 
GeneralRe: Need an advice about starting a raster drawing program with WPF PinPopular
#realJSOP7-Aug-09 4:25
professional#realJSOP7-Aug-09 4:25 
GeneralRe: Need an advice about starting a raster drawing program with WPF Pin
Cristoff7-Aug-09 4:54
Cristoff7-Aug-09 4:54 
GeneralRe: Need an advice about starting a raster drawing program with WPF Pin
#realJSOP7-Aug-09 4:56
professional#realJSOP7-Aug-09 4:56 
GeneralRe: Need an advice about starting a raster drawing program with WPF Pin
Cristoff7-Aug-09 5:00
Cristoff7-Aug-09 5:00 
GeneralRe: Need an advice about starting a raster drawing program with WPF Pin
Todd Smith7-Aug-09 6:55
Todd Smith7-Aug-09 6:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.