Evaluating Formulas in ASP.NET

  • Thread starter Thread starter microsoft.private.windows.netserver.setup
  • Start date Start date
M

microsoft.private.windows.netserver.setup

Hello everyone, I was wondering if anyone knows of a way to evaluate a
string function? For example I have a string like "(150/50) +2" and would
like to evaluate the result in a ASP.NET webpage. Thanks for any help.
 
Thank you for your response. I did look through the content, but to no
avail. I am actually trying to use the JavaScript eval() function in a
ASP.NET web page. I need to compute the formula result and then save it to
a database. There must be a way to do this. I tried to use the dll in the
ASP.NET page, but failed to load every single time. Any help would be
greatly appreciated. Thanks.
 
Back
Top