Click here to Skip to main content
15,913,055 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
What I said. A joining table joins data where there's an arbitrary number of joins

id name state id

1 aaa 1,2

2 bbb 1,3

table2:

id state

1 ak

2 ny

3 jk

table3:

nameId, stateId
1, 1
1, 2
2, 1
2, 3

then table 1 loses the stateID column.

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 )

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 
GeneralRe: Creating Class Object in Code Behind Pin
varshavmane6-May-08 3:23
varshavmane6-May-08 3:23 
GeneralRe: Creating Class Object in Code Behind Pin
N a v a n e e t h6-May-08 4:28
N a v a n e e t h6-May-08 4:28 

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.