CallBackEventReference more than One parameters

  • Thread starter Thread starter Varangian
  • Start date Start date
V

Varangian

Hi there,

about the GetCallBackEventReference.. .is there a way to pass more than
one parameter to javascript, is it possible that it has that big
drawback ??
 
You can always set a parameter separator. I use vertical bar | to
separate the different parameters I send, both back and forth.
 
it a fair drawback. you need to come up with your own serialzation /
deserialzation logic. the next release of .net will have better ajax support
with serialzation support added.

-- bruce (sqlwork.com)
 
Basically what I'm doing now is separating each value with a vertical
bar | and it works, splitting the variable at the javascript end.

whats the problem on that ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top