Thank you all. I think I've find the solution to this problem. That is: Place the repeater control into an ascx file. Then the ascx file is loaded via LoadControl method. So the repeater can be instantiated. Finally I render the whole ascx into a string object and return a string stream. You can simply render the repeater control. On the client page, I give a DIV to contain the whole table html code. Now it works very well.
But I am still looking forward to the best solution to the above. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ajaxpro The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info -~----------~----~----~----~------~----~------~--~---
