D
darrel
I often want to test a simple snippet of ASP.net code. Something usually
less than a full function such as a quick if/then loop or math function.
To do that, I usually create a new page, put my code on there, do some
response.writes, then compile and run. But this is tedius and I'm sure
there's a better way.
Is there a way in VS.net, or perhaps some 3rd party tool to, say, type in
this:
x=3
if x=3 then
y=5
end if
and, for example, see what the value of y is at the end?
-Darrel
--
less than a full function such as a quick if/then loop or math function.
To do that, I usually create a new page, put my code on there, do some
response.writes, then compile and run. But this is tedius and I'm sure
there's a better way.
Is there a way in VS.net, or perhaps some 3rd party tool to, say, type in
this:
x=3
if x=3 then
y=5
end if
and, for example, see what the value of y is at the end?
-Darrel
--