Click here to Skip to main content
15,886,760 members
Home / Discussions / C#
   

C#

 
QuestionSysListView32 another application Pin
iceeeeman28-Jun-10 21:36
iceeeeman28-Jun-10 21:36 
AnswerRe: SysListView32 another application Pin
Richard MacCutchan28-Jun-10 21:39
mveRichard MacCutchan28-Jun-10 21:39 
GeneralRe: SysListView32 another application Pin
iceeeeman28-Jun-10 21:50
iceeeeman28-Jun-10 21:50 
GeneralRe: SysListView32 another application Pin
Richard MacCutchan29-Jun-10 2:36
mveRichard MacCutchan29-Jun-10 2:36 
GeneralRe: SysListView32 another application Pin
iceeeeman29-Jun-10 6:05
iceeeeman29-Jun-10 6:05 
GeneralRe: SysListView32 another application Pin
Richard MacCutchan29-Jun-10 6:45
mveRichard MacCutchan29-Jun-10 6:45 
QuestionCustom Session Pin
satsumatable28-Jun-10 20:01
satsumatable28-Jun-10 20:01 
AnswerRe: Custom Session Pin
Ennis Ray Lynch, Jr.29-Jun-10 5:38
Ennis Ray Lynch, Jr.29-Jun-10 5:38 
I don't know if this will address your question or not but it is bad practice to directly use the Session object in code. By using a static wrapper class you can have all calls to session centralized as well as strongly and statically typed (a good thing). You then have the freedom to completely control the underlying implementation.


The link below addresses a custom provider.

http://msdn.microsoft.com/en-us/library/ms178587.aspx[^]

Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting.

A man said to the universe:
"Sir I exist!"
"However," replied the universe,
"The fact has not created in me
A sense of obligation."
--Stephen Crane


QuestionQestion about FieldInfo[] reflection Pin
andreas0428-Jun-10 19:51
andreas0428-Jun-10 19:51 
AnswerRe: Qestion about FieldInfo[] reflection Pin
Nish Nishant29-Jun-10 3:19
sitebuilderNish Nishant29-Jun-10 3:19 
GeneralRe: Qestion about FieldInfo[] reflection Pin
andreas0429-Jun-10 4:15
andreas0429-Jun-10 4:15 
GeneralRe: Qestion about FieldInfo[] reflection Pin
Nish Nishant29-Jun-10 4:18
sitebuilderNish Nishant29-Jun-10 4:18 
GeneralRe: Qestion about FieldInfo[] reflection Pin
Nish Nishant29-Jun-10 4:22
sitebuilderNish Nishant29-Jun-10 4:22 
GeneralRe: Qestion about FieldInfo[] reflection Pin
andreas041-Jul-10 5:32
andreas041-Jul-10 5:32 
QuestionCloning Controls Within A Library Project - Found A Solution (no pun intended) Pin
Roger Wright28-Jun-10 17:40
professionalRoger Wright28-Jun-10 17:40 
AnswerRe: Cloning Controls Within A Library Project Pin
PIEBALDconsult28-Jun-10 17:54
mvePIEBALDconsult28-Jun-10 17:54 
GeneralRe: Cloning Controls Within A Library Project Pin
Roger Wright28-Jun-10 18:23
professionalRoger Wright28-Jun-10 18:23 
GeneralRe: Cloning Controls Within A Library Project Pin
PIEBALDconsult29-Jun-10 3:39
mvePIEBALDconsult29-Jun-10 3:39 
GeneralRe: Cloning Controls Within A Library Project Pin
Roger Wright29-Jun-10 7:40
professionalRoger Wright29-Jun-10 7:40 
QuestionMySQL data connection Pin
xilefxilef28-Jun-10 10:03
xilefxilef28-Jun-10 10:03 
AnswerRe: MySQL data connection Pin
Ennis Ray Lynch, Jr.28-Jun-10 10:12
Ennis Ray Lynch, Jr.28-Jun-10 10:12 
GeneralRe: MySQL data connection Pin
PIEBALDconsult28-Jun-10 15:35
mvePIEBALDconsult28-Jun-10 15:35 
GeneralRe: MySQL data connection Pin
Roger Wright28-Jun-10 16:12
professionalRoger Wright28-Jun-10 16:12 
GeneralRe: MySQL data connection Pin
Ennis Ray Lynch, Jr.28-Jun-10 16:19
Ennis Ray Lynch, Jr.28-Jun-10 16:19 
GeneralRe: MySQL data connection Pin
PIEBALDconsult28-Jun-10 16:40
mvePIEBALDconsult28-Jun-10 16:40 

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.