• Thanks for the reply.

    In UI I am binding data to a grid.. all the logic will be processed using stored proc and from back end.

    In UI user will modify Displayorder of his interest and it will be passed to SP and need to process it.

    If multiple updates are there then multiple times proc will be called. I am fine with Multiple calls to database.

    Thanks..