3
Answers

GridView retrieving Id through JavScript ClientID

Photo of Amit Kumar Singh

Amit Kumar Singh

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

Answers (3)