Send TextBox Value from ASP.net WebForm to Python Script and return Output to Labal in ASP.net WebForm


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

 


Like 0 People
Asked on 15 May 2021
Nilupul Udaraka

Nilupul Udaraka
Atricles: 0
Questions: 1
Given Best Solutions: 0 *

Answers:

Nikhil Joshi

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

Like 0 People on 19 May 2021

You are not loggedin, please login or signup to add comments:

Existing User

Login via:

New User



x