Click here to Skip to main content
15,884,628 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can i validate excel file before upload in database using asp.net , That there is not any duplicate record and any other criteria as per my requirement
Posted
Comments
bbirajdar 17-Jan-13 4:09am    
Read it in C# and apply validations and then insert into database
Sergey Alexandrovich Kryukov 17-Jan-13 7:12am    
...which is after upload. However, this is right thing to do. "Before upload" is utterly impractical, to say the least.
—SA
bbirajdar 18-Jan-13 0:18am    
I agree.. It HAS to be uploaded first to the server so that it can be validated...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900