Click here to Skip to main content
15,884,993 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: dynamically change the name of a login control DB Pin
Abhishek Sur18-Feb-10 9:55
professionalAbhishek Sur18-Feb-10 9:55 
GeneralRe: dynamically change the name of a login control DB Pin
arkiboys18-Feb-10 11:11
arkiboys18-Feb-10 11:11 
Questionwebconfig Pin
arkiboys18-Feb-10 6:47
arkiboys18-Feb-10 6:47 
AnswerRe: webconfig Pin
Not Active18-Feb-10 6:59
mentorNot Active18-Feb-10 6:59 
GeneralRe: webconfig Pin
arkiboys18-Feb-10 7:03
arkiboys18-Feb-10 7:03 
AnswerRe: webconfig Pin
Rutvik Dave18-Feb-10 7:23
professionalRutvik Dave18-Feb-10 7:23 
GeneralRe: webconfig Pin
arkiboys18-Feb-10 7:32
arkiboys18-Feb-10 7:32 
GeneralRe: webconfig Pin
Rutvik Dave18-Feb-10 7:36
professionalRutvik Dave18-Feb-10 7:36 
No, but you can separate the values by comma in the same key. and at the coding side you can read it accordingly.

i.e.

<add key="LOB" value="x,y,z"/>


and when you read the key split the string using comma.

i.e.

string []x = System.Configuration.ConfigurationSettings.AppSettings.Get("variableName").Split(",");

// and you have the values in x[0], x[1] ...etc

GeneralRe: webconfig Pin
arkiboys18-Feb-10 11:08
arkiboys18-Feb-10 11:08 
GeneralRe: webconfig Pin
The Man from U.N.C.L.E.18-Feb-10 8:30
The Man from U.N.C.L.E.18-Feb-10 8:30 
GeneralRe: webconfig Pin
arkiboys18-Feb-10 11:09
arkiboys18-Feb-10 11:09 
GeneralRe: webconfig Pin
The Man from U.N.C.L.E.19-Feb-10 6:24
The Man from U.N.C.L.E.19-Feb-10 6:24 
GeneralRe: webconfig Pin
Not Active18-Feb-10 8:44
mentorNot Active18-Feb-10 8:44 
GeneralRe: webconfig Pin
arkiboys18-Feb-10 19:50
arkiboys18-Feb-10 19:50 
GeneralRe: webconfig Pin
Not Active19-Feb-10 0:30
mentorNot Active19-Feb-10 0:30 
QuestionMultiple Dynamic Control Postback Issue [modified] Pin
smilingeyes7618-Feb-10 4:26
smilingeyes7618-Feb-10 4:26 
AnswerRe: Multiple Dynamic Control Postback Issue Pin
Not Active18-Feb-10 7:07
mentorNot Active18-Feb-10 7:07 
GeneralRe: Multiple Dynamic Control Postback Issue Pin
smilingeyes7620-Feb-10 7:13
smilingeyes7620-Feb-10 7:13 
QuestionUsing textbox with AJAX toolkit autocomplete control Pin
Danpeking18-Feb-10 3:31
Danpeking18-Feb-10 3:31 
Questioncheckboxs problem Pin
test-0918-Feb-10 1:36
test-0918-Feb-10 1:36 
AnswerRe: checkboxs problem Pin
Anurag Gandhi18-Feb-10 2:29
professionalAnurag Gandhi18-Feb-10 2:29 
GeneralRe: checkboxs problem Pin
test-0918-Feb-10 17:29
test-0918-Feb-10 17:29 
Questionneed date format in "dd/mm/yyyy hh:mm" [modified] Pin
Karan_TN18-Feb-10 1:16
Karan_TN18-Feb-10 1:16 
AnswerRe: need date format in "dd/mm/yyyy hh:mm" Pin
sashidhar18-Feb-10 1:31
sashidhar18-Feb-10 1:31 
GeneralRe: need date format in "dd/mm/yyyy hh:mm" Pin
Karan_TN18-Feb-10 1:35
Karan_TN18-Feb-10 1:35 

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.