Click here to Skip to main content
15,899,679 members

Comments by Member 14153541 (Top 6 by date)

Member 14153541 26-Nov-19 3:01am View    
approximately 1000 rows per datagridview
Member 14153541 22-Oct-19 23:00pm View    
Thanks this works like a charm, been looking for the solution for a month
Member 14153541 22-Oct-19 22:37pm View    
Deleted
Dim query As String = "Select * from customer where meter_num = @meter_num and cycle=@cycle"
where cycle is a textbox how should i do it like that?
Member 14153541 16-Oct-19 23:18pm View    
@afzaal regarding on this statement "you should first read all the data (keep appending to the list), and then use a single list of records to support the DataSource field", how should i properly do it?
Member 14153541 16-Oct-19 23:16pm View    
Deleted
you should first read all the data (keep appending to the list), and then use a single list of records to support the DataSource field, how shold i do it?