ModelPopup

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Error Message: TargetControl property cannot be null. In ModelPopup AJAX
Control tool kit. When adding the popup programtically using Show().

ASP.NET 2.0 / C#
 
the model popup requires two controls, whicg must exist at runtime:


TargetConrolID: - the control being extended, in the popup case its
click event open the popup. this is required for all extender controls.

PopupControlID: - the content to display.


I would have preferred that the content was the TargetControl, but thats
not the way it was written.

-- bruce (sqlwork.com)
 
Back
Top