I want to develop an offline web application which generates the data string,
when ever my marketing user will enter the data and when ever they gets the
internet connectivity , that application send that string through email to
one email address at my server. How can i do that ? can anybody help me

thanks in advance

guddu

RE: web application development for Pocket PC by DarrenShaffer

DarrenShaffer
Sun Oct 03 20:15:02 CDT 2004

Guddu,

I wouldn't make this a web app. Make a Compact Framework app using Windows
Forms and store your data in a serialized dataset or SQL CE when off-line.

-Darren


"Guddu" wrote:

> I want to develop an offline web application which generates the data string,
> when ever my marketing user will enter the data and when ever they gets the
> internet connectivity , that application send that string through email to
> one email address at my server. How can i do that ? can anybody help me
>
> thanks in advance
>
> guddu

RE: web application development for Pocket PC by Guddu

Guddu
Sun Oct 03 23:47:03 CDT 2004

Hello Darren,

Thanks for the reply, One more query We have sql server at the back end on
our server and though we are into agri business and my staff get internet
once/twice in a week, so can i make an application for transferring the data
also directly to my sql server instead of sending mail when ever my user get
connectivity. In this way my user will store data into palm offline and when
they get internet,just open application and the data will be transffered to
my sqlserver. Please help
regards
Subodh

"Darren Shaffer" wrote:

> Guddu,
>
> I wouldn't make this a web app. Make a Compact Framework app using Windows
> Forms and store your data in a serialized dataset or SQL CE when off-line.
>
> -Darren
>
>
> "Guddu" wrote:
>
> > I want to develop an offline web application which generates the data string,
> > when ever my marketing user will enter the data and when ever they gets the
> > internet connectivity , that application send that string through email to
> > one email address at my server. How can i do that ? can anybody help me
> >
> > thanks in advance
> >
> > guddu

RE: web application development for Pocket PC by DarrenShaffer

DarrenShaffer
Mon Oct 04 09:55:05 CDT 2004

What mobile device are you using? If you're on PocketPC, I would recommend
building a .NET Compact Framework application that captures the data locally
while offline in SQL CE or an XML file on device. When an internet
connection is present, either use SQL CE --> SQL Server replication or use a
web service call from device to server to synchronize the data.

-Darren

"Guddu" wrote:

> Hello Darren,
>
> Thanks for the reply, One more query We have sql server at the back end on
> our server and though we are into agri business and my staff get internet
> once/twice in a week, so can i make an application for transferring the data
> also directly to my sql server instead of sending mail when ever my user get
> connectivity. In this way my user will store data into palm offline and when
> they get internet,just open application and the data will be transffered to
> my sqlserver. Please help
> regards
> Subodh
>
> "Darren Shaffer" wrote:
>
> > Guddu,
> >
> > I wouldn't make this a web app. Make a Compact Framework app using Windows
> > Forms and store your data in a serialized dataset or SQL CE when off-line.
> >
> > -Darren
> >
> >
> > "Guddu" wrote:
> >
> > > I want to develop an offline web application which generates the data string,
> > > when ever my marketing user will enter the data and when ever they gets the
> > > internet connectivity , that application send that string through email to
> > > one email address at my server. How can i do that ? can anybody help me
> > >
> > > thanks in advance
> > >
> > > guddu

RE: web application development for Pocket PC by khalid

khalid
Thu Apr 07 19:03:02 CDT 2005



"Darren Shaffer" wrote:

> What mobile device are you using? If you're on PocketPC, I would recommend
> building a .NET Compact Framework application that captures the data locally
> while offline in SQL CE or an XML file on device. When an internet
> connection is present, either use SQL CE --> SQL Server replication or use a
> web service call from device to server to synchronize the data.
>
> -Darren
>
> "Guddu" wrote:
>
> > Hello Darren,
> >
> > Thanks for the reply, One more query We have sql server at the back end on
> > our server and though we are into agri business and my staff get internet
> > once/twice in a week, so can i make an application for transferring the data
> > also directly to my sql server instead of sending mail when ever my user get
> > connectivity. In this way my user will store data into palm offline and when
> > they get internet,just open application and the data will be transffered to
> > my sqlserver. Please help
> > regards
> > Subodh
> >
> > "Darren Shaffer" wrote:
> >
> > > Guddu,
> > >
> > > I wouldn't make this a web app. Make a Compact Framework app using Windows
> > > Forms and store your data in a serialized dataset or SQL CE when off-line.
> > >
> > > -Darren
> > >
> > >
> > > "Guddu" wrote:
> > >
> > > > I want to develop an offline web application which generates the data string,
> > > > when ever my marketing user will enter the data and when ever they gets the
> > > > internet connectivity , that application send that string through email to
> > > > one email address at my server. How can i do that ? can anybody help me
> > > >
> > > > thanks in advance
> > > >
> > > > guddu