Amit Kumar Singh

Amit Kumar Singh

  • 400
  • 4k
  • 203.3k

GridView retrieving Id through JavScript ClientID

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

Answers (3)