Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Something got changed in recent .NET version
Message
From
04/12/2014 11:09:43
 
 
To
04/12/2014 09:51:23
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows 8.1
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01611808
Message ID:
01611825
Views:
45
Ok, I found the bug.

If I have something like this:
<div id=DivTitleShortEnglish runat=server visible=false>
<tr> 
<TD Class=Label><asp:Label ID="LabelTitleShortEnglish" runat="server"></asp:Label>:</td>
<td><img src="Images/point.gif" width=3 height=1 /></td>
<td><asp:textbox ID="TitleShort_E" runat="server" Width=300></asp:textbox>
</tr>
</div>
This makes the textbox control to be recognized as a generic control.

If I have something like this:
<tr> 
<TD Class=Label><asp:Label ID="LabelTitleShortEnglish" runat="server"></asp:Label>:</td>
<td><img src="Images/point.gif" width=3 height=1 /></td>
<td><asp:textbox ID="TitleShort_E" runat="server" Width=300></asp:textbox>
</tr>
This is ok.

So, once encapsulated inside a div, all other controls are recognized ok. But, the textbox control is recognized as a generic control.

Anyone has that link again to report that bug to Microsoft? This was working before. So, it is obviously something recent.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform