c# - Simple data collection application using JSON and .NET -


i'm building web application consists of 1 page (literally 1 page, no html generation). whole purpose of application collect data users , save sql server database.

i want use javascript validate , collect data html form, put in json object, , use c# , .net insert data sql server.

i have no clear idea on how achieve this, , honestly, i'm not sure if valid model or not!

any pointers or ideas on , start? , how can achieve in simplest way possible?

i suggest using jquery , asp.net mvc. here example:

posting simple json mvc action controller method jquery

or one:

send data mvc controller using json


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -