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:
Comments
Post a Comment