Good Day All
I have a UserControl in my page. i want to Reload it and refresh it everytime i click a Button, i only want it to be refreshed not the whole page. at the moment i force the postback with the
Its working but the Page Flickers a Lot.Code:response.Redirect("mycurrentpage.aspx");
Thanks




Reply With Quote