I am using C# / ASP.NET
I've to compare the values of the columns in grid view to make the values in the first column unique. The values are stored in ViewState["CurrentTable"] in code behind page. Suppose
COL1
JAN
FEB
MAR
APR
Since the rows are editable the user might re-enter duplicate values but I've to prevent this too. How can I check the values in the column to prevent duplicate entry? Please suggest.
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sujeet SumanPosted Sep 24, 2015, 12:40 PM