C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Forums » .NET » WPF »

How to implement Session Management in WPF brower application?


Posted Date: 27 Oct 2009      Posted By: Kumar, K, M      Member Level: Silver     Points: 1   Responses: 2



Hi,

Can anyone please tell me how to implement a Session management in the WPF browser application.

thanks,
kumar.





Responses

Author: Lalji    27 Oct 2009Member Level: DiamondRating: 2 out of 52 out of 5     Points: 2

you can visit this link

http://geekswithblogs.net/lbugnion/archive/2006/10/11/93743.aspx



Author: K Hari Prasad    03 Nov 2009Member Level: GoldRating: 2 out of 52 out of 5     Points: 2

by using Application properties.

// Set an application-scope property with a custom type
CustomType customType = new CustomType();
Application.Current.Properties["CustomType"] = customType;

// Get an application-scope property
// NOTE: Need to convert since Application.Properties is a dictionary of System.Object
CustomType customType = (CustomType)Application.Current.Properties["CustomType"];



Post Reply
You must Sign In to post a response.
Next : How to check all rows in DataGrid by clicking Check all Button in WPF in C#
Previous : How to Create Wpf 3D objects like pen, bottle etc?
Return to Discussion Forum
Post New Message
Category: WPF

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use