Click here to Skip to main content
15,918,471 members
Home / Discussions / C#
   

C#

 
QuestionUnable to dynamically create HTML tables Pin
Brian_Ho_08235-Jan-09 1:29
Brian_Ho_08235-Jan-09 1:29 
AnswerRe: Unable to dynamically create HTML tables Pin
Ben Fair5-Jan-09 4:24
Ben Fair5-Jan-09 4:24 
Questionnull value? Pin
dec825-Jan-09 1:24
dec825-Jan-09 1:24 
public class Command
{
public int Number;
public int NoOfParameters;
}

Command[] Querries = new Command[50];

private void button_Click(object sender, EventArgs e)
{
initialization()
Device mydevice = new Device();
int Add = mydevice.FindAddress();
}
public int FindAddress()
{
SendCommand (Querries[0])
}

My initialization method already initialize all Querries[i].Number and Querries[i].NoOfParameters.
But when the code is run to SendCommand (Querries[0]), the values of Querries[i] is still null?
Why is it so, and how to solve it ?
Thanks
QuestionRe: null value? Pin
SeMartens5-Jan-09 1:33
SeMartens5-Jan-09 1:33 
AnswerRe: null value? Pin
Jason C Bourne5-Jan-09 1:34
Jason C Bourne5-Jan-09 1:34 
GeneralRe: null value? Pin
dec825-Jan-09 3:50
dec825-Jan-09 3:50 
GeneralRe: null value? Pin
dec825-Jan-09 4:17
dec825-Jan-09 4:17 
GeneralRe: null value? Pin
J4amieC5-Jan-09 5:01
J4amieC5-Jan-09 5:01 
GeneralRe: null value? Pin
dec825-Jan-09 19:18
dec825-Jan-09 19:18 
GeneralRe: null value? Pin
dec826-Jan-09 0:53
dec826-Jan-09 0:53 
AnswerRe: null value? Pin
#realJSOP5-Jan-09 2:30
professional#realJSOP5-Jan-09 2:30 
GeneralRe: null value? Pin
Dragonfly_Lee5-Jan-09 18:07
Dragonfly_Lee5-Jan-09 18:07 
QuestionUnable to find a runtime version to run this application Pin
Bhaskar Shetty5-Jan-09 0:59
Bhaskar Shetty5-Jan-09 0:59 
AnswerRe: Unable to find a runtime version to run this application Pin
SeMartens5-Jan-09 1:11
SeMartens5-Jan-09 1:11 
GeneralRe: Unable to find a runtime version to run this application Pin
Bhaskar Shetty5-Jan-09 1:25
Bhaskar Shetty5-Jan-09 1:25 
GeneralRe: Unable to find a runtime version to run this application Pin
Dave Kreskowiak5-Jan-09 2:18
mveDave Kreskowiak5-Jan-09 2:18 
GeneralRe: Unable to find a runtime version to run this application Pin
Bhaskar Shetty5-Jan-09 3:19
Bhaskar Shetty5-Jan-09 3:19 
GeneralRe: Unable to find a runtime version to run this application Pin
#realJSOP5-Jan-09 2:31
professional#realJSOP5-Jan-09 2:31 
GeneralRe: Unable to find a runtime version to run this application Pin
Bhaskar Shetty5-Jan-09 3:23
Bhaskar Shetty5-Jan-09 3:23 
GeneralRe: Unable to find a runtime version to run this application Pin
Jon Rista6-Jan-09 12:06
Jon Rista6-Jan-09 12:06 
GeneralRe: Unable to find a runtime version to run this application Pin
OhrmaZd12-Apr-09 16:35
OhrmaZd12-Apr-09 16:35 
QuestionChange computer name by c# code Pin
mshannaq5-Jan-09 0:18
mshannaq5-Jan-09 0:18 
AnswerRe: Change computer name by c# code Pin
Ashfield5-Jan-09 1:22
Ashfield5-Jan-09 1:22 
AnswerRe: Change computer name by c# code Pin
Ravi Bhavnani5-Jan-09 1:30
professionalRavi Bhavnani5-Jan-09 1:30 
AnswerRe: Change computer name by c# code Pin
Giorgi Dalakishvili5-Jan-09 1:40
mentorGiorgi Dalakishvili5-Jan-09 1: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.