hursday, January 02, 2003 4:25 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [ADVANCED-DOTNET] Capture html of server control
> into a string
>
>
> Patrick, thanks for the code sample. The sample works fine for
> rendering a Web Server Control in a console application, but having
&g
From: Patrick Steele [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 26, 2002 12:09 PM
To: [EMAIL PROTECTED]
Subject: Re: [ADVANCED-DOTNET] Capture html of server control into a
string
Try subclassing the calendar control. Here's a quickie sample:
http://radio.weblogs.
yan [mailto:[EMAIL PROTECTED]]
> Sent: Monday, December 23, 2002 7:52 PM
> To: [EMAIL PROTECTED]
> Subject: [ADVANCED-DOTNET] Capture html of server control
> into a string
>
>
> I have a calendar control that contains checkboxes for
> selections for each
> day of the
I have a calendar control that contains checkboxes for selections for each
day of the month. I would like to send an email with html content that
represents what has been selected by the user on the calendar. I have
tried several ways to capture the html of a submitted calendar server
control. I