ASP.NET Mobile Application and .Net Compact Framework

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can I call or view the Web application or Mobile Web Application that develop using ASP.NET technology from .NET Compact Framework ??? Is that any others ways to do it. Thanks
 
Hi,

You want to view a web application from your .net compact framework
application. correct?

If so, you can use HTMLView Control to incorporate that functionality. The
following link containing an article on using HTMLView Control in your
pocket pc application will give u a idea on the capabilities of HTMLView
control

http://www.developer.com/ws/pc/article.php/3329671

To use the HTMLView control in .NET Compct Framework application u can
download the OpenNETCF Smart Device Framework 1.0 which contains a .NET CF
wrapper for HTMLView control. Here is the link for the same.
http://www.opennetcf.org/PermaLink.aspx?guid=3a013afd-791e-45ef-802a-4c1dbe1cfef9

HTH,

Girish.

Lianna said:
Can I call or view the Web application or Mobile Web Application that
develop using ASP.NET technology from .NET Compact Framework ??? Is that
any others ways to do it. Thanks
 
Back
Top