Click here to Skip to main content
15,919,613 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRepeat Pin
Not Active7-Aug-09 2:37
mentorNot Active7-Aug-09 2:37 
AnswerRe: image upload on web form Pin
Abhijit Jana7-Aug-09 2:45
professionalAbhijit Jana7-Aug-09 2:45 
QuestionChange Visiblity of a froma from another page Pin
yesu prakash7-Aug-09 1:35
yesu prakash7-Aug-09 1:35 
QuestionFilteredTextBoxExtender -error Pin
ademsandeepreddy7-Aug-09 1:28
ademsandeepreddy7-Aug-09 1:28 
QuestionASP:NET Web Application: Suggestions for storing list of unique identifiers in a table column Pin
Johnnymu77-Aug-09 1:16
Johnnymu77-Aug-09 1:16 
AnswerRe: ASP:NET Web Application: Suggestions for storing list of unique identifiers in a table column Pin
r a m e s h7-Aug-09 1:34
r a m e s h7-Aug-09 1:34 
GeneralRe: ASP:NET Web Application: Suggestions for storing list of unique identifiers in a table column Pin
Johnnymu77-Aug-09 1:38
Johnnymu77-Aug-09 1:38 
GeneralRe: ASP:NET Web Application: Suggestions for storing list of unique identifiers in a table column Pin
Arindam Sinha7-Aug-09 1:46
Arindam Sinha7-Aug-09 1:46 
Yes.. I do agree with dotnet buddy. This is not any typical ASP.NET issue. This is mainly I think a database design related issue. Per your details, it means you have users who are associated with different leagues. Each league is identified by an identifier. It's a one-to-many relationship.
So you should be having two tables - User and UserLeague. Both of them should be linked with UserId which is a primary key in User table and a foreign key in UserLeague table. In the UserLeague table you can have LeagueId column (your identifier for League). So you can have multiple rows for same userId in UserLeague table.
Let me know if this helps or not.

Regards,
Arindam Sinha
MyBlog - http://arindamsinha.wordpress.com/
Please give your feedback on this answer.

GeneralRe: ASP:NET Web Application: Suggestions for storing list of unique identifiers in a table column Pin
Johnnymu77-Aug-09 3:31
Johnnymu77-Aug-09 3:31 
AnswerRe: ASP:NET Web Application: Suggestions for storing list of unique identifiers in a table column Pin
Vimalsoft(Pty) Ltd7-Aug-09 2:59
professionalVimalsoft(Pty) Ltd7-Aug-09 2:59 
Question[Message Deleted] Pin
rj shukla7-Aug-09 0:58
rj shukla7-Aug-09 0:58 
AnswerRe: image upload on web in c# Pin
Abhijit Jana7-Aug-09 1:02
professionalAbhijit Jana7-Aug-09 1:02 
AnswerRe: image upload on web in c# Pin
Sabari MD7-Aug-09 1:06
Sabari MD7-Aug-09 1:06 
AnswerRe: [Message Deleted] Pin
Abhijit Jana7-Aug-09 2:48
professionalAbhijit Jana7-Aug-09 2:48 
QuestionJavascript NaN error Pin
bigphish7-Aug-09 0:46
bigphish7-Aug-09 0:46 
AnswerRe: Javascript NaN error Pin
Sabari MD7-Aug-09 1:01
Sabari MD7-Aug-09 1:01 
Questioncheckboxlist control Pin
mylogics7-Aug-09 0:46
professionalmylogics7-Aug-09 0:46 
AnswerRe: checkboxlist control Pin
mylogics7-Aug-09 1:15
professionalmylogics7-Aug-09 1:15 
AnswerRe: checkboxlist control Pin
subbareddypvsr7-Aug-09 3:05
subbareddypvsr7-Aug-09 3:05 
QuestionGridView & ImageButton Pin
comp_j7-Aug-09 0:36
comp_j7-Aug-09 0:36 
AnswerRe: GridView & ImageButton Pin
Abhijit Jana7-Aug-09 0:44
professionalAbhijit Jana7-Aug-09 0:44 
GeneralRe: GridView & ImageButton Pin
comp_j7-Aug-09 0:59
comp_j7-Aug-09 0:59 
GeneralRe: GridView & ImageButton Pin
Abhijit Jana7-Aug-09 1:19
professionalAbhijit Jana7-Aug-09 1:19 
AnswerRe: GridView & ImageButton Pin
Hemant Thaker7-Aug-09 1:18
Hemant Thaker7-Aug-09 1:18 
AnswerRe: GridView & ImageButton Pin
subbareddypvsr7-Aug-09 3:14
subbareddypvsr7-Aug-09 3:14 

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.