Click here to Skip to main content
15,888,733 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Serializing and DeSerializing datetime values in query string Pin
Abhishek Sur11-Nov-09 21:01
professionalAbhishek Sur11-Nov-09 21:01 
GeneralRe: Serializing and DeSerializing datetime values in query string Pin
Richard MacCutchan11-Nov-09 21:56
mveRichard MacCutchan11-Nov-09 21:56 
GeneralRe: Serializing and DeSerializing datetime values in query string Pin
IrreverentCoder11-Nov-09 22:38
IrreverentCoder11-Nov-09 22:38 
GeneralRe: Serializing and DeSerializing datetime values in query string Pin
David Skelly11-Nov-09 23:14
David Skelly11-Nov-09 23:14 
GeneralRe: Serializing and DeSerializing datetime values in query string Pin
IrreverentCoder11-Nov-09 23:17
IrreverentCoder11-Nov-09 23:17 
GeneralRe: Serializing and DeSerializing datetime values in query string Pin
Oakman13-Nov-09 11:39
Oakman13-Nov-09 11:39 
General[Message Deleted] Pin
IrreverentCoder14-Nov-09 6:37
IrreverentCoder14-Nov-09 6:37 
GeneralRe: Serializing and DeSerializing datetime values in query string Pin
Oakman14-Nov-09 7:14
Oakman14-Nov-09 7:14 
QuestionUpload preview and resize an image Pin
M.A.Raheem10-Nov-09 0:08
M.A.Raheem10-Nov-09 0:08 
AnswerRe: Upload preview and resize an image Pin
Abhishek Sur10-Nov-09 21:02
professionalAbhishek Sur10-Nov-09 21:02 
GeneralRe: Upload preview and resize an image Pin
M.A.Raheem10-Nov-09 22:17
M.A.Raheem10-Nov-09 22:17 
GeneralRe: Upload preview and resize an image Pin
Abhishek Sur10-Nov-09 23:24
professionalAbhishek Sur10-Nov-09 23:24 
GeneralRe: Upload preview and resize an image Pin
M.A.Raheem12-Nov-09 1:36
M.A.Raheem12-Nov-09 1:36 
GeneralRe: Upload preview and resize an image Pin
Jayapal Chandran12-Nov-09 7:33
Jayapal Chandran12-Nov-09 7:33 
GeneralRe: Upload preview and resize an image Pin
M.A.Raheem12-Nov-09 22:12
M.A.Raheem12-Nov-09 22:12 
QuestionThrowing an error to abort javascript execution Pin
Jayapal Chandran9-Nov-09 19:47
Jayapal Chandran9-Nov-09 19:47 
AnswerRe: Throwing an error to abort javascript execution Pin
Eduard Keilholz11-Nov-09 22:54
Eduard Keilholz11-Nov-09 22:54 
GeneralRe: Throwing an error to abort javascript execution Pin
Jayapal Chandran12-Nov-09 7:22
Jayapal Chandran12-Nov-09 7:22 
NewsFree Windows Server 2008 R2 Developer Training Course on Channel 9 Pin
brucedkyle9-Nov-09 14:16
brucedkyle9-Nov-09 14:16 
QuestionDataGrid problem!! Plz Help!! Pin
Samad Maajid9-Nov-09 1:25
Samad Maajid9-Nov-09 1:25 
AnswerRe: DataGrid problem!! Plz Help!! Pin
Not Active9-Nov-09 1:48
mentorNot Active9-Nov-09 1:48 
QuestionNeed suggestion either Website or web service Pin
jaiswalrahul9-Nov-09 1:15
jaiswalrahul9-Nov-09 1:15 
AnswerRe: Need suggestion either Website or web service Pin
David Mujica9-Nov-09 3:24
David Mujica9-Nov-09 3:24 
I believe what you want to do is:
1) Store the database on your website
2) Create whatever web-app you want on your website
3) Create a data access layer to your database which exposes a series of webservices for your data.
4) Modify your mobile client application to use those webservices to access the data which is stored on your website.

You can poll the webservice as often as you would like to get the latest data from the server. Or, maybe you should think of a "push" architecture where the webserver would generate an email to the client indicating that data has changed, maybe even send the new data to the client as an XML attachment which could be used to update the client.

Good luck.
David
QuestionLooking For Web Development Service Pin
Jennifer Clark8-Nov-09 22:09
Jennifer Clark8-Nov-09 22:09 
AnswerRe: Looking For Web Development Service Pin
Gamzun8-Nov-09 22:13
Gamzun8-Nov-09 22:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.