I have a input
:
<input type="text" class="form-control pull-right" id="txtRangoFecha" runat="server">
When I put Runat="Server"
to this object jQuery
, it stops accessing and the calendar never leaves again, and the whole design of Bootstrap
disappears, but if I do not put this, I can not use the control of the server side "ASP.NET" in C # .
What can I do? I need the graphic calendar, I tried with the one of "ASP.NET" but the design is not very good like that of the Bootstrap .