datatable or database table ?
I have a requirement to store almost 50000 rows of data and need to retrieve and filter those values for populating a dropdown. Which method do I need to choose to store the data, datatable or should I go for a database table? Is there any performance issue, if I use datatable for this purpose?
***Updated by moderator: Lochan to add Categories***