Click here to Skip to main content
15,878,852 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Multi column Treeview. Pin
ABitSmart5-Apr-09 20:13
ABitSmart5-Apr-09 20:13 
QuestionGetting session ID with SL2 ! Pin
Mohammad Dayyan3-Apr-09 10:52
Mohammad Dayyan3-Apr-09 10:52 
AnswerRe: Getting session ID with SL2 ! Pin
Mark Salsbery3-Apr-09 12:11
Mark Salsbery3-Apr-09 12:11 
GeneralRe: Getting session ID with SL2 ! Pin
Mohammad Dayyan3-Apr-09 23:30
Mohammad Dayyan3-Apr-09 23:30 
GeneralRe: Getting session ID with SL2 ! Pin
Mark Salsbery4-Apr-09 7:18
Mark Salsbery4-Apr-09 7:18 
GeneralRe: Getting session ID with SL2 ! Pin
Mohammad Dayyan4-Apr-09 7:24
Mohammad Dayyan4-Apr-09 7:24 
GeneralRe: Getting session ID with SL2 ! Pin
Mark Salsbery6-Apr-09 6:17
Mark Salsbery6-Apr-09 6:17 
AnswerRe: Getting session ID with SL2 ! Pin
Braulio Dez12-Apr-09 23:49
Braulio Dez12-Apr-09 23:49 
You can inherit the session context in your WCF Services.

Just use:

[AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
public class MyService



But remember you will be responsible as well to keep alive that session (maybe service ping every X minutes).

HTH
Braulio

/// -------------------------
     Braulio Díez

     DBSchemaEditor.com
     Free Silverlight based DB Schema Modeling Tool
/// -------------------------

QuestionNeed ideas for getting data from text file to list view Pin
barker7703-Apr-09 9:48
barker7703-Apr-09 9:48 
AnswerRe: Need ideas for getting data from text file to list view Pin
sivaddrahcir6-Apr-09 7:04
sivaddrahcir6-Apr-09 7:04 
QuestionHow to get ref to array defined in Page.cs from user control? [modified] Pin
HuskerD3-Apr-09 8:53
HuskerD3-Apr-09 8:53 
Questionclear all text and combo boxes Pin
tcd673-Apr-09 6:55
tcd673-Apr-09 6:55 
AnswerRe: clear all text and combo boxes [modified] Pin
ABitSmart4-Apr-09 0:53
ABitSmart4-Apr-09 0:53 
QuestionEnum.GetValues missing Pin
dino.t.socrates3-Apr-09 4:22
dino.t.socrates3-Apr-09 4:22 
AnswerRe: Enum.GetValues missing Pin
Mark Salsbery3-Apr-09 6:07
Mark Salsbery3-Apr-09 6:07 
GeneralRe: Enum.GetValues missing Pin
dino.t.socrates3-Apr-09 8:24
dino.t.socrates3-Apr-09 8:24 
Questionhow to run silverlight programm Pin
azad yadav2-Apr-09 19:53
azad yadav2-Apr-09 19:53 
AnswerRe: how to run silverlight programm Pin
Rajdeep.NET is BACK3-Apr-09 2:00
Rajdeep.NET is BACK3-Apr-09 2:00 
AnswerRe: how to run silverlight programm Pin
Pete O'Hanlon3-Apr-09 2:21
mvePete O'Hanlon3-Apr-09 2:21 
AnswerRe: how to run silverlight programm Pin
Mark Salsbery3-Apr-09 5:59
Mark Salsbery3-Apr-09 5:59 
AnswerRe: how to run silverlight programm Pin
Braulio Dez3-Apr-09 6:29
Braulio Dez3-Apr-09 6:29 
AnswerRe: how to run silverlight programm Pin
alok5728-Apr-09 1:05
alok5728-Apr-09 1:05 
QuestionWPF "Skinning" Pin
Steve The Plant2-Apr-09 10:23
Steve The Plant2-Apr-09 10:23 
AnswerRe: WPF "Skinning" Pin
Pete O'Hanlon3-Apr-09 4:01
mvePete O'Hanlon3-Apr-09 4:01 
GeneralRe: WPF "Skinning" Pin
Steve The Plant3-Apr-09 4:10
Steve The Plant3-Apr-09 4:10 

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.