i have created Array of Linkbutton
and when user click on link button it will create an array of Radio Buttons
but it requires Postback all time so page load takes more time…
what is solution of it??
i have created Array of Linkbutton and when user click on link button it
Share
Use asp.net Ajax update panel.
Put link buttons and panel/view (or what ever control you are using ) update panel.