Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Nov 24, 2012 01:35 AM by oned_gk
Member
107 Points
135 Posts
Nov 24, 2012 12:00 AM|LINK
Hi! I want to know how to get RecID when you choose or Click one of the Radiobutton
Cause I only get is the Index and the Value.
Ans = RadioButtonList1.SelectedValue.ToString(); I'll get the value here
BUT THE RecID of the value i cannot get..
What tips can you give to me . thank you im Using C#
All-Star
31473 Points
6427 Posts
Nov 24, 2012 12:45 AM|LINK
try RadioButtonList1.SelectedIndex.Text
Nov 24, 2012 01:27 AM|LINK
HI
oned_gk
this cannot because it will count index start 0, 1 ,2 ,3,4 but in the recID that I need is 1,2,3,4,5 . thank you
Nov 24, 2012 01:35 AM|LINK
Expaint more with code, i am not sure understand what is RecID.
breaker14
Member
107 Points
135 Posts
Get or Retrieved RecID in Radiobutton
Nov 24, 2012 12:00 AM|LINK
Hi! I want to know how to get RecID when you choose or Click one of the Radiobutton
Cause I only get is the Index and the Value.
Ans = RadioButtonList1.SelectedValue.ToString(); I'll get the value here
BUT THE RecID of the value i cannot get..
What tips can you give to me . thank you im Using C#
oned_gk
All-Star
31473 Points
6427 Posts
Re: Get or Retrieved RecID in Radiobutton
Nov 24, 2012 12:45 AM|LINK
try
RadioButtonList1.SelectedIndex.Text
breaker14
Member
107 Points
135 Posts
Re: Get or Retrieved RecID in Radiobutton
Nov 24, 2012 01:27 AM|LINK
HI
oned_gk
this cannot because it will count index start 0, 1 ,2 ,3,4 but in the recID that I need is 1,2,3,4,5 . thank you
oned_gk
All-Star
31473 Points
6427 Posts
Re: Get or Retrieved RecID in Radiobutton
Nov 24, 2012 01:35 AM|LINK
Expaint more with code, i am not sure understand what is RecID.