Welcome Guest Search | Active Topics | Sign In | Register

ajax tabstrip & DatePicker problem Options
dllhell
Posted: Monday, March 3, 2008 2:15:42 AM
Rank: Member
Groups: Member

Joined: 2/21/2008
Posts: 25
Hello,

Problem appears when I try to place datepicker into ajax-tabstrip: "Error creating control ID property is not specified"

Is there any way to aviod this inconvenience?
eo_support
Posted: Monday, March 3, 2008 5:38:26 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,093
Hi,

I am not sure what "ajax-tabstrip" you are refering. 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
dllhell
Posted: Monday, March 3, 2008 11:44:38 PM
Rank: Member
Groups: Member

Joined: 2/21/2008
Posts: 25
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.aspx
http://www.microsoft.com/downloads/thankyou.aspx?familyId=ca9d90fa-e8c9-42e3-aa19-08e2c027f5d6&displayLang=en

eo_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.
dllhell
Posted: Tuesday, March 4, 2008 2:31:34 AM
Rank: Member
Groups: Member

Joined: 2/21/2008
Posts: 25
I resolved a problem, AJAX toolkit have some issues...
I still can't point on datepicker and change properties because VS2005 think that datepicker haven't an ID, but it works...



You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.