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
How can we access static variable?
What is a url string?
What are the security types in ASP/ASP.NET? Different Authentication modes?
Can the dictionary object be created in client?s scope ?
Explain what are webservices?
How can we inherit a static member?
Explain login controls.
Does asp.net still recognize the global.asa file?
What is the difference between table and query?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
What is page fragment caching?
Which method do you use to enforce garbage collection in .net?
Why is it preferred to not use finalize for clean up?
How can you identify that the page is post back?