|
|
Sergey Kornilov admin 6/13/2011 |
|
You can use AfterImport event to save this info to session variables and display it on another page. Session("TotalRecords") = count
|
|
|
T
|
Tim author 6/13/2011 |
|
That's what I was looking for! |
|