locked
asp .net RRS feed

  • Question

  • User1611490854 posted
    this.HCalc.ExecuteStatement("[R2Fml]=" + (15/10));
    dgvTest.Table.Rows[i]["Data_Field"] = RuntimeHelpers.GetObjectValue(NewLateBinding.LateGet(null, typeof(Math), "Round", new object[]
    {
          RuntimeHelpers.GetObjectValue(this.HCalc.Eval("[R2Fml]")),
         Conversions.ToInteger(0)
    }, null, null, null));

    How can i Execute this function.

    when i run this but, i got some curious Error.

    Wednesday, April 11, 2018 1:21 PM

All replies

  • User541108374 posted

    Hi,

    and welcome to the ASP.NET forums.

    How can i Execute this function.

    Is the code you provided located in a function and you want to call it from somewhere else? Or are you having problems with a certain line of code in the lines you provided?

    when i run this but, i got some curious Error

    What is the error you're getting and on which line of code?

    Kris.

    Thursday, April 12, 2018 6:44 AM