c# - How do I disable dates in asp .net textbox textmode = date? -


i'm having issue want set disable on dates in textbox textmode = date. prefer done in c#. advice? here aspx page:

<asp:textbox id="tbstartdate" runat="server"  autopostback="true" ontextchanged="tbstartdate_textchanged"  textmode="date"></asp:textbox> 

and c# file

protected void disablepastdateintextbox() {    ???????? } 


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -