Click here to Skip to main content
15,899,475 members
Home / Discussions / C#
   

C#

 
Questionar!How to get Controll Names used in Form? Pin
majidbhutta21-Nov-05 19:46
majidbhutta21-Nov-05 19:46 
AnswerRe: ar!How to get Controll Names used in Form? Pin
MoustafaS22-Nov-05 0:22
MoustafaS22-Nov-05 0:22 
QuestionDataTable.Select() error Pin
CandyMe21-Nov-05 19:43
CandyMe21-Nov-05 19:43 
AnswerRe: DataTable.Select() error Pin
Stanciu Vlad22-Nov-05 4:08
Stanciu Vlad22-Nov-05 4:08 
GeneralRe: DataTable.Select() error Pin
CandyMe22-Nov-05 13:12
CandyMe22-Nov-05 13:12 
Questionplz help me to solve this problem Pin
Ankush Bindra21-Nov-05 19:13
Ankush Bindra21-Nov-05 19:13 
AnswerRe: plz help me to solve this problem Pin
cshaaaa21-Nov-05 19:26
cshaaaa21-Nov-05 19:26 
QuestionApp.config - Can you contribute? Pin
SheenSylesh21-Nov-05 19:00
SheenSylesh21-Nov-05 19:00 
Hi All,

I'm using Microsoft Enterprise Library Configuration Application Block to configure my application. In my App.Config I have the following code snippet:
<br />
<configuration><br />
  <configSections><br />
    <section name="enterpriselibrary.configurationSettings" type="System.Configuration.IgnoreSectionHa X| ndler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /><br />
  </configSections><br />
  <enterpriselibrary.configurationSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance" defaultSection="" applicationName="Application" xmlns="http://www.microsoft.com/practices/enterpriselibrary/08-31-2004/configuration">
<configurationsections>
<configurationsection name="EditorSettings" encrypt="false">
<storageprovider xsi:type="XmlFileStorageProviderData" name="XML File Storage Provider" path="EditorSettings.config">
<datatransformer xsi:type="XmlSerializerTransformerData" name="Xml Serializer Transformer">
<includetypes>



<keyalgorithmstorageprovider xsi:nil="true">



My EditorSettings.Config file looks like:

<br />
<br />
<editorsettings><br />
  <xmlserializersection type="ConfigFile.SettingsClass, ConfigFile, Version=1.0.2146.19246, Culture=neutral, PublicKeyToken=null"><br />
    <settingsclass xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><br />
      <username>Administrator<br />
      <clientname>uuuu<br />
      <appname>uh<br />
    <br />
  <br />
<br />
<br />
My question is: In my App.config, can I add one more <configurationsection> inside <configurationsections>. If yes, how can I include it in my EditorSettings.Config file? How can i access this new section from my code. <br />
<br />
Thank You.<br />
<br />
<br />
 -- modified at 1:15 Tuesday 22nd November, 2005

AnswerRe: App.config - Can you contribute? Pin
cshaaaa21-Nov-05 19:16
cshaaaa21-Nov-05 19:16 
AnswerRe: App.config - Can you contribute? Pin
Asad Mahmood21-Nov-05 19:50
Asad Mahmood21-Nov-05 19:50 
QuestionHow to get the code(["SerialNumber"]) of harddisk of local area network Pin
koenemy21-Nov-05 18:53
koenemy21-Nov-05 18:53 
AnswerRe: How to get the code([&quot;SerialNumber&quot;]) of harddisk of local area network Pin
MoustafaS22-Nov-05 0:27
MoustafaS22-Nov-05 0:27 
Questionhow to get XML tag of different sites for use in our sites for news reading Pin
v.k.s21-Nov-05 18:30
v.k.s21-Nov-05 18:30 
QuestionReading Active Directory user password? Pin
devvvy21-Nov-05 16:01
devvvy21-Nov-05 16:01 
AnswerRe: Reading Active Directory user password? Pin
mav.northwind21-Nov-05 20:29
mav.northwind21-Nov-05 20:29 
GeneralRe: Reading Active Directory user password? Pin
devvvy21-Nov-05 20:35
devvvy21-Nov-05 20:35 
GeneralRe: Reading Active Directory user password? Pin
mav.northwind21-Nov-05 21:32
mav.northwind21-Nov-05 21:32 
GeneralRe: Reading Active Directory user password? Pin
devvvy21-Nov-05 21:43
devvvy21-Nov-05 21:43 
QuestionConfused about shallow and deep copy in C# Pin
Johny Ng21-Nov-05 13:00
Johny Ng21-Nov-05 13:00 
AnswerRe: Confused about shallow and deep copy in C# Pin
Joshua Quick21-Nov-05 14:14
Joshua Quick21-Nov-05 14:14 
AnswerRe: Confused about shallow and deep copy in C# Pin
ABC_Developer21-Nov-05 18:26
ABC_Developer21-Nov-05 18:26 
Question[very urgent]!! combobox question Pin
Sam 200621-Nov-05 12:26
Sam 200621-Nov-05 12:26 
AnswerRe: [very urgent]!! combobox question Pin
enjoycrack21-Nov-05 12:48
enjoycrack21-Nov-05 12:48 
AnswerRe: [very urgent]!! combobox question Pin
cshaaaa21-Nov-05 19:09
cshaaaa21-Nov-05 19:09 
Questionbarcode: code 128 from c# Pin
grahamcere21-Nov-05 12:02
grahamcere21-Nov-05 12:02 

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.