tags:

views:

67

answers:

2

Hi,

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

A: 

please help me! thanks

mohsen
A: 

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.

Roopesh Shenoy