Click here to Skip to main content
15,912,837 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Repeater Control: if the value of a record was true show something but false dont Pin
AlexeiXX36-May-08 14:16
AlexeiXX36-May-08 14:16 
GeneralRe: Repeater Control: if the value of a record was true show something but false dont Pin
Christian Graus6-May-08 15:40
protectorChristian Graus6-May-08 15:40 
GeneralRe: Repeater Control: if the value of a record was true show something but false dont Pin
AlexeiXX36-May-08 17:19
AlexeiXX36-May-08 17:19 
GeneralRe: Repeater Control: if the value of a record was true show something but false dont Pin
Christian Graus6-May-08 17:52
protectorChristian Graus6-May-08 17:52 
Questionhow to display data in a gridview? Pin
wajans6-May-08 10:33
wajans6-May-08 10:33 
AnswerRe: how to display data in a gridview? Pin
doWhileSomething6-May-08 10:48
doWhileSomething6-May-08 10:48 
GeneralRe: how to display data in a gridview? Pin
wajans6-May-08 10:54
wajans6-May-08 10:54 
AnswerRe: how to display data in a gridview? Pin
Christian Graus6-May-08 13:31
protectorChristian Graus6-May-08 13:31 
Seems to me like you need to design your db better in future ( a joining table would have made this doable in the SQL ).

You can read your array of state names and Ids, then write a data binding statement that passes the id string to the code behind, where you use the split method and a string builder to build a string that contains the state abbreviations.

Christian Graus

Please read this if you don't understand the answer I've given you

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: how to display data in a gridview? Pin
wajans6-May-08 14:32
wajans6-May-08 14:32 
GeneralRe: how to display data in a gridview? Pin
Christian Graus6-May-08 14:53
protectorChristian Graus6-May-08 14:53 
Questionhow to add a reference dll to the asp.net web application? Pin
mcirosoftmohan6-May-08 7:11
mcirosoftmohan6-May-08 7:11 
AnswerRe: how to add a reference dll to the asp.net web application? Pin
Christian Graus6-May-08 13:32
protectorChristian Graus6-May-08 13:32 
QuestionMultiple validation groups Pin
Mohammad Al Hoss6-May-08 6:15
Mohammad Al Hoss6-May-08 6:15 
AnswerRe: Multiple validation groups Pin
Christian Graus6-May-08 13:33
protectorChristian Graus6-May-08 13:33 
AnswerRe: Multiple validation groups Pin
AlexeiXX36-May-08 17:29
AlexeiXX36-May-08 17:29 
GeneralRe: Multiple validation groups Pin
Mohammad Al Hoss6-May-08 19:24
Mohammad Al Hoss6-May-08 19:24 
QuestionFormatting Phone Number Pin
dboy2216-May-08 3:43
dboy2216-May-08 3:43 
AnswerRe: Formatting Phone Number Pin
eyeseetee6-May-08 4:33
eyeseetee6-May-08 4:33 
GeneralRe: Formatting Phone Number Pin
dboy2216-May-08 5:40
dboy2216-May-08 5:40 
AnswerRe: Formatting Phone Number Pin
Guffa6-May-08 6:58
Guffa6-May-08 6:58 
QuestionInserting more than one row into a database from each row read by a datareader Pin
Fatbuddha26-May-08 3:31
Fatbuddha26-May-08 3:31 
AnswerRe: Inserting more than one row into a database from each row read by a datareader Pin
eyeseetee6-May-08 4:07
eyeseetee6-May-08 4:07 
GeneralRe: Inserting more than one row into a database from each row read by a datareader Pin
Fatbuddha26-May-08 4:15
Fatbuddha26-May-08 4:15 
QuestionCreating Class Object in Code Behind Pin
varshavmane6-May-08 3:17
varshavmane6-May-08 3:17 
AnswerRe: Creating Class Object in Code Behind Pin
N a v a n e e t h6-May-08 3:20
N a v a n e e t h6-May-08 3:20 

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.