more about component model:
each object will hold an instance iD and guid number, instance is named and guid numbers are will be provided by server side or client side components (both are possible, by default object guid numbers are will utilize client side guid numbers) , this will made an object unique both in client side and server side and you can provide access to them by using two ways : one is named and other one using instance or guid numbers .
is  it ongoing versions will use from sqllight available in webkit browsers?
yes, of course we utilize them when they are exists and will do many things easier but developers don’t have to think about it because engine will decide and utilize this ability when it is exists in the browser, dataset’s have their own built in support for all database commands both in client and server side , for example you have sort and filters and select commands plus  master/detail abilities in client side and server side but you will use from client to use it , based on system optimization dataset will use server or client side (also you can add priority option)
mobile support:
in current version we supported desktop browsers as well, they are able to run in all mobie browsers but you need to use from windows mobile 6.5 or earlier , iphone or android (2.2 or later) and opera mobile is supported but it might have few problems , an special version for ipad (tablets in general) , iphone and android is also is under development, the way you use it is not different with desktop  components, but you might need to do few changes in your page design to made them more sweetable for mobile web.
tab bases in browser abilities:
as i told you before , there are seperation of instances which wlll provide a sandbox arround each page, so, you can have several web pages and load them as you need in the same page instance, you must use standard way of code development if you want to do your custom code which means for example you cannot use from public variables or function in many ways, but it is too easy to use this way because we provided an strait way in client side (which is seams to do a winforms code behind) and you will have easy times to do your javascript client side code.
why just mvc?
we did it as we needed to use it but it is possible to made webforms wrapper or jsp or php wrapper, but we recommend to use our standard way which means mvc , in java mvc for spring and in c# mvc.net and in php mvc php, thats up to you  but we like our mvc applications more.
which view engine suported in c#?
we recommend you to use only from mvc.net 3.0 plus c# 4.0 and .net 4 framework and razor view engine, currently system do not provide support on old aspx format and we have no plan to do that so.

which countries or organizations are prohibited to use this software?
we are property of US and European union export restrictions, countries are listed in UN Sanctions for technology and People or companies are not permited to use this software for any governmental and non governmental use.as we know there are no copyright law in this countries
which products are recommended to use this framework?
this framework is sepcailly designed to be used in enterprise applciations but also it is possible to use it in non commercial products, the licenense supports opensource in some cases.
how to start?
you need to start with basics of framework such as using datasets and database components , as well you might need to do something in your entity framework or ORM to provide support of framework.

differnces with atandard MVC frameworks.
this framwork uses from models which are possible to contain several models, like any other MVC like framework models are have the duty of connection to data storage and you can provide MODEL in model but meta model might hold one of many of them, you cannot provide data or any storage in first level of meta model class (see next post to understand the diffrence of meta model)
this is a big advantage and will let you to do your complete data handling for each view by a model
is post back is possible ?
yes, possible but by default we supported ajax supportd codes for framework , you can do it , to redirect  a page you must use a differnent way to redirect a page.
is it possible to control members of page using from servr side?
yes, ofcourse you can do that, there are response provider which will let you to provide Javascript codes which are will run immediately after control leaves from server, there are using from a very easy way to handle codes and that is very similiar to a winform based application, this model is provided using Ryan DOM SandBox Moel (RDSM).
am i able to use from standard mvc.net framework? yes, but they will only provide post back or manual ajax codes, so, we recommend you to use framework functions versa standard mvc components.
is there support for usercontrols?
yes, this framework is a componnt set but will push you use from special way of coding which is moer categorized and effective.