Force PostBack C#/ASP.NET

  • Thread starter Thread starter DB
  • Start date Start date
D

DB

I have a page that uses ComponentArt components. I have an imagebutton
to update one part of the page and there is a graph that should update
with it. The problem is the graph has some funky viewstate memory and
does not update unless I hit F5 to to refresh the page. Is there a way
to force a PostBack/rRefresh from the C3 code?
 
Yes, but this reinitializes all of the textboxes and dropdowns on the
page. Is there a way to force a postback in the same manner as the F5
refresh?
 
Back
Top