1
Answer

C# forms app web interface, Problem

Moose Pickard

Moose Pickard

14y
1.7k
1
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
Sam Hobbs

Sam Hobbs

NA 28.7k 1.3m 14y

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