Forloop not helping for Validating 10000 rows from excel
Im doing some validation for excel rows... Incase of 10000 rows in excel, this validation inside a for loop or even foreach loop giving out timeout error. ( Code in C#)Any other best method to come across this timeout issue?