eo_support wrote:Hi,
I am not sure what "ajax-tabstrip" you are refering.
I'm talking about ASP.NET 2.0 AJAX Extensions and this is direct links below:
http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Tabs/Tabs.aspxhttp://www.microsoft.com/downloads/thankyou.aspx?familyId=ca9d90fa-e8c9-42e3-aa19-08e2c027f5d6&displayLang=eneo_support wrote:
But you can easiy fix that error by switching to .aspx view and add an ID attribute. For example, the DatePicker might look like this:
<eo:DatePicker runat="server .... >
You would need to change it to:
<eo:DatePicker runat="server" id="DatePicker1" ...>
Here "DatePicker1" is the ID of the control, you can use whatever value there. The value is usually automatically generated by the designer (for example, Visual Studio form designer), but sometimes they fail to generate it.
Thanks
I have tried but there is no change. This also appears in same situation:
<tr>
<td width="30"></td>
<td valign="center"><img src="{img:00040401}"></td>
<td valign="center">Today: {var:today:MM/dd/yyyy}</td>
</tr>
with compiler msg:
Error 1 Validation (Internet Explorer 6): The values permitted for this attribute do not include 'center'.
Error 2 File '{img:00040401}' was not found.