Click here to Skip to main content
15,905,877 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to Use required field validator on Calander Control? Pin
AspDotNetDev6-Jun-11 10:23
protectorAspDotNetDev6-Jun-11 10:23 
QuestionSearch engine such as google Pin
arkiboys6-Jun-11 7:59
arkiboys6-Jun-11 7:59 
AnswerRe: Search engine such as google Pin
Pete O'Hanlon6-Jun-11 8:43
mvePete O'Hanlon6-Jun-11 8:43 
GeneralRe: Search engine such as google Pin
arkiboys6-Jun-11 20:40
arkiboys6-Jun-11 20:40 
AnswerRe: Search engine such as google Pin
Luc Pattyn6-Jun-11 9:45
sitebuilderLuc Pattyn6-Jun-11 9:45 
Questionforums-enabled website Pin
Jassim Rahma6-Jun-11 4:49
Jassim Rahma6-Jun-11 4:49 
AnswerRe: forums-enabled website Pin
Ali Al Omairi(Abu AlHassan)6-Jun-11 21:16
professionalAli Al Omairi(Abu AlHassan)6-Jun-11 21:16 
QuestionReset a group of radio buttons Pin
Ali Al Omairi(Abu AlHassan)6-Jun-11 3:12
professionalAli Al Omairi(Abu AlHassan)6-Jun-11 3:12 
guys;
i use this code to reset a group of radiobuttons. but it gives me 'radiobuttons is null or not an object' (the code below)

VB
Dim resetmycontrols As String = _
"var radiobuttons = document.getElementsByName('MyGroup');" & _
"var checkboxes = document.getElementsByName('MyGroupChk');" & _
"var i = 0;" & _
"for(i = 0; i <= radiobuttons.length; i++) radiobuttons[i].checkd= false;" & _
"for(i = 0; i <= checkboxes.length; i++) checkboxes[i].checkd= false;"
ScriptManager.RegisterClientScriptBlock(Me, Me.[GetType](), "resetmycontrols", resetmycontrols, True)


what should i do?
Help people,so poeple can help you.

GeneralRe: Reset a group of radio buttons Pin
thatraja6-Jun-11 18:44
professionalthatraja6-Jun-11 18:44 
GeneralRe: Reset a group of radio buttons Pin
Ali Al Omairi(Abu AlHassan)6-Jun-11 21:02
professionalAli Al Omairi(Abu AlHassan)6-Jun-11 21:02 
GeneralRe: Reset a group of radio buttons Pin
thatraja6-Jun-11 21:21
professionalthatraja6-Jun-11 21:21 
GeneralRe: Reset a group of radio buttons Pin
Ali Al Omairi(Abu AlHassan)6-Jun-11 21:47
professionalAli Al Omairi(Abu AlHassan)6-Jun-11 21:47 
AnswerRe: Reset a group of radio buttons Pin
Morgs Morgan8-Jun-11 1:46
Morgs Morgan8-Jun-11 1:46 
GeneralRe: Reset a group of radio buttons Pin
Ali Al Omairi(Abu AlHassan)8-Jun-11 10:50
professionalAli Al Omairi(Abu AlHassan)8-Jun-11 10:50 
Questionbest way to determine image dimentions Pin
Jassim Rahma6-Jun-11 2:35
Jassim Rahma6-Jun-11 2:35 
AnswerRe: best way to determine image dimentions Pin
Blue_Boy6-Jun-11 2:50
Blue_Boy6-Jun-11 2:50 
GeneralRe: best way to determine image dimentions Pin
AspDotNetDev6-Jun-11 8:17
protectorAspDotNetDev6-Jun-11 8:17 
GeneralRe: best way to determine image dimentions Pin
gavindon6-Jun-11 10:44
gavindon6-Jun-11 10:44 
AnswerRe: best way to determine image dimentions Pin
Morgs Morgan8-Jun-11 1:33
Morgs Morgan8-Jun-11 1:33 
Questionbest way to localize website Pin
Jassim Rahma6-Jun-11 2:29
Jassim Rahma6-Jun-11 2:29 
AnswerRe: best way to localize website Pin
Ali Al Omairi(Abu AlHassan)6-Jun-11 3:18
professionalAli Al Omairi(Abu AlHassan)6-Jun-11 3:18 
AnswerRe: best way to localize website Pin
Priya Prk8-Jun-11 9:12
Priya Prk8-Jun-11 9:12 
QuestionLinkedIn-Like top header Pin
Jassim Rahma6-Jun-11 2:02
Jassim Rahma6-Jun-11 2:02 
AnswerRe: LinkedIn-Like top header Pin
Ra-one6-Jun-11 2:57
Ra-one6-Jun-11 2:57 
QuestionFacebook-Like photo preview Pin
Jassim Rahma6-Jun-11 1:59
Jassim Rahma6-Jun-11 1:59 

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.