|
 |
asp_components thread: User-defined Types in ASP
Message #1 by "Edwin van Dillen" <evdillen@c...> on Wed, 21 Mar 2001 16:56:58
|
|
I have made some components in Visual Basic. In these components I use
several User-defined Types. Until now I am not able to access the User-
defined types (which are made public within the component) within ASP.
I do believe the user-defined types can be used within ASP but I have got
any idea how to address them. Does anyboy have some sample code?
By the way I have also used some user defined type existing out of an
Array. Is ASP capable to access these arrays?
Thanx!
Edwin
Message #2 by Robert Chartier <rchartierh@a...> on Wed, 21 Mar 2001 09:04:23 -0800
|
|
ASP cannnot use UDT (User defined Types)
but it can use arrays.
At 08:56 AM 3/21/2001, you wrote:
>I have made some components in Visual Basic. In these components I use
>several User-defined Types. Until now I am not able to access the User-
>defined types (which are made public within the component) within ASP.
>
>I do believe the user-defined types can be used within ASP but I have got
>any idea how to address them. Does anyboy have some sample code?
>
>By the way I have also used some user defined type existing out of an
>Array. Is ASP capable to access these arrays?
>
>Thanx!
>
>Edwin
>---
>SoftArtisans helps developers build robust, scalable Web applications!
>Excel Web reports, charts: http://www.softartisans.com/excelwriter.html
>File uploads: http://www.softartisans.com/saf.html
>Transactional file management: http://www.softartisans.com/saf1.html
>Scalability: http://www.softartisans.com/saxsession.html
>ASPstudio value pack: http://www.softartisans.com/aspstudiosuite.html
Robert Chartier
Author, AspFree.com
xxx-xxx-xxxx
rchartierh@a...
http://www.aspfree.com/devlinks
http://www.aspfree.com/authors/robert
http://www.aspalliance.com/nothingmn
Message #3 by Morris Andrew-AMORRIS1 <AMORRIS1@m...> on Wed, 21 Mar 2001 17:23:25 -0000
|
|
Try changing your UDTs to public classes, and you'll find it easier to
access them from ASP. :-)
-----Original Message-----
From: Robert Chartier [mailto:rchartierh@a...]
Sent: 21 March 2001 17:04
To: ASP components
Subject: [asp_components] Re: User-defined Types in ASP
ASP cannnot use UDT (User defined Types)
but it can use arrays.
At 08:56 AM 3/21/2001, you wrote:
>I have made some components in Visual Basic. In these components I use
>several User-defined Types. Until now I am not able to access the User-
>defined types (which are made public within the component) within ASP.
>
>I do believe the user-defined types can be used within ASP but I have got
>any idea how to address them. Does anyboy have some sample code?
>
>By the way I have also used some user defined type existing out of an
>Array. Is ASP capable to access these arrays?
>
>Thanx!
>
>Edwin
|
|
 |