Click here to Skip to main content
15,898,134 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: [newbie] Nothing displayed in page that should inherit from Master Pin
jon-808-May-09 0:51
professionaljon-808-May-09 0:51 
Questionhow to set focus method in radiobutton list control Pin
sanju058-May-09 0:26
sanju058-May-09 0:26 
AnswerRe: how to set focus method in radiobutton list control Pin
vkumar098-May-09 1:03
vkumar098-May-09 1:03 
QuestionInclude DLL in project Pin
Matt Cavanagh7-May-09 23:40
Matt Cavanagh7-May-09 23:40 
AnswerRe: Include DLL in project Pin
Vimalsoft(Pty) Ltd8-May-09 0:06
professionalVimalsoft(Pty) Ltd8-May-09 0:06 
GeneralRe: Include DLL in project Pin
Matt Cavanagh8-May-09 0:16
Matt Cavanagh8-May-09 0:16 
GeneralRe: Include DLL in project Pin
Vimalsoft(Pty) Ltd8-May-09 0:24
professionalVimalsoft(Pty) Ltd8-May-09 0:24 
QuestionUsing radiobuttons in groups Pin
gottimukkala7-May-09 22:53
gottimukkala7-May-09 22:53 
Hi
I created a radiobuttons in groups for my website like here : http://www.doxtop.com/browse/384c0894/email-settings.aspx?private_key=34de2c40 in this link. I used this code for each radio button groups

<td>
I receive a new message from
</td>
<td class="tdRadios">
<input id="rblMsg1" type="radio" name="rblMsgs" runat="server" value="everyone"/>

</td>
<td class="tdRadios">
<input id="rblMsg2" type="radio" name="rblMsgs" runat="server" value="friends" checked/>
</td>
<td class="tdRadios">
<input id="rblMsg3" type="radio" name="rblMsgs" runat="server" value="none"/>
</td>

After clicking save button I want to get the selected values from all radio button groups.
I found that I have loop through all radio buttons in the groups separately and get the values. Is there any other good solution for this.

Or is it possible to do the same design with asp:RadioButtonList if anyone know it could you please tell me.

Thanks.
QuestionDuplicate emails receiving Pin
vayanan7-May-09 22:39
vayanan7-May-09 22:39 
AnswerRe: Duplicate emails receiving Pin
N a v a n e e t h7-May-09 22:43
N a v a n e e t h7-May-09 22:43 
GeneralRe: Duplicate emails receiving Pin
vayanan7-May-09 22:45
vayanan7-May-09 22:45 
QuestionAuto switch to MS Access if SQL Server goes down Pin
stevenutt7-May-09 22:12
stevenutt7-May-09 22:12 
AnswerRe: Auto switch to MS Access if SQL Server goes down Pin
N a v a n e e t h7-May-09 22:41
N a v a n e e t h7-May-09 22:41 
GeneralRe: Auto switch to MS Access if SQL Server goes down Pin
stevenutt7-May-09 23:31
stevenutt7-May-09 23:31 
GeneralRe: Auto switch to MS Access if SQL Server goes down Pin
goodideadave8-May-09 11:21
goodideadave8-May-09 11:21 
GeneralRe: Auto switch to MS Access if SQL Server goes down Pin
stevenutt8-May-09 15:04
stevenutt8-May-09 15:04 
AnswerRe: Auto switch to MS Access if SQL Server goes down Pin
goodideadave12-May-09 6:10
goodideadave12-May-09 6:10 
QuestionHome Page Alert Pin
Anupbala7-May-09 22:11
Anupbala7-May-09 22:11 
AnswerRe: Home Page Alert Pin
N a v a n e e t h7-May-09 22:35
N a v a n e e t h7-May-09 22:35 
AnswerRe: Home Page Alert Pin
Abhijit Jana8-May-09 0:07
professionalAbhijit Jana8-May-09 0:07 
QuestionCopy selected data from one treeview to another Pin
meeram3957-May-09 22:01
meeram3957-May-09 22:01 
AnswerRe: Copy selected data from one treeview to another Pin
meeram3957-May-09 23:47
meeram3957-May-09 23:47 
Questionpass a value to class Pin
vnsraj7-May-09 21:54
vnsraj7-May-09 21:54 
AnswerRe: pass a value to class Pin
N a v a n e e t h7-May-09 22:08
N a v a n e e t h7-May-09 22:08 
AnswerRe: pass a value to class Pin
Abhijit Jana7-May-09 23:44
professionalAbhijit Jana7-May-09 23:44 

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.