Posts by joao igor • 25 points
2 posts
-
0
votes2
answers1350
viewsQ: Remove a column from gridview
I’m implementing a functionality in a project using Asp.net mvc and I’m trying to remove some columns from a gridview that I created in my application, the gridview datasource is a table in the…
-
2
votes1
answer425
viewsQ: Is it possible to validate the import of an excel file with regular Expression?
I am importing an excel file using Asp.net and validate to see if it is really an excel or not. I don’t want to use if and else, so I’m trying to do this through Annotations. My main idea now is to…