Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Events
Message
 
À
11/10/2002 10:50:35
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Re: Events
Divers
Thread ID:
00710281
Message ID:
00710333
Vues:
20
This message has been marked as the solution to the initial question of the thread.
Did you remember to assign a value to the custom control properties? (on the form containing the control) This is required so that EnsureChildControls is called.

This is what I did with your control, and it worked fine:
  • paste the code into a Web Control Library new project (changed the namespace to the default of the project)

  • build that project

  • add the control to the toolbox (right-click on toolbox, Customize Toolbox, .Net Framework Components, Browse)

  • drag the SearchControl into a Web form of another project

  • set a value to the "SearchProcedure" property

  • build and run the web project


  • ...and on click I was redirected to www.microsoft.com as you intended

    Regards,
    Jose.
    ------------------
    Jose Marcenaro
    Tercer Planeta - Argentina
    http://www.tercerplaneta.com
    Précédent
    Suivant
    Répondre
    Fil
    Voir

    Click here to load this message in the networking platform