472,142 Members | 1,210 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,142 software developers and data experts.

Want to customize a VBscript response to ASP.net

Hi! I'm doing a project in ASP. NET, I'm hoping that this is the correct forum for it. I am creating a validation page and most of the validations can be handled by validators. One validation is to make sure that all my SQL string statements are checked for single quotes and converted to double quotes. Now, I was trying to stay away from using vbscript alltogether, but I couldn't figure out the way to use Regex to solve this one. So, I used VBscript to convert the single quotes to double quotes. The conundrum is that I have to display the converted text to the same page the validation page is on. Is there a function in vbscript that will allow me to send my converted text as some sort of variable back to my customized validator in my asp.net code, so that I can display it on the same page that I'm filling in?
Mar 16 '07 #1
0 946

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

20 posts views Thread by Harag | last post: by
8 posts views Thread by Dave Thomas | last post: by
16 posts views Thread by Mike Schinkel | last post: by
2 posts views Thread by Jon Glazer | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.