I am new to kendo UI and have started to migrate a desktop web site for a client into a mobile app.
I have a aspx page that is being loaded into a remote view.
in the non mobile world i would submit the page back to itself and get the submitted form values and continue.
But I have been told in the mobile would I shouldn't really start using postbacks as it would/could cause issue, so is a Data source what I need to use as I need to query a mysql db to get the price for the given values from the form?
I cant find any easy answers as I am NOT using MVC and dont want to......
Anyone got any pointers on how I might do this?
I have a aspx page that is being loaded into a remote view.
in the non mobile world i would submit the page back to itself and get the submitted form values and continue.
But I have been told in the mobile would I shouldn't really start using postbacks as it would/could cause issue, so is a Data source what I need to use as I need to query a mysql db to get the price for the given values from the form?
I cant find any easy answers as I am NOT using MVC and dont want to......
Anyone got any pointers on how I might do this?