Web Service/Page Methods , ASPX page and GridView

P

probashi

We have a Grid View in a page that displays nicely formatted data (a
Status Report).
In another application we are sending out Alert emails {windows app}.

Now I want to attach the content of the Grid View Control (HTML) to
the email.

Is this possible to achieve this with Web Service/Page Method?
 
P

Patrick Steele

We have a Grid View in a page that displays nicely formatted data (a
Status Report).
In another application we are sending out Alert emails {windows app}.

Now I want to attach the content of the Grid View Control (HTML) to
the email.

Is this possible to achieve this with Web Service/Page Method?

In a windows app, if you add all of the proper references to the
System.Web DLL's, you can create an instance of the GridView,
programatically set properties/call methods and then call
"RenderControl" to generate the HTML for the control.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,012
Latest member
RoxanneDzm

Latest Threads

Top