Click here to Skip to main content
15,890,897 members
Home / Discussions / C#
   

C#

 
Questionhelp Pin
ravimohan1629-Aug-05 1:29
ravimohan1629-Aug-05 1:29 
AnswerRe: help Pin
Daniel Turini29-Aug-05 1:38
Daniel Turini29-Aug-05 1:38 
AnswerRe: help Pin
SeMartens29-Aug-05 1:38
SeMartens29-Aug-05 1:38 
QuestionHtml to DataTable or DataGrid Pin
Canastro29-Aug-05 1:03
Canastro29-Aug-05 1:03 
QuestionTabControl BackColor - can it be done and how? Let's settle it once and for all Pin
misterbear29-Aug-05 0:33
misterbear29-Aug-05 0:33 
AnswerRe: TabControl BackColor - can it be done and how? Let's settle it once and for all Pin
sreejith ss nair29-Aug-05 1:08
sreejith ss nair29-Aug-05 1:08 
GeneralRe: TabControl BackColor - can it be done and how? Let's settle it once and for all Pin
misterbear29-Aug-05 1:32
misterbear29-Aug-05 1:32 
QuestionDataview help! Pin
pokabot29-Aug-05 0:19
pokabot29-Aug-05 0:19 
Hi
Im writing an app keep notes on poker players but having a little difficulty with dataview.
Im loading an xml file containing the data into a dataset, the xml file looks like this:

<table>
<Player>
<Alias></Alias>
<Category></Category>
<Notes>
<Hand></Hand>
<Bet></Bet>
<Position></Position>
<Blinds></Blinds>
<Stack></Stack>
</Notes>
</Player>
</Table>

Im then creating a dataview object using the "Player" table.
I then set the row filter to return all rows matching an "Alias".
Then display the results in a datadrid.
This all works fine but what i actually want is to only show and edit the nested "Notes" tables for each player as the Alias will not need to change and there only needs to be one instance of the players category.
You can get to the notes table by expanding the nodes on the datagrid but thats not how i want it to look plus by only showing the notes table the user wont have to enter the alias and category when greating a new entry.

Any help would be great as to how i can achieve this, could it be solved by writing the xml file a little different?

-- modified at 6:19 Monday 29th August, 2005
QuestionProblem related to Tablet PC Pin
deldeep28-Aug-05 23:55
deldeep28-Aug-05 23:55 
QuestionApplication version Pin
rmedo28-Aug-05 23:47
rmedo28-Aug-05 23:47 
AnswerRe: Application version Pin
Guffa28-Aug-05 23:51
Guffa28-Aug-05 23:51 
GeneralRe: Application version Pin
rmedo28-Aug-05 23:54
rmedo28-Aug-05 23:54 
GeneralRe: Application version Pin
Daniel Turini29-Aug-05 1:45
Daniel Turini29-Aug-05 1:45 
AnswerRe: Application version Pin
rmedo29-Aug-05 3:15
rmedo29-Aug-05 3:15 
GeneralRe: Application version Pin
Dave Kreskowiak29-Aug-05 4:42
mveDave Kreskowiak29-Aug-05 4:42 
GeneralRe: Application version Pin
rmedo29-Aug-05 20:12
rmedo29-Aug-05 20:12 
GeneralRe: Application version Pin
Dave Kreskowiak30-Aug-05 2:24
mveDave Kreskowiak30-Aug-05 2:24 
GeneralRe: Application version Pin
rmedo30-Aug-05 20:49
rmedo30-Aug-05 20:49 
GeneralRe: Application version Pin
Dave Kreskowiak31-Aug-05 2:18
mveDave Kreskowiak31-Aug-05 2:18 
QuestionOleDbdataAdapter>> Could not determine which columns uniquely identify the rows for ... Pin
nidhelp28-Aug-05 23:18
nidhelp28-Aug-05 23:18 
AnswerRe: OleDbdataAdapter&gt;&gt; Could not determine which columns uniquely identify the rows for ... Pin
Guffa28-Aug-05 23:41
Guffa28-Aug-05 23:41 
GeneralRe: OleDbdataAdapter>> Could not determine which columns uniquely identify the rows for ... Pin
nidhelp28-Aug-05 23:56
nidhelp28-Aug-05 23:56 
QuestionRTP &amp; RTCP in C# Pin
fcn][Stampede28-Aug-05 21:41
fcn][Stampede28-Aug-05 21:41 
AnswerRe: RTP &amp; RTCP in C# Pin
Saurabh90908-Apr-09 4:05
Saurabh90908-Apr-09 4:05 
Questionneed to sort data by specific column in datagridview Pin
malak nour28-Aug-05 20:52
malak nour28-Aug-05 20:52 

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.