i have grid view rows which add dynamically by using one button control
i have to restrict the same data enter by user in one or more rows
by using javascript
Eg: Gridview
1. Muthu Kumar anand
2.Muthu Kumar anand
if two datas are same it need to show alert using javascipt
Deepak SainiPosted Apr 3, 2015, 6:18 AM
anurag is right in his way .one time you must go to server side to check the condition and you also call the register.statup function to call this function to check the redundancy of the data
Anurag SarkarPosted Apr 1, 2015, 3:45 AM
http://www.c-sharpcorner.com/uploadfile/purankaushal/client-side-validation-of-gridview-control-with-javascript/
http://www.aspdotnet-suresh.com/2014/12/validate-textbox-controls-inside-gridview-using-javascript-in-aspnet.html
https://www.google.co.in/#q=validation+gridview+using+javascript
These articles can help you.
Post the code if you want any help in that.
Thanks & Regards.