On Apr 29, 2004, at 8:33 PM, Barry Beattie wrote:
  Sub Page_Load(sender as Object, e as EventArgs)
        this.reqapprove.deleteButton.Attributes.Add( _
                "onClick", "return ConfirmDeletion();" _
        )
  End Sub


where "reqapprove" is the custom tag. It's not (in this case) adding the
attributes that I'm talking about - it's accessing control members and
properties with simple OO-type "dot" notation.

It would sure be easy to do this in Flex...

Sean A Corfield -- http://www.corfield.org/blog/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood


--- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to