My WebForm
I need to input some value to textbox and after click send button,
pass the input value to python script file method and return the output value to this Output Value Labal
Category: C# | Tags: ASP.NET, C#, Python 3 |
My WebForm
I need to input some value to textbox and after click send button,
pass the input value to python script file method and return the output value to this Output Value Labal
Answers:
Here is the example of how to pass data to python script and capture the result:
https://www.dotnetlovers.com/article/216/executing-python-script-from-C-Sharp
On button click call the script, once result is captured, set label using TextBox.Text = result