I'm facing an issue with the datapicker jquery where I am unable to get the Input Id in C#. Adding runat=server allows me to call the input id in C#, but it doesn't work on the page. Can someone assist me with this? I am new to Dnn and any help would be greatly appreciated. Thank you.
enter code here
<div class="demo">
<p>Date: <input id="datepicker" type="text" />
</p>
</div>