Click here to Skip to main content
15,891,828 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Problem with Loading an User Control dynamically Pin
AlexeiXX324-Apr-08 18:43
AlexeiXX324-Apr-08 18:43 
GeneralRe: Problem with Loading an User Control dynamically Pin
lovedotnet25-Apr-08 0:56
lovedotnet25-Apr-08 0:56 
GeneralRe: Problem with Loading an User Control dynamically Pin
AlexeiXX325-Apr-08 5:17
AlexeiXX325-Apr-08 5:17 
GeneralRe: Problem with Loading an User Control dynamically Pin
Mircea Grelus25-Apr-08 12:12
Mircea Grelus25-Apr-08 12:12 
QuestionHow to get radiobutton value inside a button click event. [modified] Pin
chakran24-Apr-08 18:06
chakran24-Apr-08 18:06 
AnswerRe: How to get radiobutton value inside a button click event. Pin
AlexeiXX324-Apr-08 18:26
AlexeiXX324-Apr-08 18:26 
GeneralRe: How to get radiobutton value inside a button click event. Pin
chakran24-Apr-08 18:56
chakran24-Apr-08 18:56 
GeneralRe: How to get radiobutton value inside a button click event. Pin
AlexeiXX324-Apr-08 19:01
AlexeiXX324-Apr-08 19:01 
For Each ctrl As Control In panelInternational.Controls
    If TypeOf ctrl Is RadioButton Then
        Dim radio As RadioButton = CType(ctrl, RadioButton)
        'Do what you want with radio variable wich has a control
    End If
Next

In this example, im using radiobuttons and not htmlradiobuttons

If you are adding many radiobuttons to the panel i would recomend using a radiobuttonList (And add all the options you need to a single control)
Then to retrieve the selected value, Just use radiobuttonList.selectedValue

Alexei Rodriguez

GeneralRe: How to get radiobutton value inside a button click event. Pin
chakran24-Apr-08 19:08
chakran24-Apr-08 19:08 
GeneralRe: How to get radiobutton value inside a button click event. Pin
chakran24-Apr-08 20:38
chakran24-Apr-08 20:38 
GeneralRe: How to get radiobutton value inside a button click event. Pin
AlexeiXX325-Apr-08 5:23
AlexeiXX325-Apr-08 5:23 
GeneralChallenge - DetailsView and Calendar problem Pin
Ekjon24-Apr-08 11:59
Ekjon24-Apr-08 11:59 
GeneralRe: Challenge - DetailsView and Calendar problem [modified] Pin
AlexeiXX324-Apr-08 18:31
AlexeiXX324-Apr-08 18:31 
GeneralRe: Challenge - DetailsView and Calendar problem Pin
AlexeiXX325-Apr-08 6:18
AlexeiXX325-Apr-08 6:18 
GeneralRe: Challenge - DetailsView and Calendar problem Pin
Ekjon25-Apr-08 7:26
Ekjon25-Apr-08 7:26 
GeneralRe: Challenge - DetailsView and Calendar problem Pin
AlexeiXX325-Apr-08 6:22
AlexeiXX325-Apr-08 6:22 
QuestionIs it possible to display a gridview based on a session variable Pin
ahlaj7724-Apr-08 8:19
ahlaj7724-Apr-08 8:19 
GeneralRe: Is it possible to display a gridview based on a session variable Pin
Ekjon24-Apr-08 11:36
Ekjon24-Apr-08 11:36 
GeneralRe: Is it possible to display a gridview based on a session variable Pin
N a v a n e e t h24-Apr-08 17:07
N a v a n e e t h24-Apr-08 17:07 
GeneralRe: Is it possible to display a gridview based on a session variable Pin
AlexeiXX324-Apr-08 18:50
AlexeiXX324-Apr-08 18:50 
QuestionRe: Is it possible to display a gridview based on a session variable Pin
ahlaj7725-Apr-08 2:34
ahlaj7725-Apr-08 2:34 
GeneralRe: Is it possible to display a gridview based on a session variable Pin
leckey25-Apr-08 3:53
leckey25-Apr-08 3:53 
GeneralRe: Is it possible to display a gridview based on a session variable Pin
ahlaj7725-Apr-08 8:44
ahlaj7725-Apr-08 8:44 
GeneralASP.NET is broken on my machine Pin
gantww24-Apr-08 5:45
gantww24-Apr-08 5:45 
GeneralRe: ASP.NET is broken on my machine Pin
Vasudevan Deepak Kumar24-Apr-08 7:13
Vasudevan Deepak Kumar24-Apr-08 7:13 

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.