Validation.Unique on table with number or strings (column datataype:nvarchar(250))
Validation.Unique on table with number or strings (column datataype:nvarchar(250))

Validation.Unique not working when in column of navarcher have
numbers alone or string.. for exmple:
when i try to insert value that already in table its says:
"Conversion failed when converting the nvarchar value 'Not Defined' to data type int."
This discussion has been closed.
Answers
Can you post your server-side and client code, please, and if possible, link to your page/test case.
Colin
this is my server-side code:
this is my client code:
hey i found that:
this fixed my problem! thanks