Click here to Skip to main content
15,917,328 members
Home / Discussions / C#
   

C#

 
AnswerRe: File reference or Project reference ?? Pin
Heath Stewart2-Mar-05 21:13
protectorHeath Stewart2-Mar-05 21:13 
QuestionHow to make a datagrid with a column of CheckBox????? Pin
welsrping2-Mar-05 15:37
welsrping2-Mar-05 15:37 
AnswerRe: How to make a datagrid with a column of CheckBox????? Pin
Titan Williams2-Mar-05 17:50
Titan Williams2-Mar-05 17:50 
GeneralRe: How to make a datagrid with a column of CheckBox????? Pin
welsrping3-Mar-05 13:09
welsrping3-Mar-05 13:09 
AnswerRe: How to make a datagrid with a column of CheckBox????? Pin
Titan Williams2-Mar-05 17:51
Titan Williams2-Mar-05 17:51 
AnswerRe: How to make a datagrid with a column of CheckBox????? Pin
Heath Stewart2-Mar-05 21:11
protectorHeath Stewart2-Mar-05 21:11 
GeneralRe: How to make a datagrid with a column of CheckBox????? Pin
welsrping3-Mar-05 13:27
welsrping3-Mar-05 13:27 
GeneralRe: How to make a datagrid with a column of CheckBox????? Pin
Heath Stewart4-Mar-05 6:00
protectorHeath Stewart4-Mar-05 6:00 
It's in an indeterminate state because there's no actual data row created yet. If you want to default the value, you should either add a DataColumn to your DataSet with the DefaultValue property set, or do this a better way by creating a typed DataSet in the designer, which also facilitates data-bound control design in VS.NET as well as typed access to fields in your code editor. Read Generating a Strongly Typed DataSet[^] in the .NET Framework SDK, as well as ADO.NET Datasets[^] in the Visual Studio .NET product documentation for information about how to create typed DataSets using the component designer (slick).

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: How to make a datagrid with a column of CheckBox????? Pin
welsrping6-Mar-05 12:42
welsrping6-Mar-05 12:42 
AnswerRe: Simple: Make the Table column's Default value to what ever you want. Pin
dlscl4227-Jul-05 23:37
dlscl4227-Jul-05 23:37 
GeneralUnbinding DataSources Pin
Peter Vertes2-Mar-05 14:42
Peter Vertes2-Mar-05 14:42 
GeneralRe: Unbinding DataSources Pin
sreejith ss nair2-Mar-05 18:15
sreejith ss nair2-Mar-05 18:15 
Generalc# multithreading Pin
scottsebelius2-Mar-05 14:04
scottsebelius2-Mar-05 14:04 
GeneralRe: c# multithreading Pin
S. Senthil Kumar2-Mar-05 14:56
S. Senthil Kumar2-Mar-05 14:56 
GeneralRe: c# multithreading Pin
Dave Kreskowiak3-Mar-05 0:58
mveDave Kreskowiak3-Mar-05 0:58 
QuestionHow to build a dual-action scroll bar ? Pin
paisanousa2-Mar-05 13:31
paisanousa2-Mar-05 13:31 
AnswerRe: How to build a dual-action scroll bar ? Pin
Gamya2-Mar-05 20:01
sussGamya2-Mar-05 20:01 
GeneralRe: How to build a dual-action scroll bar ? Pin
paisanousa3-Mar-05 10:25
paisanousa3-Mar-05 10:25 
GeneralRe: How to build a dual-action scroll bar ? Pin
3-Mar-05 18:39
suss3-Mar-05 18:39 
GeneralRe: How to build a dual-action scroll bar ? Pin
paisanousa4-Mar-05 12:19
paisanousa4-Mar-05 12:19 
AnswerRe: How to build a dual-action scroll bar ? Pin
Gamya3-Mar-05 19:01
sussGamya3-Mar-05 19:01 
GeneralDuring app start, button is repeatedly clicked Pin
porterrific2-Mar-05 13:05
porterrific2-Mar-05 13:05 
GeneralRe: During app start, button is repeatedly clicked Pin
sreejith ss nair2-Mar-05 18:19
sreejith ss nair2-Mar-05 18:19 
GeneralRe: During app start, button is repeatedly clicked Pin
porterrific3-Mar-05 3:44
porterrific3-Mar-05 3:44 
Generaladd,delete,update,serch option ? want code Pin
chandtec2-Mar-05 12:32
chandtec2-Mar-05 12:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.