You need to sign in to do that
Don't have an account?

Remote Action in Visual force page?
when iam enter the Account Name like a 'balu' and click the get Account that time display the that account id not showing. please give some ideas .
You need to sign in to do that
Don't have an account?
I guess the answer is the SF document itself. Have a look at this link http://www.salesforce.com/us/developer/docs/pages/Content/pages_js_remoting.htm
You can configure your remoting call using these three parameters "buffer","timeout" and "escape". Usually written at the end of a call.
You have to look for the parameter "buffer". As per the docs buffer decides
Whether to group requests executed close to each other in time into a single request. The default is true.
Best Regards
Naga Kiran