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

C#

 
Questiontcp communication between PDA and laptop Pin
hande5419-Sep-09 5:32
hande5419-Sep-09 5:32 
Questiontake ownership in registry (trustedinstaller) Pin
xneokr19-Sep-09 5:01
xneokr19-Sep-09 5:01 
AnswerRe: take ownership in registry (trustedinstaller) Pin
Member 123929042-Dec-20 10:30
Member 123929042-Dec-20 10:30 
Questionhow to change datagridview back color row Pin
tamir10119-Sep-09 3:35
tamir10119-Sep-09 3:35 
AnswerRe: how to change datagridview back color row Pin
dan!sh 19-Sep-09 6:29
professional dan!sh 19-Sep-09 6:29 
QuestionNullReferenceException Pin
AndreFratelli19-Sep-09 1:45
AndreFratelli19-Sep-09 1:45 
AnswerRe: NullReferenceException Pin
harold aptroot19-Sep-09 1:55
harold aptroot19-Sep-09 1:55 
GeneralRe: NullReferenceException Pin
AndreFratelli19-Sep-09 2:45
AndreFratelli19-Sep-09 2:45 
Yes, I already know what the problem is. For further reference: I had something like this

[WebMethod(EnableSession = true)]
public int method_1()
{
  ...
}

[WebMethod]
public int method_2()
{
  // Code that calls metod_1
}


The thing is: If I call method_2, apperently, "Session" will still be null in method_1. I already have a previous post asking how to access "Session" variables in a non-WebMethod method.

Regards

Fratelli

GeneralRe: NullReferenceException Pin
harold aptroot19-Sep-09 3:05
harold aptroot19-Sep-09 3:05 
QuestionSimilar Video retrival [modified] Pin
Mads11519-Sep-09 1:07
Mads11519-Sep-09 1:07 
AnswerRe: Similar Video retrival Pin
Eddy Vluggen19-Sep-09 2:13
professionalEddy Vluggen19-Sep-09 2:13 
GeneralRe: Similar Video retrival Pin
Mads11519-Sep-09 2:41
Mads11519-Sep-09 2:41 
GeneralRe: Similar Video retrival Pin
Eddy Vluggen19-Sep-09 2:46
professionalEddy Vluggen19-Sep-09 2:46 
GeneralRe: Similar Video retrival Pin
Mads11519-Sep-09 3:22
Mads11519-Sep-09 3:22 
GeneralRe: Similar Video retrival Pin
Eddy Vluggen19-Sep-09 3:29
professionalEddy Vluggen19-Sep-09 3:29 
QuestionClick Once Deployment for solution Pin
Abdul Rahman Hamidy19-Sep-09 0:09
Abdul Rahman Hamidy19-Sep-09 0:09 
QuestionObservableCollection bound to ListView Pin
b4ip18-Sep-09 23:54
b4ip18-Sep-09 23:54 
AnswerRe: ObservableCollection bound to ListView Pin
Manas Bhardwaj18-Sep-09 23:58
professionalManas Bhardwaj18-Sep-09 23:58 
QuestionSelect treenode automatically Pin
kmb8918-Sep-09 21:59
kmb8918-Sep-09 21:59 
AnswerRe: Select treenode automatically Pin
Christian Graus18-Sep-09 22:23
protectorChristian Graus18-Sep-09 22:23 
GeneralRe: Select treenode automatically Pin
kmb8918-Sep-09 22:39
kmb8918-Sep-09 22:39 
GeneralRe: Select treenode automatically Pin
Christian Graus18-Sep-09 22:40
protectorChristian Graus18-Sep-09 22:40 
GeneralRe: Select treenode automatically Pin
kmb8918-Sep-09 22:50
kmb8918-Sep-09 22:50 
GeneralRe: Select treenode automatically Pin
Christian Graus18-Sep-09 22:56
protectorChristian Graus18-Sep-09 22:56 
GeneralRe: Select treenode automatically Pin
Christian Graus18-Sep-09 23:08
protectorChristian Graus18-Sep-09 23:08 

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.