Re: ModelPopup
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
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:
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#
.
Relevant Pages
- Re: Bring back the empire
... >> spend most of their time either starving to death, or chasing each ... > brainwashed morons. ... We don't submit to, or adore anyone. ... (sci.physics) - Re: Provider Properties + IExtenderProvider
... The IExtenderProvider only enables you to add a property at design time. ... on the operation of the extender provider. ... Find great Windows Forms articles in Windows Forms Tips and Tricks ... It seems I can provide properties, like> strings, bools, ints, but not events to other controls. ... (microsoft.public.dotnet.framework.windowsforms) - Re: Damn you, FEDEX! or Nikon D40 lost in Springfield, MO blackhole.
... the 2 mp Mavica he had been using with a Nikon D40. ... After shopping around, he got me to order one for him. ... The shipper had it insured, but from what I have read it could take weeks to sort this crap out. ... You may get your insurance from FedEx and a couple weeks later they find it and deliver it. ... (alt.photography) - Re: Getting Annoyed
... Some of my forms I needed to set to popup because I reference ... the calling form in the onclose of the popup form. ... Note that with the new anchored controls, those controls will now actually expand/contract based on the users screen size. ... If at this point your form is the right size and you DO NOT want users to be able to change that form, then now flip back into design mode change the forms border to "thin" and save again. ... (microsoft.public.access.forms) - Re: How to set level/depth/Z-value of non-modal popup forms?
... including the entire Access window and the Windows Task Bar. ... For this I normally use a popup modal form, ... controls, ... completely control the user's environment. ... (comp.databases.ms-access) |
|