Hello to all,
I have implemented Web Grid having one template column contains the TextBox.
There is also one another Bound column.
Now what i want is that.
Whenever i change the value of the textbox, i need to fire one procedure from the database. And the returned value from the database , i want to display it in the second Bound Column.
Can any one suggest me that how this is possible with the help of AJAX ?
Thanks
Bijal Shah
You need to fire a post back event on your textbox then in code behind update your database and rebind. If using AJAX (update panel) this should be almost a seemless process.