Click here to Skip to main content
15,904,986 members

Comments by Member 11858080 (Top 7 by date)

Member 11858080 23-Dec-15 1:40am View    
http://www.c-sharpcorner.com/UploadFile/c5c6e2/fetching-records-and-displaying-in-datagrid-using-background/

I have used the same code in this Link and have modified it to vb.net
Member 11858080 23-Dec-15 0:40am View    
DT = ds.Tables(0)
If DT.Rows.Count > 0 Then - (Error After This Line)
Member 11858080 29-Nov-15 6:10am View    
Thank you for your kind reply, I have added the Chart control and binded the datasource, and now the chart is ready, now I am able to plot it but I dont know how to code for count of days any Idea ??
Member 11858080 19-Nov-15 7:39am View    
because here i quote it to a single cell... ie., Row(0).Cells(3)... I dont kno how to input the whole column. I think this is the reason but am not sure.
Member 11858080 18-Nov-15 5:48am View    
Thats okay...