Hi Frnds,
In my project i am returning image from asmx handler file, i want to bind the image via JQuery call, how can i call asmx file and bind image in client side.
My handler file code " context.Response.BinaryWrite(byteArray.ToArray());"
Thanks in advance.