65.9K
CodeProject is changing. Read more.
Home

ASP.NET MasterPage getElementById

starIconstarIconstarIconstarIconstarIcon

5.00/5 (1 vote)

May 27, 2011

CPOL
viewsIcon

9440

DescriptionY...

Description

You can use JavaScript to get the same (ID of the control).

Code

var vtxtDate = document.getElementById('<%=txtDate.ClientID %>');

Further Reading

Control.ClientID Property[^] ClientID vs. UniqueID[^]