how to upload .pdf files on the database and allow selected cadidates to download that file using their registration number..
Data -Varbinary(MAX)
ContentType-nvarchar(200)
Name - varchar(50)
Priya8 says: Data -Varbinary(MAX) ContentType-nvarchar(200) Name - varchar(50)
Please check which data is exceeding lenght
how to check this?? only this pop comes up when i debug or trying to upload the file.
String or binary data would be truncated. The statement has been terminated.
Refer:
You need to check yoursefl,it is not possible to check your code remotely
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.