C# forms app web interface, Problem
Hi
I have a windows forms application and I need it to have an web interface.
So I need the user to see his inventory in the web and add things to it.
Is it possible to do this with C#? I don't know ASP yet.
I searched the web but didn't find any good tutorials.
So how would you do this?
Please refer me to good tutorials if you know any.
Thank you
Answers (1)
0
Where is the database? If it is in your local computer and the web site is not then will your local computer always be on and working?
Did you look in
ASP.NET & Web Forms? Also look in
here.
Accepted