datagridview c#
-
hello,i wanna create a software with c# that i will use datagridview,and will use LINQ,how can i fetch data from database in to datagridview that when scroll into down data one by one fetch from database? please help me!!! ;) :)
-
hello,i wanna create a software with c# that i will use datagridview,and will use LINQ,how can i fetch data from database in to datagridview that when scroll into down data one by one fetch from database? please help me!!! ;) :)
If you fetch a record when the user scrolls down, scrolling will become painfully slow. It'd be executing a query for each row that becomes visible. If you want something faster than data-binding look into Virtual Mode[^].
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]