Click here to Skip to main content
15,900,378 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionError while exporting data to Excel sheet Pin
Satish - Developer28-Oct-08 22:35
Satish - Developer28-Oct-08 22:35 
AnswerRe: Error while exporting data to Excel sheet Pin
meeram39528-Oct-08 23:09
meeram39528-Oct-08 23:09 
Questionproblem in check box [modified] Pin
susan_15161528-Oct-08 21:27
susan_15161528-Oct-08 21:27 
AnswerRe: problem in check box Pin
Christian Graus28-Oct-08 22:17
protectorChristian Graus28-Oct-08 22:17 
GeneralRe: problem in check box Pin
susan_15161528-Oct-08 22:40
susan_15161528-Oct-08 22:40 
AnswerRe: problem in check box Pin
Guffa28-Oct-08 22:54
Guffa28-Oct-08 22:54 
GeneralRe: problem in check box Pin
susan_15161528-Oct-08 22:59
susan_15161528-Oct-08 22:59 
GeneralRe: problem in check box Pin
Guffa29-Oct-08 9:17
Guffa29-Oct-08 9:17 
Did you put that in the ViewHomeTaskStatus method?

The only reference that can be null in the code where you get the exception now, is the data set. It always has a Tables collection, if there was no tables you would get a different exception, and a table always has a Rows collection. So, the conclusion is that a data set is never returned from the method, and that only happens if there is an exception.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: problem in check box Pin
susan_15161529-Oct-08 20:01
susan_15161529-Oct-08 20:01 
GeneralRe: problem in check box Pin
Guffa29-Oct-08 21:15
Guffa29-Oct-08 21:15 
GeneralRe: problem in check box Pin
susan_1516152-Nov-08 17:33
susan_1516152-Nov-08 17:33 
AnswerRe: problem in check box Pin
eyeseetee28-Oct-08 23:11
eyeseetee28-Oct-08 23:11 
AnswerRe: problem in check box Pin
sharath0729-Oct-08 1:21
sharath0729-Oct-08 1:21 
GeneralRe: problem in check box Pin
susan_15161529-Oct-08 19:58
susan_15161529-Oct-08 19:58 
Questioncategory tree like structure Pin
S.Dhanasekaran28-Oct-08 21:14
S.Dhanasekaran28-Oct-08 21:14 
Questionhow to issue STARTTLS command Pin
raghvendrapanda28-Oct-08 21:04
raghvendrapanda28-Oct-08 21:04 
AnswerRe: mail sending problem Pin
GDMFSOB28-Oct-08 21:12
GDMFSOB28-Oct-08 21:12 
GeneralRe: mail sending problem Pin
raghvendrapanda28-Oct-08 21:26
raghvendrapanda28-Oct-08 21:26 
GeneralRe: mail sending problem Pin
Himanshu Manjarawala23-Apr-12 19:49
Himanshu Manjarawala23-Apr-12 19:49 
AnswerRe: how to issue STARTTLS command Pin
GDMFSOB28-Oct-08 21:35
GDMFSOB28-Oct-08 21:35 
QuestionHow do I restrict IPv6 IP Address Ranges? Pin
GDMFSOB28-Oct-08 20:42
GDMFSOB28-Oct-08 20:42 
QuestionRegular Expression Pin
varsh1228-Oct-08 20:24
varsh1228-Oct-08 20:24 
AnswerRe: Regular Expression Pin
Christian Graus28-Oct-08 20:42
protectorChristian Graus28-Oct-08 20:42 
AnswerRe: Regular Expression Pin
Eduard Keilholz28-Oct-08 21:57
Eduard Keilholz28-Oct-08 21:57 
GeneralRe: Regular Expression Pin
varsh1228-Oct-08 23:33
varsh1228-Oct-08 23:33 

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.