S
shripaldalal
Hi,
We have an execute statement in ASP which can be used to execute
scripts or code. Do we have a similar statement in ASP.NET ? I know it
is compiled code, but is there some way around it ? I need this
function because I extensively make use of it. Thanks.
VBScript:
Dim A
Execute "A = 10"
Response.write A
Output: 10
Regards,
Shripal.
We have an execute statement in ASP which can be used to execute
scripts or code. Do we have a similar statement in ASP.NET ? I know it
is compiled code, but is there some way around it ? I need this
function because I extensively make use of it. Thanks.
VBScript:
Dim A
Execute "A = 10"
Response.write A
Output: 10
Regards,
Shripal.