gridview validation
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
this validation will be work fine but i am using the gridview within the update panel so the validation not work.. how to check the gridview validation var grid =document.getElementById("<%#GridView1.ClientID %>");
-
this validation will be work fine but i am using the gridview within the update panel so the validation not work.. how to check the gridview validation var grid =document.getElementById("<%#GridView1.ClientID %>");
you can set update panel validation through C#,as in edit mode gridview doesnt find the validated control.
Maniiiiiiiiiiiiiii