Click here to Skip to main content
15,893,594 members

Comments by MadhuCodePro (Top 4 by date)

MadhuCodePro 16-Feb-12 1:06am View    
You want to connect the file which was chosen by the end user?
MadhuCodePro 10-Feb-12 5:25am View    
Insert a break point on below line
DataRow dRow=ds.Tables["joining"].Rows[0];

and move the cursor on to the ds variable.
You will see the find icon on beside of the ds variable.
Just click on the icon you can see the datatable rows.
MadhuCodePro 10-Feb-12 4:47am View    
What exception you are getting?
Can you post the details?
MadhuCodePro 10-Feb-12 4:38am View    
Are you getting records in select query?
Debug the code to check records in data table.