3
Answers

GridView retrieving Id through JavScript ClientID

Amit Singh

Amit Singh

8y
203
1
var InnergrdView = document.getElementById('<%=grdDailyMeeting.ClientID %>');
 
 
Error Msg : The name  "grdDailyMeeting" does not exist in the current context.
Answers (3)