Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Something got changed in recent .NET version
Message
De
04/12/2014 11:09:43
 
 
À
04/12/2014 09:51:23
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows 8.1
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01611808
Message ID:
01611825
Vues:
44
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform