Click here to Skip to main content
15,913,758 members
Home / Discussions / C#
   

C#

 
GeneralRe: Gridview1_rowdatabound event Pin
Andrew Woodward7-Jan-10 10:26
Andrew Woodward7-Jan-10 10:26 
GeneralRe: Gridview1_rowdatabound event Pin
OriginalGriff7-Jan-10 10:33
mveOriginalGriff7-Jan-10 10:33 
GeneralRe: Gridview1_rowdatabound event Pin
Andrew Woodward7-Jan-10 10:39
Andrew Woodward7-Jan-10 10:39 
GeneralRe: Gridview1_rowdatabound event Pin
OriginalGriff7-Jan-10 10:50
mveOriginalGriff7-Jan-10 10:50 
QuestionAre there anyone who know how to process cube via .net c# Pin
ImTheKiN7-Jan-10 6:37
ImTheKiN7-Jan-10 6:37 
AnswerRe: Are there anyone who know how to process cube via .net c# Pin
Alan Balkany8-Jan-10 4:44
Alan Balkany8-Jan-10 4:44 
QuestionInteractive 2D openGL Pin
Paul Harsent7-Jan-10 6:27
Paul Harsent7-Jan-10 6:27 
QuestionApp.config with custom section and custom elements collection inside Pin
xkrja7-Jan-10 4:30
xkrja7-Jan-10 4:30 
I want to set up a config section in my app.config that looks something like below:

<ConfiguredDatabases><br />
  <Database Type="MyFirstDatabase" /><br />
  <Database Type="MySecondDatabase" /><br />
  <Database Type="MyThirdDatabase" /><br />
</ConfiguredDatabases>


But I don't understand how to the custom configuration class need to look like in order to get this to work. I found the below link:

http://devlicio.us/blogs/derik_whittaker/archive/2006/11/13/app-config-and-custom-configuration-sections.aspx[^]

But in that sample it looks like below:

<StartupFolders><br />
  <Folders><br />
    <add folderType="A" path="c:\foo" /><br />
    <add folderType="B" path="C:\foo1" /><br />
  </Folders><br />
</StartupFolders>


You see that there is a difference: The element names in the collection are named 'add'. I want the to have a custom name (like 'Database'). It's more clear to me. How would I proceed to achieve that?

Thanks for help!
Questionfind week num of first week in year [modified] Pin
Maddie from Dartford7-Jan-10 4:09
Maddie from Dartford7-Jan-10 4:09 
AnswerRe: find week num of first week in year Pin
dan!sh 7-Jan-10 4:21
professional dan!sh 7-Jan-10 4:21 
GeneralRe: find week num of first week in year Pin
Maddie from Dartford7-Jan-10 4:30
Maddie from Dartford7-Jan-10 4:30 
GeneralRe: find week num of first week in year Pin
dan!sh 7-Jan-10 4:36
professional dan!sh 7-Jan-10 4:36 
GeneralRe: find week num of first week in year Pin
Maddie from Dartford7-Jan-10 4:47
Maddie from Dartford7-Jan-10 4:47 
GeneralRe: find week num of first week in year Pin
dan!sh 7-Jan-10 4:53
professional dan!sh 7-Jan-10 4:53 
GeneralRe: find week num of first week in year [modified] Pin
dojohansen8-Jan-10 1:15
dojohansen8-Jan-10 1:15 
GeneralRe: find week num of first week in year Pin
OriginalGriff7-Jan-10 8:32
mveOriginalGriff7-Jan-10 8:32 
GeneralRe: find week num of first week in year Pin
dojohansen8-Jan-10 1:21
dojohansen8-Jan-10 1:21 
AnswerRe: find week num of first week in year Pin
Richard MacCutchan7-Jan-10 4:44
mveRichard MacCutchan7-Jan-10 4:44 
GeneralRe: find week num of first week in year Pin
Maddie from Dartford7-Jan-10 4:59
Maddie from Dartford7-Jan-10 4:59 
GeneralRe: find week num of first week in year Pin
Richard MacCutchan7-Jan-10 5:42
mveRichard MacCutchan7-Jan-10 5:42 
GeneralRe: find week num of first week in year Pin
Maddie from Dartford7-Jan-10 6:03
Maddie from Dartford7-Jan-10 6:03 
JokeRe: find week num of first week in year Pin
dojohansen8-Jan-10 1:27
dojohansen8-Jan-10 1:27 
GeneralRe: find week num of first week in year Pin
Richard MacCutchan8-Jan-10 4:29
mveRichard MacCutchan8-Jan-10 4:29 
QuestionDataGridView, DataSource and RowCount related query Pin
dan!sh 7-Jan-10 4:09
professional dan!sh 7-Jan-10 4:09 
AnswerRe: DataGridView, DataSource and RowCount related query Pin
Ben Fair7-Jan-10 4:52
Ben Fair7-Jan-10 4: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.