Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Something got changed in recent .NET version
Message
 
 
À
04/12/2014 11:09:43
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:
01611830
Vues:
35
>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.

This is the link https://connect.microsoft.com/directory/accepting-bugs but I don't see how to create a new bug there. Probably needs more digging, I think this site designed to make developers have hard time reporting problems.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform