Re: Can you call asp function in asp.net?
From: Kat (Kat_at_discussions.microsoft.com)
Date: 12/02/04
- Next message: Marina: "Re: Can you call asp function in asp.net?"
- Previous message: Cor Ligthert: "Re: Can you call asp function in asp.net?"
- In reply to: Cor Ligthert: "Re: Can you call asp function in asp.net?"
- Next in thread: Marina: "Re: Can you call asp function in asp.net?"
- Reply: Marina: "Re: Can you call asp function in asp.net?"
- Reply: Cor Ligthert: "Re: Can you call asp function in asp.net?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 2 Dec 2004 08:11:02 -0800
Does that mean that I have to do that for every inc files? Our old product
that is written in ASP will also be using these functions also.
thanks in advance!
"Cor Ligthert" wrote:
> Kat,
>
> Some changes that I typed in this message, not checked
>
> <script language="VB" runat=server>
> function test(ByVal strValue as String) as String
> ' convert single quote into a pair of single quotes
> return replace(strValue,"'","''")
> End function
> </script>
>
> I hope this helps something?
>
> Cor
>
>
>
- Next message: Marina: "Re: Can you call asp function in asp.net?"
- Previous message: Cor Ligthert: "Re: Can you call asp function in asp.net?"
- In reply to: Cor Ligthert: "Re: Can you call asp function in asp.net?"
- Next in thread: Marina: "Re: Can you call asp function in asp.net?"
- Reply: Marina: "Re: Can you call asp function in asp.net?"
- Reply: Cor Ligthert: "Re: Can you call asp function in asp.net?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|