RE: MVC .NET Labelfor
May 31, 2016 at 12:05 pm
(This post was last modified: May 31, 2016 at 12:08 pm by bennyboy.)
(May 31, 2016 at 10:37 am)KevinM1 Wrote: I'm honestly not sure what you mean by 'Android integrated uploader'.
I mean that my Android app, which uses an embedded Chrome browser, has a javascript interface, and the web controls can do function calls to that interface from javascript. So if you access my pages with a normal browser, it will work fine. If you access them with my app (which is a browser with extended functions), I can add whatever Android functionality I want: taking pictures, recording and uploading audio for the webpage, etc.
The synergy between codebehind, markup, and javascript works really nicely in my case: the codebehind builds all on-demand objects (collections of specialized image controls etc.) and does the SQL heavy lifting. The markup lays out the appearance and provides containers for the codebehind to put stuff into. The javascript allows live interaction with the page, without even needing AJAX, and provides functions which will call/be called by the Android interface.
I have to say after talking to you guys, and after watching a few youtube videos, MVC looks pretty interesting. I might play around with it, but I'm pretty sure I'm not going to want to migrate my whole webpage to MVC.