Click here to Skip to main content
16,003,417 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSearch Text within Word Documents and Acrobat files Pin
neeraj_k7726-Apr-06 1:57
neeraj_k7726-Apr-06 1:57 
AnswerRe: Search Text within Word Documents and Acrobat files Pin
Mike Ellison26-Apr-06 2:36
Mike Ellison26-Apr-06 2:36 
Questioncheckboxlist Pin
ritu432126-Apr-06 1:45
ritu432126-Apr-06 1:45 
AnswerRe: checkboxlist Pin
Mike Ellison26-Apr-06 2:38
Mike Ellison26-Apr-06 2:38 
QuestionSession End problem Pin
yogsworld26-Apr-06 1:37
yogsworld26-Apr-06 1:37 
AnswerRe: Session End problem Pin
J4amieC26-Apr-06 2:18
J4amieC26-Apr-06 2:18 
Questionarray Pin
ptvce26-Apr-06 1:23
ptvce26-Apr-06 1:23 
AnswerRe: array Pin
Rob Philpott26-Apr-06 6:00
Rob Philpott26-Apr-06 6:00 
This stuff is a bit horrid in C#. What you are doing here is declaring a jagged array of type int. That is to say an array of arrays of int.

Now I'm not quite sure why you are getting that particular error - something to do with it assuming you are using an indexer rather than dereferencing an array I guess, but the code is flawed. Having newed up the outer array, you will need to create an inner array for each and every item in the outer array. Confusing stuff, especially if you're from a C++ background. I'd expect you to get null reference exceptions instead. Arrays are references types (of type System.Array) in .NET and must be newed up before use.






Regards,
Rob Philpott.
QuestionHide column in gridview filled by dataset Pin
dumser126-Apr-06 1:06
dumser126-Apr-06 1:06 
AnswerRe: Hide column in gridview filled by dataset Pin
minhpc_bk26-Apr-06 16:20
minhpc_bk26-Apr-06 16:20 
QuestionBinding DataGrid Control in user friendly way? Pin
k_bhawna26-Apr-06 1:03
k_bhawna26-Apr-06 1:03 
AnswerRe: Binding DataGrid Control in user friendly way? Pin
sathish s26-Apr-06 1:52
sathish s26-Apr-06 1:52 
Questionmy datagrid`s template column's textbox and label are coming in a single column Pin
MissionSuccess26-Apr-06 0:56
MissionSuccess26-Apr-06 0:56 
AnswerRe: my datagrid`s template column's textbox and label are coming in a single column Pin
minhpc_bk26-Apr-06 16:10
minhpc_bk26-Apr-06 16:10 
QuestionSome problem regarding site. Pin
Chetan Ranpariya26-Apr-06 0:39
Chetan Ranpariya26-Apr-06 0:39 
AnswerRe: Some problem regarding site. Pin
enjoycrack26-Apr-06 0:52
enjoycrack26-Apr-06 0:52 
GeneralRe: Some problem regarding site. Pin
Chetan Ranpariya26-Apr-06 18:25
Chetan Ranpariya26-Apr-06 18:25 
GeneralRe: Some problem regarding site. Pin
VaibhavJ26-Apr-06 19:06
VaibhavJ26-Apr-06 19:06 
GeneralRe: Some problem regarding site. Pin
Chetan Ranpariya26-Apr-06 19:18
Chetan Ranpariya26-Apr-06 19:18 
GeneralRe: Some problem regarding site. Pin
enjoycrack26-Apr-06 20:12
enjoycrack26-Apr-06 20:12 
AnswerRe: Some problem regarding site. Pin
dansoft26-Apr-06 3:53
dansoft26-Apr-06 3:53 
QuestionDatagrid Footer Pin
kuwl_mark26-Apr-06 0:28
kuwl_mark26-Apr-06 0:28 
AnswerRe: Datagrid Footer Pin
Mike Ellison26-Apr-06 2:41
Mike Ellison26-Apr-06 2:41 
QuestionFirst Selected Button Pin
sroberts8226-Apr-06 0:27
sroberts8226-Apr-06 0:27 
AnswerRe: First Selected Button Pin
enjoycrack26-Apr-06 0:56
enjoycrack26-Apr-06 0:56 

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.