i have a repeater full of data..now on a edit button click the whole data will come into a lightbox and then by json i have to updatye it...kindly can any onehelp me to sort it how..how to do that...i did the part to update it...but from repeater how to
get the data to a lightbox
None
0 Points
1 Post
repeater ajax edit lightbox
Dec 27, 2013 02:29 AM|arkadeepde|LINK
hi
i have a repeater full of data..now on a edit button click the whole data will come into a lightbox and then by json i have to updatye it...kindly can any onehelp me to sort it how..how to do that...i did the part to update it...but from repeater how to get the data to a lightbox
All-Star
30411 Points
3628 Posts
Re: repeater ajax edit lightbox
Dec 29, 2013 10:25 PM|Fuxiang Zhang - MSFT|LINK
Hi arkadeepde,
Thank you post the issue to asp.net forum.
From your description, I see that you want to popup a lightbox with the data which wanted to be edit.
For this issue, i suggest you using the jquery lightbox_me to to pop up the div content. I made a demo below.
aspx:
Code Behind:
For how to use the jquery lightbox_me, please refer to below link.
http://buckwilson.me/lightboxme/
Thanks.
Best Regards!