Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Events
Message
 
To
11/10/2002 10:50:35
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
General information
Forum:
ASP.NET
Category:
Other
Title:
Re: Events
Miscellaneous
Thread ID:
00710281
Message ID:
00710333
Views:
19
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
    Previous
    Next
    Reply
    Map
    View

    Click here to load this message in the networking platform