Click here to Skip to main content
15,891,431 members
Home / Discussions / C#
   

C#

 
GeneralRe: Contains dows not work properly...? Pin
Pankaj - Joshi5-Dec-07 0:49
Pankaj - Joshi5-Dec-07 0:49 
AnswerRe: Contains dows not work properly...? Pin
Luc Pattyn5-Dec-07 0:09
sitebuilderLuc Pattyn5-Dec-07 0:09 
GeneralTHANK YOU VERY MUCH... Pin
Pankaj - Joshi5-Dec-07 0:44
Pankaj - Joshi5-Dec-07 0:44 
Questioncysstal reports Pin
Sonia Gupta4-Dec-07 22:10
Sonia Gupta4-Dec-07 22:10 
GeneralRe: cysstal reports [modified] Pin
Pankaj - Joshi4-Dec-07 22:28
Pankaj - Joshi4-Dec-07 22:28 
GeneralC#.NET Loading database in a TreeView using Multithreading Pin
D i x y4-Dec-07 21:27
D i x y4-Dec-07 21:27 
GeneralRe: C#.NET Loading database in a TreeView using Multithreading Pin
N a v a n e e t h4-Dec-07 21:32
N a v a n e e t h4-Dec-07 21:32 
GeneralCan't write to multi-dimensional DataSets - specifically to Vikram but if anyone else can help then great Pin
MAW304-Dec-07 20:55
MAW304-Dec-07 20:55 
I used the following code as you suggested and I still get the error:
"Object reference not set to an instance of an object".


public class DataSetsCS
{
public DataSet_MI[][] dsMI;

public DataSetsCS()
{
this.dsMI = new DataSet_MI[10][];

for (int i = 0; i <= 10; i++)
{
for (int j = 0; j <= 1; j++)
{
this.dsMI[i][j] = new DataSet_MI(); *****error here****
}
}
}
}

Thanks for the help,
Michael
GeneralRe: Can't write to multi-dimensional DataSets - specifically to Vikram but if anyone else can help then great Pin
dan!sh 4-Dec-07 21:28
professional dan!sh 4-Dec-07 21:28 
GeneralRe: Can't write to multi-dimensional DataSets - specifically to Vikram but if anyone else can help then great [modified] Pin
MAW304-Dec-07 21:53
MAW304-Dec-07 21:53 
GeneralRe: Can't write to multi-dimensional DataSets - specifically to Vikram but if anyone else can help then great Pin
N a v a n e e t h4-Dec-07 21:30
N a v a n e e t h4-Dec-07 21:30 
GeneralRe: Can't write to multi-dimensional DataSets - specifically to Vikram but if anyone else can help then great Pin
MAW304-Dec-07 21:51
MAW304-Dec-07 21:51 
GeneralRe: Can't write to multi-dimensional DataSets - specifically to Vikram but if anyone else can help then great Pin
N a v a n e e t h4-Dec-07 22:05
N a v a n e e t h4-Dec-07 22:05 
GeneralRe: Can't write to multi-dimensional DataSets - specifically to Vikram but if anyone else can help then great Pin
MAW304-Dec-07 22:18
MAW304-Dec-07 22:18 
GeneralRe: Can't write to multi-dimensional DataSets - specifically to Vikram but if anyone else can help then great Pin
Pete O'Hanlon4-Dec-07 22:22
mvePete O'Hanlon4-Dec-07 22:22 
GeneralRe: Can't write to multi-dimensional DataSets - specifically to Vikram but if anyone else can help then great Pin
MAW304-Dec-07 22:29
MAW304-Dec-07 22:29 
GeneralRe: Can't write to multi-dimensional DataSets - specifically to Vikram but if anyone else can help then great Pin
dan!sh 4-Dec-07 22:45
professional dan!sh 4-Dec-07 22:45 
GeneralRe: Can't write to multi-dimensional DataSets - specifically to Vikram but if anyone else can help then great Pin
MAW304-Dec-07 23:02
MAW304-Dec-07 23:02 
GeneralRe: Can't write to multi-dimensional DataSets - specifically to Vikram but if anyone else can help then great Pin
MAW304-Dec-07 23:21
MAW304-Dec-07 23:21 
GeneralRe: Can't write to multi-dimensional DataSets - specifically to Vikram but if anyone else can help then great Pin
dan!sh 4-Dec-07 23:27
professional dan!sh 4-Dec-07 23:27 
Generalsql database problem Pin
angels7774-Dec-07 20:43
angels7774-Dec-07 20:43 
GeneralRe: sql database problem Pin
Jacky Yiu4-Dec-07 20:53
Jacky Yiu4-Dec-07 20:53 
GeneralRe: sql database problem Pin
angels7774-Dec-07 23:04
angels7774-Dec-07 23:04 
GeneralRe: sql database problem Pin
angels7774-Dec-07 23:11
angels7774-Dec-07 23:11 
GeneralRe: sql database problem Pin
Jacky Yiu4-Dec-07 23:42
Jacky Yiu4-Dec-07 23:42 

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.