Click here to Skip to main content
15,900,381 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: How to add runtime events for dynamic textbox controls in wpf Pin
Pete O'Hanlon11-Aug-09 3:00
mvePete O'Hanlon11-Aug-09 3:00 
QuestionHosting Silverlight Application on IIS Pin
sunil.n.cs10-Aug-09 20:42
sunil.n.cs10-Aug-09 20:42 
AnswerRe: Hosting Silverlight Application on IIS Pin
Mark Salsbery11-Aug-09 5:46
Mark Salsbery11-Aug-09 5:46 
GeneralRe: Hosting Silverlight Application on IIS Pin
sunil.n.cs11-Aug-09 23:05
sunil.n.cs11-Aug-09 23:05 
Question[Message Deleted] Pin
Veerendranadh10-Aug-09 18:43
Veerendranadh10-Aug-09 18:43 
AnswerRe: Problem when loading UIElementCollection using XamlReader Pin
Pete O'Hanlon10-Aug-09 22:04
mvePete O'Hanlon10-Aug-09 22:04 
GeneralRe: Problem when loading UIElementCollection using XamlReader Pin
Veerendranadh10-Aug-09 22:16
Veerendranadh10-Aug-09 22:16 
GeneralRe: Problem when loading UIElementCollection using XamlReader Pin
Pete O'Hanlon10-Aug-09 23:02
mvePete O'Hanlon10-Aug-09 23:02 
GeneralRe: Problem when loading UIElementCollection using XamlReader Pin
Pete O'Hanlon11-Aug-09 1:51
mvePete O'Hanlon11-Aug-09 1:51 
QuestionSilverlight 3 OOB on Mac! Pin
Nader Elshehabi10-Aug-09 2:11
Nader Elshehabi10-Aug-09 2:11 
AnswerRe: Silverlight 3 OOB on Mac! Pin
Mike Marynowski10-Aug-09 2:42
professionalMike Marynowski10-Aug-09 2:42 
GeneralRe: Silverlight 3 OOB on Mac! Pin
Nader Elshehabi10-Aug-09 3:02
Nader Elshehabi10-Aug-09 3:02 
GeneralRe: Silverlight 3 OOB on Mac! Pin
Mike Marynowski10-Aug-09 3:39
professionalMike Marynowski10-Aug-09 3:39 
QuestionWPF DatePicker Pin
Member 407081510-Aug-09 0:09
Member 407081510-Aug-09 0:09 
AnswerRe: WPF DatePicker Pin
Mark Salsbery10-Aug-09 10:36
Mark Salsbery10-Aug-09 10:36 
GeneralRe: WPF DatePicker - Please see this too Pin
Member 407081511-Aug-09 19:19
Member 407081511-Aug-09 19:19 
GeneralRe: WPF DatePicker - Please see this too Pin
Mark Salsbery12-Aug-09 7:11
Mark Salsbery12-Aug-09 7:11 
GeneralRe: WPF DatePicker - Number of week Pin
Member 407081513-Aug-09 17:45
Member 407081513-Aug-09 17:45 
QuestionHow to get the return value from a service in silver light Pin
Nekkantidivya9-Aug-09 22:08
Nekkantidivya9-Aug-09 22:08 
AnswerRe: How to get the return value from a service in silver light Pin
Pete O'Hanlon9-Aug-09 22:20
mvePete O'Hanlon9-Aug-09 22:20 
QuestionHow to save image in a folder in silver light Pin
Nekkantidivya7-Aug-09 19:38
Nekkantidivya7-Aug-09 19:38 
AnswerRe: How to save image in a folder in silver light Pin
Michael Sync8-Aug-09 6:19
Michael Sync8-Aug-09 6:19 
AnswerRe: How to save image in a folder in silver light Pin
Jeremy Likness13-Aug-09 5:34
professionalJeremy Likness13-Aug-09 5:34 
You'll need to wire in a WCF service at the server side. The service would take the file information and byte array, then store it locally.

In your Silverlight application, you'll reference the service, then take your image data and send it.

To get to the image data, most likely you'll send it into a WriteableBitmap and then parse the Pixels array ... you can either format it on the Silverlight side and send it down, or send it raw and handle formatting on the server. Perhaps simple compression in the client, then uncompress and format into JPEG/PNG/etc on the server would be fine.


QuestionBinding to a property of the page in XAML Pin
gantww7-Aug-09 15:01
gantww7-Aug-09 15:01 
AnswerRe: Binding to a property of the page in XAML Pin
Michael Sync8-Aug-09 6:15
Michael Sync8-Aug-09 6:15 

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.