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
What are the advantages and disadvantages of Using Cookies?
What is Partial PostBack in ASP.NET?
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
How to use ipostback?
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
Explain the role of global.asax?
What is the sequence in which ASP.NET events are processed?
How should I destroy my objects in asp.net?
Can viewstate be accessed in another page?
Explain the features that make asp.net more used framework? : asp.net mvc
What events will occur when a page is loaded?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
A Web Service Can Only Be Written In .net. Is it True??
What is the difference between dispose() and finalize()?