Click here to Skip to main content
15,903,523 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: App_Code problem Pin
Steven A. Lowe16-Sep-08 15:45
Steven A. Lowe16-Sep-08 15:45 
QuestionFilling a DataGridView containing a ComboBox Pin
akhi4akhil14-Sep-08 19:37
akhi4akhil14-Sep-08 19:37 
AnswerRe: Filling a DataGridView containing a ComboBox Pin
srabik15-Sep-08 2:48
srabik15-Sep-08 2:48 
GeneralRe: Filling a DataGridView containing a ComboBox Pin
srabik15-Sep-08 3:13
srabik15-Sep-08 3:13 
GeneralRe: Filling a DataGridView containing a ComboBox Pin
akhi4akhil16-Sep-08 0:22
akhi4akhil16-Sep-08 0:22 
GeneralRe: Filling a DataGridView containing a ComboBox Pin
akhi4akhil16-Sep-08 1:25
akhi4akhil16-Sep-08 1:25 
GeneralRe: Filling a DataGridView containing a ComboBox Pin
akhi4akhil16-Sep-08 0:04
akhi4akhil16-Sep-08 0:04 
GeneralRe: Filling a DataGridView containing a ComboBox Pin
srabik16-Sep-08 2:57
srabik16-Sep-08 2:57 
Why to put checkboxes into datagrid maually? If the column is type of bool, datagrid automatically put checkboxes into this column. And about comboboxes, the column should be then some type of enum or something alike.

And by the way, i think, that DataGridView is only in memory, it provides data to DataGrid, which is displayed. Standard DataGrid filling is creating DataGridView, set its DataSource to some DataSet table. Then set DataGrid's DataSource to this DataGridView and you are done.
GeneralRe: Filling a DataGridView containing a ComboBox Pin
akhi4akhil16-Sep-08 17:14
akhi4akhil16-Sep-08 17:14 
GeneralRe: Filling a DataGridView containing a ComboBox Pin
akhi4akhil16-Sep-08 0:19
akhi4akhil16-Sep-08 0:19 
QuestionClickOnce Deployment - force download file with different version but same hash Pin
srabik14-Sep-08 13:32
srabik14-Sep-08 13:32 
QuestionBorder+ColorAnimation (Borderbrush) Pin
Stevie14-Sep-08 8:25
Stevie14-Sep-08 8:25 
AnswerRe: Border+ColorAnimation (Borderbrush) Pin
Stevie14-Sep-08 8:35
Stevie14-Sep-08 8:35 
QuestionForm crashes to taskbar when left minimized? [modified] Pin
teddycrew12-Sep-08 0:23
teddycrew12-Sep-08 0:23 
AnswerRe: Form crashes to taskbar? Pin
led mike12-Sep-08 5:02
led mike12-Sep-08 5:02 
GeneralRe: Form crashes to taskbar? Pin
teddycrew12-Sep-08 12:58
teddycrew12-Sep-08 12:58 
Questioninstallation issue of dot net 2005 Pin
onrivman11-Sep-08 21:19
onrivman11-Sep-08 21:19 
AnswerRe: installation issue of dot net 2005 Pin
Pete O'Hanlon11-Sep-08 22:11
mvePete O'Hanlon11-Sep-08 22:11 
GeneralHelp required in SQL query Pin
khalidd11-Sep-08 0:06
khalidd11-Sep-08 0:06 
GeneralRe: Help required in SQL query Pin
Pete O'Hanlon11-Sep-08 0:55
mvePete O'Hanlon11-Sep-08 0:55 
GeneralRe: Help required in SQL query Pin
Paul Conrad11-Sep-08 6:30
professionalPaul Conrad11-Sep-08 6:30 
QuestionInstallation of VisualStudio 2008 Pin
yadlaprasad10-Sep-08 2:10
yadlaprasad10-Sep-08 2:10 
AnswerRe: Installation of VisualStudio 2008 Pin
Pete O'Hanlon10-Sep-08 2:27
mvePete O'Hanlon10-Sep-08 2:27 
AnswerRe: Installation of VisualStudio 2008 Pin
John_Adams12-Sep-08 3:29
John_Adams12-Sep-08 3:29 
QuestionChange cell color in a DataGridView? Pin
Gregory Gadow9-Sep-08 7:07
Gregory Gadow9-Sep-08 7:07 

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.