Tagged Questions
3
votes
3answers
518 views
AJAX & ASP.net, Referencing server controls in external file
I've got some JavaScript in an ASP.NET page that looks like this:
var list = $get('<%=Topics.ClientID %>');
I have many functions written now where this syntax is used, and I would like to ...