my name is sumeetha i am using google gears in .net.what's
the problem is my server is in another place. i am working
here when i entered the values in textboxes and press enter
then it should store in database(sql server) which is in
another system.when that sever system is shutdown then the
values which i submit should store in my system and after
system opened it should automatically store the values in
the system can any one plz urgent suggest answer for this
question?
Answer Posted / prashant ahire
You have to use MSMQ in this case as it store the message
in Queue when server is offline and whenver server comes
online it gets the message from Message queue.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain difference between dataset and recordset?
Explain what is event bubbling?
How does ASP.NET framework maps client side events to Server side events.?
What are the file extensions for razor views?
How do u optimize a query in asp.net?
What are the various ways to send content from one page to another?
What are the namespaces used in asp.net mvc? : asp.net mvc
What is ispostback method in asp.net?
What is ASLM?
What are the advantages and limitations of query string?
Explain server-side scripting and client-side scripting.
Explain the differences between managed and unmanaged code?
Can you dynamically assign a Master Page?
What are the server control tags in asp.net.?
What is authorization in asp.net?