views:

12

answers:

0

I am developing a ASP.net website using VS 2008. There is a table where a file name is inserted. The data type of the table attribute is Varchar(Max). But still ArgumentException is thrown for less than 50 character file names. Is there any other reason for this to happen? Thanks in advance.