Wednesday, March 21, 2012

Ask about network programming tech?

hi all

i have a problem about networking programming technical like that:

in my datagrid have a checkbox column has be bound column by a boolean type data field.

the function of this checkbox column is remember record for delete or do something.

so when more one user at one-time access to this page and processing it? everything seem not synchronized.

any idea for this problem.

Thank you very much

Hi,

Based on my understanding, I think the issue is something about "Locking Architecture & SQL TRANSACTION".

For more information about SQL TRANSACTION, see:

http://msdn2.microsoft.com/en-us/library/aa224738(SQL.80).aspx(Locking Architecture)

http://www.google.com/search?hl=en&rls=com.microsoft%3Aen-us&q=SQL+TRANSACTION&btnG=Search

Best Regards,


thankJin Yu Jin

i found out other way to resolved this problem like that:

checkbox column have not bound any data field instead by javascript function to check all and checkbox item is checked by autopostback = false.

thank your idea.


Oh,Sorry, I misunderstood you by "everything seem not synchronized.", It should be "everything seem synchronized".

Best Regards,

No comments:

Post a Comment