Posted on: 3/24/2014 9:16:00 PM | Views : 682

I have a grid and when a row is selected I display the detail data in a panel on top of the page using javascript.
Now, I have to add a repeater to the form. The repeater data is file info (say, file name, file size, path). I can store this info in a hidden field using '$' to spate fields and ';' to separate file; like "file1.doc$2345$temp/blah;file2.doc$5678$temp/yada". can I use this info to databind a repeater? Is it possible to databind repeaters client side?

Go to the complete details ...