Abdullah Hassan
New Member
Recently i went for an interview for c#.net programmer.The interviewer asked me a scenario which i could not answer,and couldnt find it by googling itScenario is like this..Suppose we've about 1 lakh customers in our database,I want to show them in a gridview,how will we do that ??My answer was that we would fill customers in the datatable and bind it to the gridview.He replied to me that there could be possible timeout scenario,when i bind it in the above mentioned way...How could i solve this issue ???