CATEGORIES
What is the Provider Pattern in ASP.Net
Published by: Rima (10/31/2008 10:31:53 AM)
OCT 31 2008
I am tired with storing the information of a user in session and some in database but i don’t want to store these permanently before user go through one stage. I was wondering if provider pattern in asp.net can be a help to my situation. I know session(key), application(key) and viewstate(key) works great but i don’t have a clue to add this to my application. any help here?
Most Popular Articles
- what is asp .net+?
- What are the new server controls added in latest version of asp.net
- How do I Start Learning Dot Net and What is the Best Book to Follow
- How to display emoticons in an e-mail message using ASP.NET
- What is the difference between the .aspx page and .aspx.vb/cs page
What are ISAPI filters in .Net Framework? >>
<< How do I Start Learning Dot Net and What is the Best Book to Follow
COMMENT