How do I obtain a reference to an object using the ID?

  • Thread starter Thread starter hellrazor
  • Start date Start date
H

hellrazor

In Javascript I can use document.getElementById("elementID") to access the
object.

Is there an equivalent in VB.NET / ASP.NET ?

Thanks in advance
 
Back
Top