Re: [ADVANCED-DOTNET] Capture html of server control into a string

2003-01-06 Thread Patrick Steele
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

Re: [ADVANCED-DOTNET] Capture html of server control into a string

2003-01-03 Thread Tommy Ryan
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.

Re: [ADVANCED-DOTNET] Capture html of server control into a string

2002-12-26 Thread Patrick Steele
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

[ADVANCED-DOTNET] Capture html of server control into a string

2002-12-26 Thread Tommy Ryan
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