Click here to Skip to main content
15,892,059 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionwebconfig values into dropdownlistbox? [modified] Pin
Member 38798813-Jul-08 18:51
Member 38798813-Jul-08 18:51 
AnswerRe: webconfig values into dropdownlistbox? Pin
Francofu3-Jul-08 19:28
Francofu3-Jul-08 19:28 
GeneralRe: webconfig values into dropdownlistbox? Pin
Member 38798813-Jul-08 19:41
Member 38798813-Jul-08 19:41 
GeneralRe: webconfig values into dropdownlistbox? Pin
Member 38798813-Jul-08 19:50
Member 38798813-Jul-08 19:50 
GeneralRe: webconfig values into dropdownlistbox? Pin
Sherin Iranimose3-Jul-08 19:57
Sherin Iranimose3-Jul-08 19:57 
GeneralRe: webconfig values into dropdownlistbox? Pin
Member 38798813-Jul-08 20:04
Member 38798813-Jul-08 20:04 
GeneralRe: webconfig values into dropdownlistbox? Pin
Sherin Iranimose3-Jul-08 20:10
Sherin Iranimose3-Jul-08 20:10 
GeneralRe: webconfig values into dropdownlistbox? Pin
Sherin Iranimose3-Jul-08 20:16
Sherin Iranimose3-Jul-08 20:16 
Smile | :)
String str = ConfigurationSettings.AppSettings["UserType"];

DropDownList1.DataSource = str.Split(',');

DropDownList1.DataBind();

EVEN THE WORD IMPOSSIBLE SAYS I M POSSIBLE.

QuestionFormat strings for editable Grid in asp.net Pin
satsihreddy843-Jul-08 18:50
satsihreddy843-Jul-08 18:50 
Questionhow to Deploying multiple web applications with VS 2005 Pin
Siva193-Jul-08 18:33
Siva193-Jul-08 18:33 
QuestionHow can i check textbox null inside masterpage Pin
deepthy.p.m3-Jul-08 18:22
deepthy.p.m3-Jul-08 18:22 
AnswerRe: How can i check textbox null inside masterpage Pin
Sherin Iranimose3-Jul-08 19:35
Sherin Iranimose3-Jul-08 19:35 
GeneralRe: How can i check textbox null inside masterpage Pin
deepthy.p.m3-Jul-08 19:47
deepthy.p.m3-Jul-08 19:47 
GeneralRe: How can i check textbox null inside masterpage Pin
Sherin Iranimose3-Jul-08 20:04
Sherin Iranimose3-Jul-08 20:04 
GeneralRe: How can i check textbox null inside masterpage Pin
deepthy.p.m3-Jul-08 22:04
deepthy.p.m3-Jul-08 22:04 
QuestionHow to use "User Controls" in Web Form? [modified] Pin
nguyenhh3-Jul-08 17:52
nguyenhh3-Jul-08 17:52 
AnswerRe: How to use "User Controls" in Web Form? Pin
Sherin Iranimose3-Jul-08 19:24
Sherin Iranimose3-Jul-08 19:24 
GeneralRe: How to use "User Controls" in Web Form? Pin
nguyenhh5-Jul-08 8:12
nguyenhh5-Jul-08 8:12 
AnswerRe: How to use "User Controls" in Web Form? Pin
viivekk3-Jul-08 19:29
viivekk3-Jul-08 19:29 
GeneralRe: How to use "User Controls" in Web Form? Pin
nguyenhh5-Jul-08 8:02
nguyenhh5-Jul-08 8:02 
QuestionSql Injection Pin
ngrj3-Jul-08 16:24
ngrj3-Jul-08 16:24 
AnswerRe: Sql Injection Pin
Mark Churchill3-Jul-08 16:52
Mark Churchill3-Jul-08 16:52 
GeneralRe: Sql Injection Pin
ngrj3-Jul-08 17:06
ngrj3-Jul-08 17:06 
QuestionWizard sidebar Pin
kjosh3-Jul-08 13:52
kjosh3-Jul-08 13:52 
Questionhow to generate query at runtime ......... help plzz Pin
dream_liner_7e73-Jul-08 10:37
dream_liner_7e73-Jul-08 10:37 

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.