imranz
|
| Posted: 03/05/2002, 12:57 PM |
|
A lot of you may find that in CodeCharge, a lot of times there are custom components that you need to embed into CodeCharge events. You may find yourself doing a lot of convering of HTML into Response.Write code.
Here's something I found that converts a chunk of HTML code into response.write code at the drop of a hat. It even converts <%=variable%> into " & variable & " which is ever so nice!
<a target="_blank" href="http://www.equanimity.nl/utils/responsewriter.asp">http://www.equanimity.nl/utils/responsewriter.asp</a>
|
|
|
 |
Sam
|
| Posted: 03/05/2002, 3:07 PM |
|
Very cool idea.
You know there's also a cool little app called response.writer that you can download from cnet, that is quite cool. It's about 400k, I think it's written in visual basic, and it does more or less the same thing.
Cool idea.
You wouldn't by chance know of an online SQL generator would you?
|
|
|
 |
|