3
Reply

GridView retrieving Id through JavScript ClientID

Amit Singh

Amit Singh

Jul 29 2016 6:45 AM
188
var InnergrdView = document.getElementById('<%=grdDailyMeeting.ClientID %>');
 
 
Error Msg : The name  "grdDailyMeeting" does not exist in the current context.

Answers (3)