Hi,
I am using vb.net code and sql server 2005.
I have textbox in my application which is linked to a sql column. Now I want to check that it should not insert any duplicate record in table. I mean everytime it insert in table the value should be unique. data is inserted in table on button click.
I am using objectdatasource for sql connectivity and FormView for dataentry.
Please suggest! with some example code!
Thanks.
Best Regards, MS