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

C#

 
Questionhelp on SAPI interfaces Pin
Xelalem11-Nov-09 7:51
Xelalem11-Nov-09 7:51 
QuestionWireless Network Pin
codefinder0911-Nov-09 7:43
codefinder0911-Nov-09 7:43 
AnswerRe: Wireless Network Pin
EliottA11-Nov-09 8:41
EliottA11-Nov-09 8:41 
Questionsplit event handler or fire event as two events Pin
Mr.Kode11-Nov-09 7:34
Mr.Kode11-Nov-09 7:34 
AnswerRe: split event handler or fire event as two events Pin
The Man from U.N.C.L.E.11-Nov-09 7:50
The Man from U.N.C.L.E.11-Nov-09 7:50 
AnswerRe: split event handler or fire event as two events Pin
PIEBALDconsult11-Nov-09 9:29
mvePIEBALDconsult11-Nov-09 9:29 
Questionsession & cookie Pin
Arefeh Haghpnah11-Nov-09 7:09
Arefeh Haghpnah11-Nov-09 7:09 
AnswerRe: session & cookie Pin
The Man from U.N.C.L.E.11-Nov-09 7:29
The Man from U.N.C.L.E.11-Nov-09 7:29 
Cookies are used to persist data on the client so that it can be reused by your web page when it is next loaded. Session variable are similar, but on the server end. However as these are linked to a particular session ID they will go away after a bit when the client leaves your web site as they are stored in memory. However, cookies are saved to disk, and may be deleted by the end user.
Many sites do not use either, and don't need to.
It all depends what you want to do, and how you want your web app to work.

If you have knowledge, let others light their candles at it.
Margaret Fuller (1810 - 1850)
www.JacksonSoft.co.uk

GeneralRe: session & cookie Pin
Arefeh Haghpnah12-Nov-09 21:25
Arefeh Haghpnah12-Nov-09 21:25 
QuestionRestore main window from other process Pin
Daniel Leykauf11-Nov-09 6:14
Daniel Leykauf11-Nov-09 6:14 
AnswerRe: Restore main window from other process Pin
Paulo Zemek11-Nov-09 6:59
mvaPaulo Zemek11-Nov-09 6:59 
GeneralRe: Restore main window from other process Pin
Daniel Leykauf11-Nov-09 7:10
Daniel Leykauf11-Nov-09 7:10 
Question[Message Deleted] Pin
Crapaw4511-Nov-09 5:49
Crapaw4511-Nov-09 5:49 
QuestionActive UICulture in setup rpoject Pin
waelmail10511-Nov-09 5:19
waelmail10511-Nov-09 5:19 
Questioncan't get depth chart to display Pin
rooster215411-Nov-09 4:47
rooster215411-Nov-09 4:47 
AnswerRe: can't get depth chart to display Pin
Keith Barrow11-Nov-09 6:24
professionalKeith Barrow11-Nov-09 6:24 
GeneralRe: can't get depth chart to display Pin
rooster215411-Nov-09 9:37
rooster215411-Nov-09 9:37 
GeneralRe: can't get depth chart to display Pin
Keith Barrow11-Nov-09 13:28
professionalKeith Barrow11-Nov-09 13:28 
QuestionHow to resize two texbox proportionally? Pin
Zeokat11-Nov-09 1:21
Zeokat11-Nov-09 1:21 
AnswerRe: How to resize two texbox proportionally? Pin
Lyon Sun11-Nov-09 2:12
Lyon Sun11-Nov-09 2:12 
GeneralRe: How to resize two texbox proportionally? Pin
Zeokat11-Nov-09 10:04
Zeokat11-Nov-09 10:04 
GeneralRe: How to resize two texbox proportionally? Pin
Zeokat12-Nov-09 0:10
Zeokat12-Nov-09 0:10 
Questionhow to perform image erosion in c#? Pin
Rubasini11-Nov-09 1:04
Rubasini11-Nov-09 1:04 
Questionhow to build remote system call application ? Pin
sudhir behera11-Nov-09 0:24
sudhir behera11-Nov-09 0:24 
AnswerRe: how to build remote system call application ? Pin
Abhishek Sur11-Nov-09 0:45
professionalAbhishek Sur11-Nov-09 0:45 

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.