aspx thread: Using .NET to replace asp COM dictionary objects...
Hello everyone,
Currently, in ASP, I create a VB COM component, populate a dictionary
object, and then drop the appropriate dictionary values onto the ASP page
between <% %> tags.
Is there any equivalent programming model in .NET? In other words, if I
create a code behind module, and create a hashtable object, how do I then
populate the
Asp.net page with the appropriate values? Is there a more preferred way of
doing this now?
Thanks,
Frank