If you want to use repeater in your case, put the repeater is a separate aspx page and in the dialog container add an iframe and call the dialog like this-
That means everytime you reassign the iframe source to get a refresh.
Second:
You can add a update panel within the dialog container and have a hidden button with click event which rebinds the repeater. An on the click of the dialog oppner fire the click event of the button.
Third:
You should not use repeater when you are using static method for getting the data. You can build the data dynamically like below-
asteranup
All-Star
30184 Points
4906 Posts
Re: Accessing asp.net method from Jquery.
Jan 30, 2012 06:22 AM|LINK
hi,
You can try few things here-
First:
If you want to use repeater in your case, put the repeater is a separate aspx page and in the dialog container add an iframe and call the dialog like this-
http://forums.asp.net/p/1655362/4310704.aspx/1?Re+jquery+dialog
That means everytime you reassign the iframe source to get a refresh.
Second:
You can add a update panel within the dialog container and have a hidden button with click event which rebinds the repeater. An on the click of the dialog oppner fire the click event of the button.
Third:
You should not use repeater when you are using static method for getting the data. You can build the data dynamically like below-
http://forums.asp.net/p/1724719/4615531.aspx/1?Re+append+raw+html
Anup Das Gupta
Mark as Answer if you feel so. Visit My Blog