PRB: Properties Window Displays First Paragraph Tag Property When You Modify an ASP.NET Control Property (817031)
The information in this article applies to:
- Microsoft ASP.NET (included with the .NET Framework 1.1)
- Microsoft ASP.NET (included with the .NET Framework) 1.0
SYMPTOMS When you change the property of a control in an ASP.NET
application by using the list in the Properties window in Microsoft Visual
Studio .NET, the Properties window automatically changes to display the
property of the first
paragraph tag (<P>) on the Web page.
The problem occurs only one time, and it occurs when you switch from HTML view
to Design view. The problem does not occur on later changes in the
property.RESOLUTIONYou can use one of the following methods to resolve the
problem:
- Instead of selecting the property value from the list,
click the property, and then press the
DOWN ARROW key to move to
the next value of the property.
- If possible, remove the paragraph tags. If you cannot
remove the paragraph tags, make sure that the first pair do not enclose a control. Instead, make sure the first pair is are grouped together
(<P></P>).
- Select the ASP.NET server control again, and then modify the property
again.
STATUS This
behavior is by design.REFERENCESFor more information about ASP.NET server controls, visit
the following Microsoft Developer Network (MSDN) Web site:
Modification Type: | Minor | Last Reviewed: | 5/12/2003 |
---|
Keywords: | kbDesigner kbControl kbCtrl kbWebForms kbprb KB817031 kbAudDeveloper |
---|
|