Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Embedding ASP.net controls in dynamically created pages
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Embedding ASP.net controls in dynamically created pages
Miscellaneous
Thread ID:
00617543
Message ID:
00617543
Views:
59
Hi:

My ASP.NET application uses a VFP Web Service to generate complete HTML
reports on the fly. They are displayed in the browser in the Text property of
a Label control.

I want to be able to embed an ASP.NET LinkButton in a column on each report so when the page is displayed in browser the LinkButton can be clicked to make a
call to the web service to bring down another page to the text property of Label control. Since the pages are built on the fly by the web service I can't use ASP.NET templates. Using client side script is possible, but then I would have to manually build the SOAP envelope and probaly use XMLHTTP to pass it to the web service. Instead I would like to use my existing web service reference that I'm suing to make SOAP calls from ASP server controls and let it take care of all the SOAP stuff. Is there a way to get a reference to my web service in a client side script block?

Thanx,
Charlie
Next
Reply
Map
View

Click here to load this message in the networking platform