Posted on: 12/6/2014 10:34:08 AM | Views : 433

Hi,
I have a form where user inputs his records, I want that whenever user inputs his data. I want to first make a check whether the particular records is their in the table or not. If it exists it should not allow to input the data.
Please see my form and code behind for your ref, what should I add to check whether the records exists or not?
Aspx Code:-
<table> <tr> <td style="vertical-align: top;"> <label class="control-label" for="name">First Name</label></td> <td> <div class="control-group"> <div class="controls"> ...

Go to the complete details ...