Help needed passing paramters to ActiveX control in HTML page

  • Thread starter Thread starter Bob Hanson
  • Start date Start date
B

Bob Hanson

Hello,

I first have a working embedded ActiveX control in a HTML page that has
PARAM NAME statements in it.

I am looking for help on how to pass these parameter strings to the HTML
page instead of hardcoding using C#.

Thanks in advance,

Bob Hanson
 
Hello,

I first have a working embedded ActiveX control in a HTML page that has
PARAM NAME statements in it.

I am looking for help on how to pass these parameter strings to the HTML
page instead of hardcoding using C#.


You can use a literal control to write out the PARAMs
 
Back
Top