Passing values between pocketpc application and aspx page

  • Thread starter Thread starter Priyal
  • Start date Start date
P

Priyal

Hi all,

I got one PDA application build in vb.net/C#.net works on windows mobile.

and i got one webapplication build in vb.net/C#.net

Now i want to pass firstname and lastname from my pda application to aspx
page
and from that aspx page i need to forward that values to another website.

Looking forward to hearing from you soon

Regards

Priyal
 
Hi all,

I got one PDA application build in vb.net/C#.net works on windows
mobile.

and i got one webapplication build in vb.net/C#.net

Now i want to pass firstname and lastname from my pda application to
aspx page
and from that aspx page i need to forward that values to another
website.

Looking forward to hearing from you soon

Create a web service (ASMX) and use it as your interface to call the site.


--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

*******************************************
| Think outside the box! |
*******************************************
 
Back
Top