When crud operations are held aspx page should reload
Can any one he with detailed explanation
Hi saikumar,
You need to add below code after each operation perform.
C#
Response.Redirect(Request.Url.AbsoluteUri);
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.