Click here to Skip to main content
15,919,607 members
Home / Discussions / C#
   

C#

 
AnswerRe: Exception handling Pin
Guffa25-Nov-08 18:18
Guffa25-Nov-08 18:18 
GeneralRe: Exception handling Pin
preetpal25-Nov-08 18:45
preetpal25-Nov-08 18:45 
GeneralRe: Exception handling Pin
Christian Graus25-Nov-08 18:52
protectorChristian Graus25-Nov-08 18:52 
GeneralRe: Exception handling Pin
Guffa25-Nov-08 18:53
Guffa25-Nov-08 18:53 
GeneralRe: Exception handling Pin
Thomas Weller25-Nov-08 19:27
Thomas Weller25-Nov-08 19:27 
AnswerRe: Exception handling Pin
Paul Conrad25-Nov-08 18:27
professionalPaul Conrad25-Nov-08 18:27 
AnswerRe: Exception handling Pin
Thomas Weller25-Nov-08 18:38
Thomas Weller25-Nov-08 18:38 
GeneralRe: Exception handling : code Pin
preetpal25-Nov-08 18:59
preetpal25-Nov-08 18:59 
thx Smile | :)

my code which is causing error is below
XmlNodeList rows = iElement.SelectNodes("./TBODY/TR");
_callerFirstName = rows[2].ChildNodes[0].InnerText.Trim();
_callerLastName = rows[2].ChildNodes[1].InnerText.Trim();
_callerPhone = rows[4].ChildNodes[0].InnerText.Trim();
_callerDept = rows[4].ChildNodes[1].InnerText.Trim();
_callerUserID = rows[6].FirstChild.InnerText.Trim();//error
_callerEMail = rows[8].FirstChild.InnerText.Trim();

user id id null in the html page so i am getting error Frown | :(
its like i can get anything as blank in html page as of now userid is blank
GeneralRe: Exception handling : code Pin
Thomas Weller25-Nov-08 19:17
Thomas Weller25-Nov-08 19:17 
GeneralRe: Exception handling : code Pin
Christian Graus25-Nov-08 19:54
protectorChristian Graus25-Nov-08 19:54 
GeneralRe: Exception handling : code Pin
HosamAly25-Nov-08 20:10
HosamAly25-Nov-08 20:10 
QuestionFacebook Question Pin
Dav Zen25-Nov-08 14:43
Dav Zen25-Nov-08 14:43 
AnswerRe: Facebook Question Pin
Christian Graus25-Nov-08 14:45
protectorChristian Graus25-Nov-08 14:45 
GeneralRe: Facebook Question Pin
Paul Conrad25-Nov-08 18:29
professionalPaul Conrad25-Nov-08 18:29 
GeneralRe: Facebook Question Pin
Christian Graus25-Nov-08 18:52
protectorChristian Graus25-Nov-08 18:52 
GeneralRe: Facebook Question Pin
Paul Conrad25-Nov-08 18:59
professionalPaul Conrad25-Nov-08 18:59 
Questionreader is closed how can i solve this Pin
cutedrew25-Nov-08 14:13
cutedrew25-Nov-08 14:13 
AnswerRe: reader is closed how can i solve this Pin
Christian Graus25-Nov-08 14:47
protectorChristian Graus25-Nov-08 14:47 
GeneralRe: reader is closed how can i solve this Pin
Paul Conrad25-Nov-08 18:30
professionalPaul Conrad25-Nov-08 18:30 
GeneralRe: reader is closed how can i solve this Pin
Christian Graus25-Nov-08 18:53
protectorChristian Graus25-Nov-08 18:53 
GeneralRe: reader is closed how can i solve this Pin
Paul Conrad25-Nov-08 18:56
professionalPaul Conrad25-Nov-08 18:56 
AnswerRe: reader is closed how can i solve this Pin
Guffa25-Nov-08 15:06
Guffa25-Nov-08 15:06 
AnswerRe: reader is closed how can i solve this Pin
Giorgi Dalakishvili25-Nov-08 19:31
mentorGiorgi Dalakishvili25-Nov-08 19:31 
QuestionNullReferenceException with delegate function. Pin
Teuz25-Nov-08 12:54
Teuz25-Nov-08 12:54 
AnswerRe: NullReferenceException with delegate function. Pin
Christian Graus25-Nov-08 14:01
protectorChristian Graus25-Nov-08 14:01 

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.