Click here to Skip to main content
15,896,526 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have button like new, first, nxt, last. if i click new button i want to dispaly today date here is the logic

<telerik:RadDatePicker ID="DPOrderDate" runat="server" Enabled="false" Width="25%">
<DateInput ID="DateInput1" runat="server" DateFormat="dd/MM/yyyy">







VB
Protected Sub BtnNew_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs) Handles BtnNew.Click
        Session("Mode") = "A"
        LblMode.Text = "New Mode"
        GetCurrentOrderNo()
              
           <big>write the code here please</big>



       ComonFn.ButtonsMakingEnableDisable("NEW", argBtnsLst, argNavgBtnsLst, RadImageGrid, AddnlFldSpliter, True)
        MakeImgGridEmptyWithBInd(ViewState("DetailDt"))
    End Sub
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900