Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Ken Fine #1
Programmatically inspect custom Object properties? ASP? PHP? ASP.NET?
I've written a bunch of custom classes in ASP/VBScript.
I'm wondering if there is a way to programmatically view the object's public
properties, loop through them, etc.
I'm wondering if it's possible to interrogate for a list of public fuctions
(methods) as well.
I'm also curious if this capability is a feature of PHP and/or ASP.NET
classes. It would be very useful.
-KF
Ken Fine Guest
-
Object properties in MXML custom components
I want to be able to do the following: <myNS:Server id="myServer" host="www.foo.com" port="80" .../> <myNS:Request id="requestData"... -
Making Custom Control Properties Visible in Visual Studio's Properties Palette
I am learning how to use the System.ComponentModel class in VB.NET so that I can add my ASP.NET controls to Visual Studio .NET 2003. I have managed... -
Programmatically Get to User Control Properties
I created a User Control, called in an Asp.Net page. First, I've registered the control at the top of the page: <%@ Register TagPrefix="uc1"... -
Can I access datasource properties programmatically?
I had an idea recently to include a description of the database within my application's XML config file. The idea being that upon initialization of... -
Properties for User Controls loaded Programmatically
I have x number of user controls that have a strong type (e.g. className uc1). I am able to access their properties through a single aspx page...



Reply With Quote

