windows like datadriven apps for Tablethttp://forums.asp.net/t/1759269.aspx/1?windows+like+datadriven+apps+for+TabletSun, 15 Jan 2012 08:08:34 -050017592694782964http://forums.asp.net/p/1759269/4782964.aspx/1?windows+like+datadriven+apps+for+Tabletwindows like datadriven apps for Tablet <p>just curious to know if we want to replicate windows application using sql express for tablet the development is same as we do in ASP.net windows OS,you we do need different sets of softwarefor development.</p> 2012-01-15T07:41:14-05:004782974http://forums.asp.net/p/1759269/4782974.aspx/1?Re+windows+like+datadriven+apps+for+TabletRe: windows like datadriven apps for Tablet <p>Hi,</p> <p>ASP.NET generates html together with css and javascript. This can be interpreted by a browser which runs on a desktop, tablet, smartphone, ... whatever device. The trend nowadays is to move to HTML5 and CSS3 to cover all these devices in combination with <a href="http://www.w3.org/TR/css3-mediaqueries/" target="_blank">CSS3 media queries</a>.</p> <p>Grz, Kris.</p> 2012-01-15T07:50:55-05:004782976http://forums.asp.net/p/1759269/4782976.aspx/1?Re+windows+like+datadriven+apps+for+TabletRe: windows like datadriven apps for Tablet <p>well to be more precies could we have database in tabelt if want to make offlline application,or we have only option of cloud</p> 2012-01-15T07:56:14-05:004782979http://forums.asp.net/p/1759269/4782979.aspx/1?Re+windows+like+datadriven+apps+for+TabletRe: windows like datadriven apps for Tablet <p>HTML 5 has support for <strong><a href="http://www.html5rocks.com/en/tutorials/indexeddb/todo/" target="_blank">IndexedDB</a></strong> for this. However be sure to make use of <a href="http://www.modernizr.com/" target="_blank">Modernizr</a> to check if the browser you target can support it or not.</p> <p>HTML 5 also has support for offline working: <a href="http://www.html5rocks.com/en/mobile/workingoffthegrid.html" target="_blank"> http://www.html5rocks.com/en/mobile/workingoffthegrid.html</a>.</p> <p>&nbsp;</p> <p>Grz, Kris.</p> 2012-01-15T08:04:20-05:004782981http://forums.asp.net/p/1759269/4782981.aspx/1?Re+windows+like+datadriven+apps+for+TabletRe: windows like datadriven apps for Tablet <p>wow thats gr8 help thanx a lot</p> 2012-01-15T08:08:34-05:00