Click here to Skip to main content
15,922,630 members
Home / Discussions / C#
   

C#

 
QuestionItemCommand triggering off of a dropdownlist Pin
Baatezu22-Nov-05 13:36
Baatezu22-Nov-05 13:36 
QuestionEventLog Pin
Guinness4Strength22-Nov-05 12:15
Guinness4Strength22-Nov-05 12:15 
AnswerRe: EventLog Pin
Guinness4Strength23-Nov-05 4:15
Guinness4Strength23-Nov-05 4:15 
QuestionChanging default format for DateTime.ToString() Pin
Dan Neely22-Nov-05 10:51
Dan Neely22-Nov-05 10:51 
AnswerRe: Changing default format for DateTime.ToString() Pin
Joshua Quick22-Nov-05 11:39
Joshua Quick22-Nov-05 11:39 
GeneralRe: Changing default format for DateTime.ToString() Pin
Dan Neely22-Nov-05 11:49
Dan Neely22-Nov-05 11:49 
GeneralRe: Changing default format for DateTime.ToString() Pin
Joshua Quick22-Nov-05 12:19
Joshua Quick22-Nov-05 12:19 
GeneralRe: Changing default format for DateTime.ToString() Pin
Dan Neely23-Nov-05 2:28
Dan Neely23-Nov-05 2:28 
Questionstrings Pin
Sam 200622-Nov-05 10:34
Sam 200622-Nov-05 10:34 
AnswerRe: strings Pin
Christian Graus22-Nov-05 11:16
protectorChristian Graus22-Nov-05 11:16 
GeneralRe: strings Pin
Sam 200622-Nov-05 12:27
Sam 200622-Nov-05 12:27 
GeneralRe: strings Pin
Christian Graus22-Nov-05 12:39
protectorChristian Graus22-Nov-05 12:39 
GeneralRe: strings Pin
Sam 200622-Nov-05 12:45
Sam 200622-Nov-05 12:45 
QuestionBest way to go fullscreen? Pin
MKlucher22-Nov-05 9:12
MKlucher22-Nov-05 9:12 
AnswerRe: Best way to go fullscreen? Pin
Christian Graus22-Nov-05 11:17
protectorChristian Graus22-Nov-05 11:17 
AnswerRe: Best way to go fullscreen? Pin
Stanciu Vlad22-Nov-05 21:43
Stanciu Vlad22-Nov-05 21:43 
QuestionGeneric Collection class question Pin
smh122-Nov-05 7:11
smh122-Nov-05 7:11 
AnswerRe: Generic Collection class question Pin
Kevin McFarlane22-Nov-05 9:28
Kevin McFarlane22-Nov-05 9:28 
AnswerRe: Generic Collection class question Pin
Christian Graus22-Nov-05 11:48
protectorChristian Graus22-Nov-05 11:48 
GeneralRe: Generic Collection class question Pin
akyriako7822-Nov-05 12:30
akyriako7822-Nov-05 12:30 
GeneralRe: Generic Collection class question Pin
Christian Graus22-Nov-05 12:39
protectorChristian Graus22-Nov-05 12:39 
AnswerRe: Generic Collection class question Pin
smh123-Nov-05 8:58
smh123-Nov-05 8:58 
QuestionXmlValidatingReader problem with xs:date Pin
IsaacB22-Nov-05 6:51
IsaacB22-Nov-05 6:51 
QuestionDynamically Add Textboxes to datagrid Pin
tadhg8822-Nov-05 6:36
tadhg8822-Nov-05 6:36 
AnswerRe: Dynamically Add Textboxes to datagrid Pin
Stanciu Vlad22-Nov-05 9:08
Stanciu Vlad22-Nov-05 9:08 
A DataGrid displays data and let's you modify it into a special control derived from the DataGridColumnStyle. The TextBox-looklike contol that is avaliable on a DataGrid actualy is a DataGridTextBoxColumn.
When you set a DataGrid's Data Source if a Custom TalbeStyle is not provided, then a standard one is created. So basicly you don't have acces to the "TextBoxes into the cells".
But if you do not supply a Custom TableStyle and make changes to the DataSource (table) you may see the correct results onto the Grid. (na. adding more columns to the table, or if you do have a table style - lets say you preffer the columns to be sorted - be sure to update the table style afther adding a new column)

I hope you understand...because is a rough world out there...

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.