Ask a Question related to ASP.NET General, Design and Development.
-
Ian #1
Can someone explain MergableProperty to me?
I've been doing some component development recently, and I'm confused
as to exactly what MergablePropertyAttribute does. The .NET docs say:
Properties that are marked with MergableProperty(true) can be combined
with properties belonging to other objects in a Properties window.
Properties that are marked with MergableProperty(false) must be
displayed separately. The default is true.
Does this mean that if you're working in a designer (say with ASP.NET
pages) and you select multiple controls on the designer and set the
property that the value will be assigned to that property on all the
selected controls if that property is not marked
MergableProperty(false)?
If this is not what this attribute does, can someone please tell me
what on God's green earth it does?
Thanks
Ian
Ian Guest
-
can someone explain this?
line four in my dreamweaver window reads... if (isset(Request.QueryString("textfield") )) { textfield is the name of my search form and... -
Ann please explain this.
Again a question about the difference viewing flattened and not flattened images. Let me explain. I have an RGB image 35" x 44" at 360 dpi around... -
Please Explain
Hi I am trying to save (read / change / write) windows XP taskbar registry values. Like show clock, always on top and same for desktop setting ... -
Can Someone Explain (No Pun Intended) this Explain Plan Output ?
We're running DB2 v7.1 on OS/390. The DBA guys gave us a macro to generate an explain plan against a query that is stored in a PDS member. The... -
can someone explain...
this difference bewteen A and B below? A) $a = &new className(true, 6); B) $a = new className(true, 6); /* missing & on the NEW */ ...



Reply With Quote

