Connecting Tech Pros Worldwide Forums | Help | Site Map

Updating DataGrid without PostBack/Refresh

ashfaq Gul via DotNetMonster.com
Guest
 
Posts: n/a
#1: Nov 19 '05
Please help me.... i want to update record in datagrid without postback
....and the main thing that the confirmation of record updation should be
from server not client ...because overwritting problem may occur if more
than one user are updating the same record....
Please help..

--
Message posted via http://www.dotnetmonster.com

Dejan Lukovic via DotNetMonster.com
Guest
 
Posts: n/a
#2: Nov 19 '05

re: Updating DataGrid without PostBack/Refresh


Hi,

You can send and retrieve data from server without generating post back
event with XMLHTTP - XML based response/request.

Take a look at MSDN or
http://www.devarticles.com/c/a/ASP/...MLHTTP-Library/

There is a lot of resources about implementation.

Hope this help.
Best regards,
Dejan Lukovic

--
Message posted via http://www.dotnetmonster.com
Closed Thread


Similar ASP.NET bytes