Click here to Skip to main content
15,899,754 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: .asmx file Pin
eyeseetee13-Mar-08 22:26
eyeseetee13-Mar-08 22:26 
GeneralRe: .asmx file Pin
Not Active14-Mar-08 3:02
mentorNot Active14-Mar-08 3:02 
JokeRe: .asmx file Pin
Justin Perez14-Mar-08 3:21
Justin Perez14-Mar-08 3:21 
GeneralRe: .asmx file Pin
Justin Perez14-Mar-08 3:20
Justin Perez14-Mar-08 3:20 
GeneralRe: .asmx file Pin
eyeseetee14-Mar-08 4:09
eyeseetee14-Mar-08 4:09 
GeneralGetting web.config settings Pin
Brendan Vogt13-Mar-08 1:55
Brendan Vogt13-Mar-08 1:55 
GeneralRe: Getting web.config settings Pin
AhsanS13-Mar-08 2:21
AhsanS13-Mar-08 2:21 
QuestionRe: Getting web.config settings Pin
Brendan Vogt13-Mar-08 21:25
Brendan Vogt13-Mar-08 21:25 
It's not working. I have the following piece of code in my web.config:

<configuration>
<system.web>
<membership>
<providers>
<minRequiredUpperAlphaCharacters="1" />
</providers>
</membership>
</system.web>
</configuration>

I have added a couple of my own properties of which I need to retrieve the values. How do I do this? I currently tried but it did not work:

IDictionary sampleTable = (IDictionary)ConfigurationSettings.GetConfig("system.web")("membership");

Please can someone help?

Thanks
Brendan
GeneralRe: Getting web.config settings Pin
AhsanS13-Mar-08 21:32
AhsanS13-Mar-08 21:32 
QuestionHow to stop PostBack for Treeview control Pin
Kuricheti13-Mar-08 1:17
Kuricheti13-Mar-08 1:17 
GeneralRe: How to stop PostBack for Treeview control Pin
AhsanS13-Mar-08 1:27
AhsanS13-Mar-08 1:27 
GeneralRe: How to stop PostBack for Treeview control [modified] Pin
Kuricheti13-Mar-08 1:34
Kuricheti13-Mar-08 1:34 
GeneralRe: How to stop PostBack for Treeview control Pin
AhsanS13-Mar-08 1:58
AhsanS13-Mar-08 1:58 
GeneralRe: How to stop PostBack for Treeview control Pin
AhsanS13-Mar-08 2:00
AhsanS13-Mar-08 2:00 
GeneralRe: How to stop PostBack for Treeview control Pin
P Tagore Srinivas Dhanunjay13-Mar-08 2:08
P Tagore Srinivas Dhanunjay13-Mar-08 2:08 
GeneralCreate New Email in Domain Pin
vurugonda13-Mar-08 0:33
vurugonda13-Mar-08 0:33 
GeneralRe: Create New Email in Domain Pin
Christian Graus13-Mar-08 0:56
protectorChristian Graus13-Mar-08 0:56 
QuestionFORMVIEW CONTROL Pin
md_azy13-Mar-08 0:25
md_azy13-Mar-08 0:25 
GeneralRe: FORMVIEW CONTROL Pin
David Rike13-Mar-08 3:51
David Rike13-Mar-08 3:51 
QuestionHow to capture ASP.NET2.0 control's event at client side Pin
salon13-Mar-08 0:06
salon13-Mar-08 0:06 
AnswerRe: How to capture ASP.NET2.0 control's event at client side Pin
Christian Graus13-Mar-08 0:34
protectorChristian Graus13-Mar-08 0:34 
GeneralRe: How to capture ASP.NET2.0 control's event at client side Pin
salon13-Mar-08 1:07
salon13-Mar-08 1:07 
GeneralRe: How to capture ASP.NET2.0 control's event at client side Pin
Christian Graus13-Mar-08 1:13
protectorChristian Graus13-Mar-08 1:13 
Generalread doc file Pin
yogeshpan12-Mar-08 23:59
yogeshpan12-Mar-08 23:59 
GeneralRe: read doc file Pin
_AK_13-Mar-08 0:02
_AK_13-Mar-08 0: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.