Connecting Tech Pros Worldwide Forums | Help | Site Map

checkbox in a gridview

Newbie
 
Join Date: Sep 2009
Location: Chennai
Posts: 25
#1: Oct 20 '09
In my gridview i have three checkbox. on that i want to check only one item,
plz somebody provide the solution for this problem

Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North
Posts: 5,137
#2: Oct 21 '09

re: checkbox in a gridview


Have you considered using a RadioButtonList instead?
Newbie
 
Join Date: Sep 2009
Location: Chennai
Posts: 25
#3: 4 Weeks Ago

re: checkbox in a gridview


thanks. . .but i got a solution in a javascript. . . .
ThatThatGuy's Avatar
Member
 
Join Date: Jul 2009
Location: Mumbai--India
Posts: 44
#4: 3 Weeks Ago

re: checkbox in a gridview


develop a user control instead for further projects
Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North
Posts: 5,137
#5: 3 Weeks Ago

re: checkbox in a gridview


If the solution uses JavaScript then it would probably be a better idea to develop an Ajax-enabled server control instead of a user control. It would simplify the mess that could potentially happen when using JavaScript with user controls.
Reply