Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to call a jsp hosted on some private web server on internet which also includes mysql db through a win mobile 6 application,

is it possible to code this call on button click?
can anyone help me..
Posted
Comments
CodingLover 29-Apr-11 1:18am    
you want to just call a page and display on mobile?

1 solution

Just use a normal HttpWebRequest[^] it is supported by the .NET Compact Framework.

There a lots of examples out there you can google yourself.

Regards,

-MRB
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900