Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I am stuck in a problem in vb.net project.

i have 2 radio buttons and a check box all controls have its checked_change event.when page loads the i checked radio button from server side

the problem is that when i checked another radiobutton its event not working but when i checkbox cheked its event fired and after the checkbox event all event working fine i dont know the reason why on page first time load my radio button events not working and when any postback occurs bu other control then it works fine.

please assist me soon

Thanks in advance
Posted
Comments
member33 18-Dec-14 8:43am    
Do you have autopostback=true property set ?
Tilak Rathour 18-Dec-14 8:48am    
yes its true
KaushalJB 18-Dec-14 8:45am    
Are you using RadioButtonList asp control ?
Tilak Rathour 18-Dec-14 8:48am    
No i have only radio button with group name same

1 solution

 
Share this answer
 
Comments
Tilak Rathour 19-Dec-14 1:40am    
Thanks Kaushal_Ecstasy

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900