I had several examples of dot net input form using input tags that start with
Loading
I had several examples of dot net input form using input tags that start with
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.
Vishal JoshiPosted Nov 7, 2023, 11:09 AM
Hello Oliver.
For dot net 4.8 or MVC, you can use model-based form biding to connect with the server.
Check below sample code example:
Thanks
Vishal Joshi
Jignesh KumarPosted Nov 7, 2023, 4:28 AM
Hello oliver duCille,
Please refer this one to create server control,
If you want to create
1. TextBox
2. Button
3. Label
Rijwan AnsariPosted Nov 7, 2023, 2:41 AM
Yes, if you are using web form and server control, then it is.
Example: