Sir,
Working on VS2008 with using .vb
I have placed two radiobutton's on simple .aspx page. I didn't used any Update Panel or any javascript on that page also set both radiobutton's AutoPostback="True", But it's not responding as I want.
Radiobutton1 id= r1
Radiobutton2 id= r2
I have placed r1 & r2 on .aspx page. On page load r1 event fire and fetch all data from database. Then I select r2 and it's event fire and fetch data, but when I again select r1 it's event does't get fire..
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.