Options

Create add in control with argument

wilk_uwilk_u Member Posts: 94
edited 2011-12-15 in NAV Three Tier
Does anybody know the way to create a .net control launched from action button on page and for example some initial value in textbox on form?
Greetings

Comments

  • Options
    Thomas_JensenThomas_Jensen Member, Microsoft Employee Posts: 7
    Could you please elaborate on the scenario you are trying to solve.

    Do you want a page containing a control add-in to be opened when you click a button on another page?
    Best regards,
    Thomas Søndergaard Jensen [MSFT]

    This posting is provided 'AS IS' with no warranties, and confers no rights.
  • Options
    wilk_uwilk_u Member Posts: 94
    I.e. action on item card opening another page with control add in displaying passed item no in .net textbox.

    Hope its clearer now.
  • Options
    BeliasBelias Member Posts: 2,998
    :-k
    1. bound your control add in to your "item no." field in page 2
    2. from page 1, call page 2 and pass your "item no."

    am i missing something?
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
  • Options
    wilk_uwilk_u Member Posts: 94
    Im thinking about multiple fields .net control which on creation connects to some db, gets values and display them in those fields. Thats why I need an argument on creation
Sign In or Register to comment.