Friday, March 16, 2012

ModelPopup

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)

Raj wrote:

Quote:

Originally Posted by

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#

0 comments:

Post a Comment