Results 1 to 2 of 2

Thread: add design time controls(Buttom)

  1. #1
    david K Guest

    add design time controls(Buttom)

    HI
    I added Buttoms from "design time controls"
    can I contorl this buttom form the aspdb
    for exmple:
    Btnhelm.show
    when I write
    <%

    Btnhelm.show
    %>
    I get error message

    obejct require &#34;
    thanks david

  2. #2
    Guest

    add design time controls(Buttom) (reply)

    Hi David,

    ASP-db can execute any html code with the dbMagicCell property, but it must still be valid code. Sounds like your &#34;Btnhelm&#34; is not created, therefore you can&#39;t call its &#34;show&#34; property. This isn&#39;t an ASP-db problem but is rather an ASP programming problem.

    Thanks!

    John


    ------------
    david K at 6/23/99 9:32:38 AM

    HI
    I added Buttoms from &#34;design time controls&#34;
    can I contorl this buttom form the aspdb
    for exmple:
    Btnhelm.show
    when I write
    <%

    Btnhelm.show
    %>
    I get error message

    obejct require &#34;
    thanks david

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •