ADP question

  • Thread starter Thread starter Tasos Vogiatzoglou
  • Start date Start date
T

Tasos Vogiatzoglou

What kind of dll ? A control ?

You write " I now wish to call say WebForm1 in that dll from an html
file on the server." ... Can you elaborate ? What do you mean exactly ?
 
Maybe this is not the right ng for my question: in that case please redirect
me.

Question: using Studio .NET / ASP I have created a dll.
I now wish to call say WebForm1 in that dll from an html file on the server.
Presumably I need some script lines in the html file?
How do I do that?
Since this probably only involves a few lines of code, please tell me what
this lines should be.
I am awfully stuck on this one and would be very glad with your help.
Many thanks,
Zach.
 
Tasos Vogiatzoglou said:
What kind of dll ? A control ?

You write " I now wish to call say WebForm1 in that dll from an html
file on the server." ... Can you elaborate ? What do you mean exactly ?

The dll concerns details about an application that I wish to sell via the
NET.
The dll contaions a form. Within the form text is displayed in a TextBox (a
description of the application).
Later on I want to add a button with ordering details, PayPall stuff etc.
However, my first problem is to access the form and display its contents.
I already have a website from which I want to be able to activate the said
form.

Zach
 
Thank you for responding. I have retracted my question.
I obviously need some more info for which I have ordered a book.
Zach.
 
Zach said:
Maybe this is not the right ng for my question: in that case please
redirect
me.

Question: using Studio .NET / ASP I have created a dll.
I now wish to call say WebForm1 in that dll from an html file on the
server.
Presumably I need some script lines in the html file?

The WebForm should have a .aspx file. To go to it with a link just use
 
Back
Top