dhruba.bandopadhyay
Member
- Joined
- Mar 28, 2006
- Messages
- 15
- Programming Experience
- Beginner
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?
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?