I am inserting data to database when i click submit button data inserted into Database but no changes get reflected in GridView without refreshing the page.
I used DataBind() also.
I am inserting data to database when i click submit button data inserted into
Share
Just use the Procedure which populates the GridView and then call that Procedure OnClick Event.
Hope it Helps