I'm migrating an asp page to asp.net and I usually find this kind of functions
function realizar_calculosRteTesDin(nombreDin)
Execute("sumaIngresosCorriente" & nombreDin & "=" & chr(34) & Calculos(cCalculo1) & chr(34))
end function
It's a simple example, the functions tend to be more complex, I just want to know how the Execute function would be translated.