Click to See Complete Forum and Search --> : passing string arrays from serverside to client side and vice versa


umaheshchandra
04-25-2006, 01:20 AM
can anybody tell me how to pass a string arrays from javascript function which is on clientside to server side c# function
and vice-versa

how to call a function in javascript of clientside from serverside c# function and viceversa

sirpelidor
04-29-2006, 04:05 AM
although i never tried before, but i would utlize the idea of ajax to solve your problem.

you may wanna research on httpxml object form javascript.

hope this link will give you a sense of direction of where to go...
http://aspn.activestate.com/ASPN/Mail/Message/DevelopMentor-dotNET/1261622


here's another simplier example, talking between javascript vs. server side programming:

http://www.w3schools.com/ajax/default.asp