V
Vb2Machines
Hello to all
I have an ASP.NET application that uses VB.NET as the background
language and SQL server 2K as the back end database. I just recently
converted this application from classic asp and I have some erratic behavior
that I can't understand.
Some of the text is being saved and returned in patterns like the following.
∙
The constant in all of it is that the string starts with &# and ends with ;
and there is a sequence of numbers contained in the middle. What is it and
is there a better solution that a regular expression to search for the
pattern and replace it? If not does anyone know how to form the string for
the regex that will find it?
Thanks in advance,
Pat
I have an ASP.NET application that uses VB.NET as the background
language and SQL server 2K as the back end database. I just recently
converted this application from classic asp and I have some erratic behavior
that I can't understand.
Some of the text is being saved and returned in patterns like the following.
∙
The constant in all of it is that the string starts with &# and ends with ;
and there is a sequence of numbers contained in the middle. What is it and
is there a better solution that a regular expression to search for the
pattern and replace it? If not does anyone know how to form the string for
the regex that will find it?
Thanks in advance,
Pat