Click here to Skip to main content
15,922,015 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: color of wpf listview column Pin
Pete O'Hanlon24-Jul-08 4:33
mvePete O'Hanlon24-Jul-08 4:33 
GeneralRe: color of wpf listview column Pin
C#_Programmer24-Jul-08 8:32
C#_Programmer24-Jul-08 8:32 
GeneralRe: color of wpf listview column Pin
Pete O'Hanlon24-Jul-08 8:53
mvePete O'Hanlon24-Jul-08 8:53 
GeneralRe: color of wpf listview column Pin
Jammer24-Jul-08 22:52
Jammer24-Jul-08 22:52 
GeneralRe: color of wpf listview column Pin
Pete O'Hanlon24-Jul-08 23:59
mvePete O'Hanlon24-Jul-08 23:59 
GeneralRe: color of wpf listview column Pin
Jammer25-Jul-08 0:16
Jammer25-Jul-08 0:16 
QuestionSession state maintanace in wpf browser application Pin
puneet.priyadarshi23-Jul-08 20:35
puneet.priyadarshi23-Jul-08 20:35 
AnswerRe: Session state maintanace in wpf browser application Pin
John_Adams24-Jul-08 23:38
John_Adams24-Jul-08 23:38 
Hi Puneet,

XBAP is a client side technology, and it cannot use session directly. XBAP is similar to WPF Windows application the main difference is that XBAP application runs on the browser. As you cannot use session in a standalone Windows application similarly session cannot be used in a XBAP application. However, if your web site is developed by ASP.NET, you can disable session cookies. Instead, the session id will be passed by a request parameter in the URL. Now you can use this parameter in your XBAP.

Hope this information will be helpful Smile | :) .

Regards,
John Adams
ComponentOne LLC

QuestionUser Control inside other User Control problem Pin
edu_fidi23-Jul-08 20:07
edu_fidi23-Jul-08 20:07 
AnswerRe: User Control inside other User Control problem Pin
Jammer24-Jul-08 11:49
Jammer24-Jul-08 11:49 
GeneralRe: User Control inside other User Control problem Pin
edu_fidi24-Jul-08 12:01
edu_fidi24-Jul-08 12:01 
GeneralRe: User Control inside other User Control problem Pin
Jammer24-Jul-08 12:30
Jammer24-Jul-08 12:30 
GeneralRe: User Control inside other User Control problem Pin
Jammer24-Jul-08 12:42
Jammer24-Jul-08 12:42 
GeneralRe: User Control inside other User Control problem Pin
edu_fidi24-Jul-08 13:10
edu_fidi24-Jul-08 13:10 
QuestionProblems with scaling and stretching objects... Pin
gethomast23-Jul-08 9:52
gethomast23-Jul-08 9:52 
AnswerRe: Problems with scaling and stretching objects... Pin
Jammer23-Jul-08 11:48
Jammer23-Jul-08 11:48 
GeneralRe: Problems with scaling and stretching objects... Pin
gethomast23-Jul-08 20:24
gethomast23-Jul-08 20:24 
GeneralRe: Problems with scaling and stretching objects... Pin
Jammer23-Jul-08 23:59
Jammer23-Jul-08 23:59 
GeneralRe: Problems with scaling and stretching objects... Pin
Jammer24-Jul-08 0:30
Jammer24-Jul-08 0:30 
GeneralRe: Problems with scaling and stretching objects... Pin
gethomast24-Jul-08 2:10
gethomast24-Jul-08 2:10 
QuestionUserControl = DataTemplate!! [modified] Pin
Jammer23-Jul-08 3:04
Jammer23-Jul-08 3:04 
AnswerRe: UserControl = DataTemplate!! Pin
Pete O'Hanlon23-Jul-08 4:06
mvePete O'Hanlon23-Jul-08 4:06 
GeneralRe: UserControl = DataTemplate!! Pin
Jammer23-Jul-08 5:51
Jammer23-Jul-08 5:51 
QuestionAccessing values of Xaml controls in the web site Pin
ACMA_198022-Jul-08 22:06
ACMA_198022-Jul-08 22:06 
AnswerRe: Accessing values of Xaml controls in the web site Pin
Michael Sync23-Jul-08 19:16
Michael Sync23-Jul-08 19:16 

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.