You know ADO.Net supports Transaction but how to do with the web service. using Web service you can make an entire web service method into a single transaction. Its just adding a attribute information into [webmethod]. Below code shows how to specify...