Connecting Tech Pros Worldwide Forums | Help | Site Map

ADP question

Zach
Guest
 
Posts: n/a
#1: Nov 17 '05
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
Guest
 
Posts: n/a
#2: Nov 17 '05

re: ADP question


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 ?

Zach
Guest
 
Posts: n/a
#3: Nov 17 '05

re: ADP question


"Tasos Vogiatzoglou" <tvoglou@gmail.com> wrote in message
news:1126257160.735692.3690@f14g2000cwb.googlegrou ps.com...[color=blue]
> 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 ?
>[/color]

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


Zach
Guest
 
Posts: n/a
#4: Nov 17 '05

re: ADP question


Thank you for responding. I have retracted my question.
I obviously need some more info for which I have ordered a book.
Zach.

"Tasos Vogiatzoglou" <tvoglou@gmail.com> wrote in message
news:1126257160.735692.3690@f14g2000cwb.googlegrou ps.com...[color=blue]
> 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 ?
>[/color]


apm
Guest
 
Posts: n/a
#5: Nov 17 '05

re: ADP question



"Zach" <00@00.00> wrote in message
news:43214cef$0$28722$9f6128d4@news.freeler.nl...[color=blue]
> 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?[/color]

The WebForm should have a .aspx file. To go to it with a link just use
<a src=WebForm1.aspx></a>
[color=blue]
> 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.
>
>[/color]


Closed Thread


Similar C# / C Sharp bytes