Basic Date Picker Forums

Welcome to Basic Date Picker Forums Sign in | Join | Help
in Search

Adding BDPLite dynamicly

Last post 08-03-2009, 4:50 AM by geoffrey.mcgill. 1 replies.
Sort Posts: Previous Next
  •  06-30-2009, 8:51 AM 1797

    Adding BDPLite dynamicly

    Hi,

       I have a problem to using placeholder to add BDPLite.

      The code is

    protected sub button_Click(Byval sender As System.object, Byval e As System.EventArg)

    {

         dim a As dropdownlist = new dropdownlist

         a.items.add("abc")

         a.id = "aa"

         Dim b As BasicFrame.WebControls.BDPLite  = new BasciFrame.WebControls.BDPLite

        b.id = "bb"

        me.placeholder1.controls.add(a)

      me.placeholder1.controls.add(b)

     

    When I clicked the button, I can choose the item from dropdownlist. However, when I want to choose the date of BDPLite. The error message is ' "bpara" is undefined '. Could some one give me an suggestion? thank you very much

  •  08-03-2009, 4:50 AM 1813 in reply to 1797

    Re: Adding BDPLite dynamicly

    Which version of BDPLite are you using? I don't believe this error should be occurring with the more recent builds.


    Thanks,
    Geoffrey McGill
    ----------------------------------------
    Coolite Inc.
    Email: support [at] coolite [dot] com
    Phone: +1(888)775-5888
View as RSS news feed in XML
 
Powered by Community Server, by Telligent Systems