C
COHENMARVIN
I want to search systematically through my asp.net code for every line
that contains
Session("anything") = 0
But 'anything' varies, and my program is very large. Is there a way
to do regular expression searches in visual studio, or maybe via some
other program that can scan through the pages?
Thanks,
Marv
that contains
Session("anything") = 0
But 'anything' varies, and my program is very large. Is there a way
to do regular expression searches in visual studio, or maybe via some
other program that can scan through the pages?
Thanks,
Marv