Click here to Skip to main content
15,886,799 members
Home / Discussions / C#
   

C#

 
AnswerRe: giving error message according to Sql data Pin
Mycroft Holmes8-Dec-10 12:04
professionalMycroft Holmes8-Dec-10 12:04 
GeneralRe: giving error message according to Sql data Pin
PIEBALDconsult8-Dec-10 14:23
mvePIEBALDconsult8-Dec-10 14:23 
GeneralRe: giving error message according to Sql data Pin
_Maxxx_8-Dec-10 15:25
professional_Maxxx_8-Dec-10 15:25 
GeneralRe: giving error message according to Sql data Pin
Mycroft Holmes8-Dec-10 15:35
professionalMycroft Holmes8-Dec-10 15:35 
GeneralRe: giving error message according to Sql data Pin
_Maxxx_8-Dec-10 19:36
professional_Maxxx_8-Dec-10 19:36 
GeneralRe: giving error message according to Sql data Pin
Mycroft Holmes8-Dec-10 20:08
professionalMycroft Holmes8-Dec-10 20:08 
AnswerRe: giving error message according to Sql data Pin
PIEBALDconsult8-Dec-10 14:30
mvePIEBALDconsult8-Dec-10 14:30 
GeneralRe: giving error message according to Sql data [modified] Pin
Erdinc278-Dec-10 22:05
Erdinc278-Dec-10 22:05 
hey guys thanks for all your replies
i use MsSql 2008 express..and i tried something like that
try
                   {
                       dr[j] = xnl.Item(i).ChildNodes[j].InnerText;
                   }
                   catch(SqlException ex)
                   {
                       Console.WriteLine("This Record is already exist");
                   }

but still on the screen it shows the same error which is shown in Sql screen
and sometimes it gives error like object reference not set to an instance of an object in that line
dr[j] = xnl.Item(i).ChildNodes[j].InnerText;
what is wrong here.i read a Xml file over website and put it in a datatable is it because it cannot connect that site ?
vemedya.com
modified on Thursday, December 9, 2010 4:20 AM

GeneralRe: giving error message according to Sql data Pin
Pete O'Hanlon9-Dec-10 23:57
mvePete O'Hanlon9-Dec-10 23:57 
AnswerRe: giving error message according to Sql data Pin
Hiren solanki8-Dec-10 23:03
Hiren solanki8-Dec-10 23:03 
GeneralRe: giving error message according to Sql data Pin
Pete O'Hanlon9-Dec-10 0:47
mvePete O'Hanlon9-Dec-10 0:47 
QuestionListview selected item backgroundcolor Pin
peropata8-Dec-10 2:04
peropata8-Dec-10 2:04 
AnswerRe: Listview selected item backgroundcolor Pin
Not Active8-Dec-10 2:17
mentorNot Active8-Dec-10 2:17 
AnswerRe: Listview selected item backgroundcolor Pin
Tarun.K.S8-Dec-10 4:28
Tarun.K.S8-Dec-10 4:28 
QuestionRead PDF file in C# Pin
Sunil G 37-Dec-10 20:04
Sunil G 37-Dec-10 20:04 
AnswerRe: Read PDF file in C# Pin
Manfred Rudolf Bihy7-Dec-10 20:20
professionalManfred Rudolf Bihy7-Dec-10 20:20 
AnswerRe: Read PDF file in C# Pin
Hiren solanki7-Dec-10 20:42
Hiren solanki7-Dec-10 20:42 
GeneralRe: Read PDF file in C# Pin
TweakBird7-Dec-10 22:55
TweakBird7-Dec-10 22:55 
GeneralRe: Read PDF file in C# Pin
Sunil G 37-Dec-10 23:49
Sunil G 37-Dec-10 23:49 
QuestionCustomized DateTime Picker Control Pin
Varun Sareen7-Dec-10 17:54
Varun Sareen7-Dec-10 17:54 
AnswerRe: Customized DateTime Picker Control Pin
Hiren solanki7-Dec-10 20:01
Hiren solanki7-Dec-10 20:01 
AnswerRe: Customized DateTime Picker Control Pin
Luc Pattyn8-Dec-10 0:32
sitebuilderLuc Pattyn8-Dec-10 0:32 
Questionfile in c# Pin
maheshwari.vetri7-Dec-10 6:06
maheshwari.vetri7-Dec-10 6:06 
AnswerRe: file in c# Pin
J4amieC7-Dec-10 6:13
J4amieC7-Dec-10 6:13 
AnswerRe: file in c# Pin
Luc Pattyn7-Dec-10 6:28
sitebuilderLuc Pattyn7-Dec-10 6:28 

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.