|
|
|
|
|
Total Hits: 349 | Today: 0
|
Author: Microsoft Corporation
|
Rating:
|
|

This article refers to the following Microsoft .NET Framework Class Library namespace When you set the HeaderStyle Wrap or the ItemStyle Wrap property to False, data is still wrapped in the columns of the DataGrid Web control....
|
|
|
|
Total Hits: 738 | Today: 0
|
Author: MSDN
|
Rating:
|
|

When you are using SET statements that are followed by resultsets that are returning statements such as SELECT, existing Microsoft SQL tools return non-resultset queries. This is not true when you are using the SqlCommand.ExecuteReader method. When SET statements are used with SqlCommand.ExecuteReader, the SQL statements that contain SET statements such as "SET statistics profile on" return results from the set statements. The preceding SQL statements (such as SELECT * FROM TableA) that are exec...
|
|
|
|
Total Hits: 922 | Today: 0
|
Author: MSDN
|
Rating:
|
|

If you call the Fill method of the DataAdapter object twice on a DataTable in a DataSet that is based on a SQL outer join statement, if you do not first clear the current contents of the DataTable, the DataTable may contain two copies of each record....
|
|
|
|
Total Hits: 662 | Today: 0
|
Author: MSDN
|
Rating:
|
|

If you upgrade a Microsoft Visual Basic 6.0 project to Visual Basic .NET, and the project contains a DataGrid that was populated by using the RetrieveFields option, the data does not appear in the grid....
|
|
|
|
Total Hits: 663 | Today: 0
|
Author: MSDN
|
Rating:
|
|

When you use the XSDSchema designer tool to create an XSD schema, the elementFormDefault and attributeFormDefault properties are read incorrectly by the designer....
|
|
|
|
Total Hits: 839 | Today: 0
|
Author: MSDN
|
Rating:
|
|

When you use Visual Basic .NET to create two Windows Control Libraries (UserControls) that have a circular reference between them, and then you try to add one control onto another, the integrated development environment (IDE) may close (crash) without warning....
|
|
|
|
Total Hits: 809 | Today: 0
|
Author: MSDN
|
Rating:
|
|

To resolve this issue, set the Sorted property before you bind the ListBox to a datasource....
|
|
|
|
Total Hits: 807 | Today: 0
|
Author: MSDN
|
Rating:
|
|

When you attempt to assign images to a ColumnHeader control in a Windows Forms ListView control, the operation is unsuccessful....
|
|
|
|
Total Hits: 651 | Today: 0
|
Author: MSDN
|
Rating:
|
|

When you set the scale for a parameter of type NUMBER, it does not affect the value of the parameter that is passed to the database....
|
|
|
|
Total Hits: 745 | Today: 0
|
Author: MSDN
|
Rating:
|
|

When you use Visual Basic 6.0 components in your managed code, you may receive "Unhandled Exception" error messages....
|
|
|
|
Total Hits: 1145 | Today: 0
|
Author: MSDN
|
Rating:
|
|

When you browse to the URL of an XML Web service that returns a DataTable from one of its Web methods, you may receive the following error message: System.Data.DataRelation cannot be serialized because it does not have a default public constructor....
|
|
|
|
Total Hits: 702 | Today: 0
|
Author: MSDN
|
Rating:
|
|

When you use DataReader to read a row, if you try to access columns in that row, you receive an error message similar to the following: System.InvalidOperationException: Invalid attempt to read from column ordinal '0'. With CommandBehavior.SequentialAccess, you may only read from column ordinal '2' or greater....
|
|
|
|
|
|