Click here to Skip to main content
15,899,026 members
Home / Discussions / C#
   

C#

 
GeneralRe: Home directory Pin
TonyLinde8-Feb-06 4:31
TonyLinde8-Feb-06 4:31 
GeneralRe: Home directory Pin
Dan Neely8-Feb-06 4:46
Dan Neely8-Feb-06 4:46 
GeneralRe: Home directory Pin
TonyLinde8-Feb-06 5:36
TonyLinde8-Feb-06 5:36 
GeneralRe: Home directory Pin
Dan Neely8-Feb-06 5:42
Dan Neely8-Feb-06 5:42 
GeneralRe: Home directory Pin
TonyLinde8-Feb-06 5:47
TonyLinde8-Feb-06 5:47 
AnswerRe: Home directory Pin
Curtis Schlak.8-Feb-06 6:33
Curtis Schlak.8-Feb-06 6:33 
GeneralRe: Home directory Pin
TonyLinde8-Feb-06 6:49
TonyLinde8-Feb-06 6:49 
GeneralRe: Home directory Pin
Curtis Schlak.8-Feb-06 13:02
Curtis Schlak.8-Feb-06 13:02 
QuestionDataset to Recordset Marshalling Pin
hanofee8-Feb-06 2:52
hanofee8-Feb-06 2:52 
AnswerRe: Dataset to Recordset Marshalling Pin
Daniel Turini8-Feb-06 4:07
Daniel Turini8-Feb-06 4:07 
GeneralRe: Dataset to Recordset Marshalling Pin
hanofee8-Feb-06 4:23
hanofee8-Feb-06 4:23 
GeneralRe: Dataset to Recordset Marshalling Pin
Daniel Turini8-Feb-06 4:53
Daniel Turini8-Feb-06 4:53 
GeneralRe: Dataset to Recordset Marshalling Pin
hanofee8-Feb-06 6:34
hanofee8-Feb-06 6:34 
GeneralRe: Dataset to Recordset Marshalling Pin
Daniel Turini8-Feb-06 8:28
Daniel Turini8-Feb-06 8:28 
Questioncontrolling a running application Pin
Mridang Agarwalla8-Feb-06 2:23
Mridang Agarwalla8-Feb-06 2:23 
AnswerRe: controlling a running application Pin
User 66588-Feb-06 3:43
User 66588-Feb-06 3:43 
QuestionWeb Services / ASP .NET - Persisting Data Pin
MrEyes8-Feb-06 1:48
MrEyes8-Feb-06 1:48 
AnswerRe: Web Services / ASP .NET - Persisting Data Pin
J4amieC8-Feb-06 2:08
J4amieC8-Feb-06 2:08 
A web service has access to the same Application object as an ASP.NET page - this is shared storage amongst all users of the Web Service. It is reset when the web service is restarted.

Another way would be to create your own shared data storage... any search for "Singleton Design Pattern" should get you started.


QuestionHow to check if Up/Down Button is clicked on NumericUpDown Control... Pin
Kedar Potdar8-Feb-06 0:48
Kedar Potdar8-Feb-06 0:48 
AnswerRe: How to check if Up/Down Button is clicked on NumericUpDown Control... Pin
Ravi Bhavnani8-Feb-06 2:43
professionalRavi Bhavnani8-Feb-06 2:43 
QuestionI need a solution Pin
Johan138-Feb-06 0:36
Johan138-Feb-06 0:36 
AnswerRe: I need a solution Pin
J4amieC8-Feb-06 0:39
J4amieC8-Feb-06 0:39 
AnswerRe: I need a solution Pin
Drew McGhie8-Feb-06 5:13
Drew McGhie8-Feb-06 5:13 
QuestionHow to retrive the Day of a given date Pin
luckyv8-Feb-06 0:16
luckyv8-Feb-06 0:16 
AnswerRe: How to retrive the Day of a given date Pin
J4amieC8-Feb-06 0:40
J4amieC8-Feb-06 0: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.