Can aspx grid binding be done after response.redirect?
I have a page in my website which shows up a map and there is a dropdown and on clicking the options in the dropdown, it would show up different pins in different locations. This part is working fine, which I have been able to do through response.redirect() by reloading the sections having different pins in the same page.
Is there a way to get different values from a single radiobuttonlist field used in ASP:Gridview
I am using a radiobuttonlist in my ASPX page inside a Gridview :