Click here to Skip to main content
16,021,004 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I made a grid view that contain some teams. I want the user when he enter the site to choose any team. How can I assign that team to the member?
I have 3 tables, Member, Team and a table contain composite key between them because it's many to many relation. The grid view contains some fields from the team table.
Posted
Updated 16-Feb-11 13:01pm
v2

Use additional column with checkbox. Check which member you want to add team. from drop-down select a team. By clicking button add checked member under team.


Thanks,
Mamun
 
Share this answer
 
The gridview can be made to allow users to select multiple rows. See http://authors.aspalliance.com/aspxtreme/webforms/controls/allowinguserstoselectrowsingridview.aspx[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900