Hi All,
While binding more than 600000 rows into the drop-down list then the page is hanged up.
I have tried:
DataTable dt;
dt = GetDataTable(sqlQuery);
lb.DataSource = dt;
lb.DataTextField = Display;
lb.DataValueField = Value;
lb.DataBind();
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Faisal PathanPosted Jul 10, 2019, 1:07 AM
Subbarao APosted Jul 9, 2019, 3:37 AM
Madan ShekarPosted Jul 9, 2019, 2:51 AM
Dhanaji ChavanPosted Jul 9, 2019, 2:44 AM
Rajanikant HawaldarPosted Jul 9, 2019, 12:54 AM