Can anyone help me regarding updating data in the gridview by using AJAX?
Once values are entered into textboxes and saved into Database, then gridview has to update the new changes. And not by using the ajax updatepanel
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Why exactly are you avoiding an updatepanel? It is the simplest option.
You can use Ajax functions for several things like keyboard support or bringing a popup for data editing, but for refresh, I have found that updatepanel works the best.