Closed parthangshu closed 10 years ago
Look at the sample application: https://github.com/nikhilk/scriptsharp/tree/master/samples/Todo/Todo
On Wed, Apr 2, 2014 at 6:17 AM, parthangshu notifications@github.comwrote:
Hi,
I have generated one textbox for user to enter his/her name using Script#. Say the textbox id is txtName. Now I want get the text (text entered by users) of that textbox (txtName). Please guide me how can I get the textbox value/text. Thanks, Partha
Reply to this email directly or view it on GitHubhttps://github.com/nikhilk/scriptsharp/issues/415 .
See comment on previous question - the general idea is if you know how to do it in script, it should hopefully be a direct or trivial mapping to the script# equivalent.
Hi,
I have generated one textbox for user to enter his/her name using Script#. Say the textbox id is txtName. Now I want get the text (text entered by users) of that textbox (txtName). Please guide me how can I get the textbox value/text. Thanks, Partha