Get the value of the textbox in C#,txtbox created in JQuery
How to get the Value of the textbox Control in C#, While the textbox created Dynamically Using JQuery.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pawan KumarPosted May 2, 2014, 8:45 AM
Abhishek KumarPosted May 2, 2014, 7:20 AM
If you've got an input with an id of
txtFnameyou should be able to use the following code to access the value of the text box: