Re: DataSet - DataColumn MaxLength by Miha
Miha
Fri Oct 22 09:51:26 CDT 2004
Hi,
No, it won't be automatically synced.
You should do it manually.
--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com
"rparrella" <rparrella@discussions.microsoft.com> wrote in message
news:4DB61EF8-0BD7-42B7-ACE9-774090728FD3@microsoft.com...
> If I create a DataSet in the Visual Studio IDE, how do I specify the
> MaxLength of a DataColumn?
>
> Once I specify the MaxLength, I want to bind the DataSet to controls on my
> Windows Form (TextBox controls). Will the MaxLength of the bound TextBox
> automatically sync with the bound DataColumn? If not, how do I sync the
> two?
>
> Thanks