I have a model page, on save button click of model page the page back ground fade and not look like normal to avoid this problem I am refreshing page with the help of response.redirect.
Is there any way which help me to only refresh particular gridview instead of page refresh.
If objVoucherDetail.ChequesManage_UpdateStatus = False Then
lblMessage.Text = "<div class=""alert alert-error"">" & objVoucherDetail.ErrMessage & "</div>"
SaveChequeCleareDetail = True
Else
Response.Redirect("chequeManage.aspx")
lblMessage.Text = "<div Class=""alert alert-success"">Saved successfully</div>"
End If