Adrotator Component

Jordo

New Member
How can we get this ASP functionality in ASP.NET enviornment.<BR><BR>set Addrot = Server.CreateObject("MSWC.Adrotator")<BR>Addrot.Clickable = true<BR>Response.Write Addrot.GetAdvertisement("adrot.txt") & "<BR>"<BR>Addrot.Clickable = false<BR>Response.Write Addrot.GetAdvertisement("adrot.txt") & "<BR>"<BR><BR>This code display's 2 advertisements. The first one is clickable but not the second one. I didn't find any clickable attribute in Adrotator Control of ASP.Net.<BR><BR>Waiting for a prompt reply<BR><BR>Regards,<BR><BR>A h S a N.
 
Top