Jan 19, 2001 #1 mbert Technical User Jan 19, 2001 6 US I have a page in my site with a DTC inwhich I need to edit the HTML. I am not able to "break" into the DTC. Obviously, I'm new to ASP/VBScript and InterDev. Can someone advise what is needed to accomplish this task? Thanks!
I have a page in my site with a DTC inwhich I need to edit the HTML. I am not able to "break" into the DTC. Obviously, I'm new to ASP/VBScript and InterDev. Can someone advise what is needed to accomplish this task? Thanks!
Jan 19, 2001 #2 palbano Programmer Oct 9, 1998 4,341 US mbert, I have successfully worked with DTC's using several different techniques. EASIEST * First you may find that the DTC properties may provide you with the control you desire, look closely before adopting a different approach. NEXT EASIEST * You can sometimes successfully manipulate the resulting HTML output with client side script. DIFFICULT * You can alter the server script code for the DTC located in the _ScriptLibrary folder. Hope this helps -pete Upvote 0 Downvote
mbert, I have successfully worked with DTC's using several different techniques. EASIEST * First you may find that the DTC properties may provide you with the control you desire, look closely before adopting a different approach. NEXT EASIEST * You can sometimes successfully manipulate the resulting HTML output with client side script. DIFFICULT * You can alter the server script code for the DTC located in the _ScriptLibrary folder. Hope this helps -pete