Hi all,
I have the below code that works with VS 2008 C#. What is the syntax for
VB? I have tryed everything I know to get this to work and OMG what a pain. Please someone help me
<object width="0px" height="0px" classid='<%= (PrintPdfPath != null) ? "clsid:CA8A9780-280D-11CF-A24D-444553540000" : string.Empty %>' onreadystatechange="if(this.readyState==4){this.
pr intWithDialog()}">
<param name="src" value="<%= PrintPdfPath %>" />
<embed src="<%= PrintPdfPath %>" width="0px" height="0px"></embed>
</object>