Click here to Skip to main content
16,012,316 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: URL re-write or Shorter URL Pin
N a v a n e e t h3-Sep-08 17:27
N a v a n e e t h3-Sep-08 17:27 
AnswerRe: URL re-write or Shorter URL Pin
Abhishek Sur3-Sep-08 21:20
professionalAbhishek Sur3-Sep-08 21:20 
GeneralRe: URL re-write or Shorter URL Pin
mpavas3-Sep-08 23:24
mpavas3-Sep-08 23:24 
QuestionCan a DLL determine app type? Pin
Howard Richards3-Sep-08 3:04
Howard Richards3-Sep-08 3:04 
AnswerRe: Can a DLL determine app type? Pin
ToddHileHoffer3-Sep-08 3:29
ToddHileHoffer3-Sep-08 3:29 
AnswerRe: Can a DLL determine app type? Pin
Pete O'Hanlon3-Sep-08 10:53
mvePete O'Hanlon3-Sep-08 10:53 
GeneralRe: Can a DLL determine app type? Pin
Howard Richards4-Sep-08 0:34
Howard Richards4-Sep-08 0:34 
Questionradionbuttonlist in tab container Pin
vjvjvjvj3-Sep-08 3:01
vjvjvjvj3-Sep-08 3:01 
Hi,

I have ajax toolkit tab container on my form. On one of the tab panels , I have radio button list
with two radio buttons inside.

Now I want to find out in my javascript that which one is clicked.

But before that I can not get hold of radio button list in my javascript as its now nested. it becomes TabContainer1_TabPanelLeasedAssets_RadioButtonList_Main_Lease

var radioButtonlist1 = document.getElementsByName("RadioButtonList_Main_Lease")

returns null

so I am using

radioButtonlist1= $get('<%=RadioButtonList_Main_Leased%>');

which returns the object but then following code doesnt work

if (radioButtonlist1[1].checked)
{
alert ('second radio selected');
}


how to get which radio is selected under the radio list when its nested

regards

Vijay
AnswerRe: radionbuttonlist in tab container Pin
ToddHileHoffer3-Sep-08 4:23
ToddHileHoffer3-Sep-08 4:23 
GeneralRe: radionbuttonlist in tab container Pin
vjvjvjvj3-Sep-08 5:06
vjvjvjvj3-Sep-08 5:06 
GeneralRe: radionbuttonlist in tab container Pin
ToddHileHoffer3-Sep-08 7:10
ToddHileHoffer3-Sep-08 7:10 
GeneralRe: radionbuttonlist in tab container Pin
vjvjvjvj3-Sep-08 7:17
vjvjvjvj3-Sep-08 7:17 
Question__doPostBack not work in masterpage. Pin
slSoftware3-Sep-08 2:35
slSoftware3-Sep-08 2:35 
AnswerRe: __doPostBack not work in masterpage. Pin
ToddHileHoffer3-Sep-08 2:58
ToddHileHoffer3-Sep-08 2:58 
GeneralRe: __doPostBack not work in masterpage. Pin
slSoftware3-Sep-08 17:15
slSoftware3-Sep-08 17:15 
GeneralRe: __doPostBack not work in masterpage. Pin
abasan26-Sep-09 9:34
abasan26-Sep-09 9:34 
QuestionCheckboxList display Pin
omlac3-Sep-08 1:06
omlac3-Sep-08 1:06 
AnswerRe: CheckboxList display Pin
Blue_Boy3-Sep-08 1:12
Blue_Boy3-Sep-08 1:12 
AnswerRe: CheckboxList display Pin
eyeseetee3-Sep-08 1:14
eyeseetee3-Sep-08 1:14 
GeneralRe: CheckboxList display Pin
omlac3-Sep-08 1:30
omlac3-Sep-08 1:30 
QuestionMove __doPostBack to include file Pin
Bjohnson333-Sep-08 1:02
Bjohnson333-Sep-08 1:02 
AnswerRe: Move __doPostBack to include file Pin
eyeseetee3-Sep-08 1:12
eyeseetee3-Sep-08 1:12 
AnswerRe: Move __doPostBack to include file Pin
Paddy Boyd3-Sep-08 2:28
Paddy Boyd3-Sep-08 2:28 
AnswerRe: Move __doPostBack to include file Pin
ToddHileHoffer3-Sep-08 3:00
ToddHileHoffer3-Sep-08 3:00 
GeneralReply to all 3 of you..... Pin
Bjohnson333-Sep-08 3:46
Bjohnson333-Sep-08 3:46 

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.