or
| <MasterTableView NoMasterRecordsText="" AutoGenerateColumns="False" > |
| <Columns> |
| <telerik:GridTemplateColumn UniqueName="ImageFile" Groupable="False"> |
| <HeaderStyle ></HeaderStyle> |
| <ItemStyle HorizontalAlign="Center" ></ItemStyle> |
| <ItemTemplate> |
| <asp:Image ID="ImportantImage" Height="40px" BorderWidth="0px" ImageUrl='<%# DataBinder.Eval(Container.DataItem, "ImagePath") %>' AlternateText="Picture" runat="server" /> |
| </ItemTemplate> |
| </telerik:GridTemplateColumn> |
| </Columns> |
| </MasterTableView> |
| hypercolumn = New GridHyperLinkColumn |
| Me.RadGrid1.Columns.Add(hypercolumn) |
| hypercolumn.HeaderText = "Edit Rec." |
| hypercolumn.Text = "Edit" |
| hypercolumn.DataNavigateUrlFields = New String() {"Item"} |
| hypercolumn.DataNavigateUrlFormatString = "~/ItemEdit.aspx?K={0}" |
| hypercolumn.UniqueName = "EditRec" |
| hypercolumn = Nothing |

| <?xml version="1.0" encoding="utf-8"?> |
| <Appointments> |
| <Appointment> |
| <ID>4</ID> |
| <Subject> fdEclipse</Subject> |
| <Description>dfg</Description> |
| <Start>2009-12-10T00:00Z</Start> |
| <End>2009-12-11T00:00Z</End> |
| </Appointment> |
| <Appointment> |
| <ID>5</ID> |
| <Subject> Barriera Milano </Subject> |
| <Description>Prova</Description> |
| <Start>2009-12-11T08:00Z</Start> |
| <End>2009-12-11T23:00Z</End> |
| </Appointment> |
| </Appointments> |
| <?xml version="1.0" encoding="utf-8"?> |
| <Appointments> |
| <Appointment> |
| <ID>4</ID> |
| <Subject> fdEclipse</Subject> |
| <Description>dfg</Description> |
| <Start>2009-12-10T00:00Z</Start> |
| <End>2009-12-11T00:00Z</End> |
| </Appointment> |
| <Appointment> |
| <ID>5</ID> |
| <Subject> Barriera Milano </Subject> |
| <Description>Prova</Description> |
| <Start>2009-12-11T08.00Z</Start> |
| <End>2009-12-11T23.00Z</End> |
| </Appointment> |
| </Appointments> |
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
|
[FormatException: String was not recognized as a valid DateTime.] |
Hi,
Working on a functionality to convert HTML content to PDF.
Stuck with the following point :
1. Can the radEditor control control be used with a Windows Service.
2. Can we set the Header and the footer for the resultant PDF.
3. Facing problem with exporting of the HTML table tag.
Thanks in advance. Need this urgently.

| <input type="hidden" id="lblHelpPagina" runat="server" value="test"/> |