Relative Content

Tag Archive for c#asp.netasp.net-coreaspxgridview

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.