|
| Calendar Control |
|
|
|
|
| Messages |
|
Related Types |
This message was discovered on ASPFriends.com 'aspngvb' list.
| isaacs@journalinteractive.com (Scott Isaacs) |
Hi,
Is it possible to have the HTML generated by calendar control stored in a string rather than streamed to the screen? How?
Also, is this possible for objects in general? Or does the object developer specifically have to create a method/property to accomplish this?
Thanks
Scott
|
|
|
| |
|
| |
| |
| Andy Smith |
| GOOD ANSWER |
I imagine _could_ do it fairly easily by wrapping a HtmlTextWriter = around a memory stream, and call RenderControl on the Calendar, passing = your writer...
but I can't of why you would want to do this.
__ Andy Smith Keyboard Jockey #3a7-2.78.1
[Original message clipped]
|
|
|
| |
|
|
| |
|
| |
| Michael Wells |
Are you looking to generate HTML emails? If you can avoid security concerns, it's probably simpler to generate the email directly from a "live" ASPX page. However, you may have to watch out for fancy javascripting, etc, that some of the controls produce. It may create problems if the user clicks on controls in the email, since there isn't really an ASP.NET session running when the user views the email.
Again, I'm guessing that this is your intent...
-- Michael Wells
[Original message clipped]
|
|
|
| |
|
|
| |
|
| | |
|
|
|
|
|
|
|
BootFX
Reliable and powerful .NET application framework. |
|
|
|
|
|
|