Click here to Skip to main content
15,883,705 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Gridview in Repeater Pin
Sandeep Mewara30-May-12 10:17
mveSandeep Mewara30-May-12 10:17 
GeneralRe: Gridview in Repeater Pin
Apocalypse Now31-May-12 15:17
Apocalypse Now31-May-12 15:17 
GeneralRe: Gridview in Repeater Pin
Sandeep Mewara31-May-12 16:42
mveSandeep Mewara31-May-12 16:42 
GeneralRe: Gridview in Repeater Pin
Apocalypse Now1-Jun-12 15:19
Apocalypse Now1-Jun-12 15:19 
AnswerRe: Gridview in Repeater Pin
wikizhao31-May-12 22:26
wikizhao31-May-12 22:26 
AnswerRe: Gridview in Repeater Pin
taha bahraminezhad Jooneghani3-Jun-12 2:09
taha bahraminezhad Jooneghani3-Jun-12 2:09 
QuestionFind index or row in gridview with RadioButton Pin
Franco Cipriano30-May-12 4:03
Franco Cipriano30-May-12 4:03 
AnswerRe: Find index or row in gridview with RadioButton Pin
Sandeep Mewara30-May-12 10:11
mveSandeep Mewara30-May-12 10:11 
What you have given is not a server side control.
HTML
<input  id="rdSelect" name= "radSelect" type="radio" value='<%# Eval("ID") %>' />
is a client side html control.

2 things:
1. Convert it into server control using runat="server" to access it on server side.
2. In button select, loop through all the rows of grid, use FindControl to find radiobutton control. See if it is selected, if so use the row and it's values

Again, using a radiobutton in gridview is little tricky and needs extra effort to group them together so that only one can be selected at a time. If you face issue, just look for article/question on it on this website itself (shared before with lots of users)

GeneralRe: Find index or row in gridview with RadioButton Pin
Franco Cipriano30-May-12 10:35
Franco Cipriano30-May-12 10:35 
GeneralRe: Find index or row in gridview with RadioButton Pin
Sandeep Mewara30-May-12 10:41
mveSandeep Mewara30-May-12 10:41 
GeneralRe: Find index or row in gridview with RadioButton Pin
Franco Cipriano31-May-12 4:44
Franco Cipriano31-May-12 4:44 
GeneralRe: Find index or row in gridview with RadioButton Pin
Sandeep Mewara31-May-12 5:06
mveSandeep Mewara31-May-12 5:06 
Questionget the file path in web project when running unit test project Pin
siva45530-May-12 0:34
siva45530-May-12 0:34 
AnswerRe: get the file path in web project when running unit test project Pin
Sandeep Mewara30-May-12 2:26
mveSandeep Mewara30-May-12 2:26 
QuestionRestrict object's properties to be added in ASP.NET application state Pin
Tesic Goran29-May-12 20:20
professionalTesic Goran29-May-12 20:20 
QuestionAutocomplete with multiple values in ASP.NET Pin
VisualLive29-May-12 18:40
VisualLive29-May-12 18:40 
AnswerRe: Autocomplete with multiple values in ASP.NET Pin
Sandeep Mewara30-May-12 2:29
mveSandeep Mewara30-May-12 2:29 
GeneralRe: Autocomplete with multiple values in ASP.NET Pin
VisualLive30-May-12 23:21
VisualLive30-May-12 23:21 
GeneralRe: Autocomplete with multiple values in ASP.NET Pin
Sandeep Mewara30-May-12 23:35
mveSandeep Mewara30-May-12 23:35 
GeneralRe: Autocomplete with multiple values in ASP.NET Pin
VisualLive31-May-12 16:38
VisualLive31-May-12 16:38 
QuestionGrid-View Ajax style Pin
hrishi32129-May-12 6:23
hrishi32129-May-12 6:23 
AnswerRe: Grid-View Ajax style Pin
Sandeep Mewara30-May-12 2:34
mveSandeep Mewara30-May-12 2:34 
Questionlog messages in web form Pin
sc steinhayse29-May-12 4:43
sc steinhayse29-May-12 4:43 
AnswerRe: log messages in web form Pin
Sandeep Mewara30-May-12 2:37
mveSandeep Mewara30-May-12 2:37 
GeneralRe: log messages in web form Pin
sc steinhayse30-May-12 9:35
sc steinhayse30-May-12 9:35 

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.