I have a fully finished Frontend of my Web Application, now I have to save the textbox content in my Database(SQL) which I created in Visual Studio.
My ConnectionString is already programmed Image I coded my textbox as following:
How do I have to integrate my C# in my HTML code so it saves my content?
Thanks for your time