Is it possible for JavaScript to access the DOM of ASP.NET Web/Server
Controls?
For example, I have a legacy HTML forms, controls, etc. If I convert all
my HTML into Web Controls (by adding runat="server & id="") then will
this affect my JavaScript code that accesses/modifies the DOM of the page
(DOM tables, childs, elements, traversing, etc.) If so, what is the best
way to make them compatible again?
dhruba.bando...
Member
125 Points
30 Posts
QUERY: JavaScript vs. ASP.NET Web/Server Controls
Mar 31, 2006 09:49 AM|LINK
Controls?
For example, I have a legacy HTML forms, controls, etc. If I convert all
my HTML into Web Controls (by adding runat="server & id="") then will
this affect my JavaScript code that accesses/modifies the DOM of the page
(DOM tables, childs, elements, traversing, etc.) If so, what is the best
way to make them compatible again?