Hello Everyone,
I posted this question yesteday in telerik forums, but i could not seem to find that question anywhere. below is the question again
I have a gridview. There is a linkbutton in the gridview. If I click on that linkbutton, I am redirected to another web page, each Link button redirects to the same web page, but the data is different based on the querystring that i am passing from Gridview Link Button.
There are 500 records in the gridview for now, but they can increase later. There is a button at the top of the gridview that says "Export to MS word". If the user clicks on that button, then I want all the web pages that Link button is redirecting to be saved and opened in MS word document. How can I acheive this. Someone suggested me to do it in XMl because office 2007 saves everything in xml format. I am not sure how can I do this.
can someone give me any approach on how to accomplish this?
Any help will be greatly appreciated.